mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-11 05:05:07 -05:00
Add TODOs
This commit is contained in:
parent
52fdf958f7
commit
37da3c5e38
|
|
@ -33,7 +33,8 @@ export const links: LinksFunction = () => {
|
|||
|
||||
// TODO: https://docs.dndkit.com/presets/sortable#drag-overlay
|
||||
// TODO: what if returns error? check other APIs too -> add Cypress test
|
||||
export default function AdminDefaultTab() {
|
||||
// TODO: error if not admin
|
||||
export default function SeedsTab() {
|
||||
const seedsFetcher = useFetcher();
|
||||
const [, parentRoute] = useMatches();
|
||||
const { id, teams, checkInStartTime } =
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ import { findTournamentByNameForUrl } from "~/services/tournament";
|
|||
import startBracketTabStylesUrl from "~/styles/tournament-start.css";
|
||||
|
||||
// TODO: some warning if trying to continue and some round card is editing
|
||||
// TODO: error if not admin AND keep the links available
|
||||
|
||||
export const links: LinksFunction = () => {
|
||||
return [{ rel: "stylesheet", href: startBracketTabStylesUrl }];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user