Add TODOs

This commit is contained in:
Kalle (Sendou) 2021-12-18 08:09:20 +02:00
parent 52fdf958f7
commit 37da3c5e38
2 changed files with 3 additions and 1 deletions

View File

@ -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 } =

View File

@ -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 }];