mirror of
https://github.com/pikami/scrummie-poker.git
synced 2026-04-17 03:49:23 +01:00
Added invite link to estimation session
This commit is contained in:
@@ -6,6 +6,7 @@ import VoteSelection from './components/VoteSelection';
|
||||
import VoteList from './components/VoteList';
|
||||
import { Button, ButtonColor, Drawer } from '../../components';
|
||||
import CreateTicketForm from './components/CreateTicketForm';
|
||||
import CopyInput from '../../components/CopyInput';
|
||||
|
||||
const fibonacciSequence = [1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 100];
|
||||
|
||||
@@ -47,6 +48,12 @@ const Estimation: React.FC = () => {
|
||||
/>
|
||||
|
||||
<div className="flex w-full flex-grow flex-col p-6">
|
||||
<div className="flex items-center justify-center gap-2">
|
||||
<span className="align-middle text-xl font-semibold">
|
||||
Invite others to join your session
|
||||
</span>
|
||||
<CopyInput value={`${window.location.origin}/join/${sessionId}`} />
|
||||
</div>
|
||||
{currentTicket ? (
|
||||
<>
|
||||
<h1 className="mb-4 text-2xl font-bold">{currentTicket.name}</h1>
|
||||
|
||||
Reference in New Issue
Block a user