Skip to content

Commit

Permalink
Amend TODO item
Browse files Browse the repository at this point in the history
  • Loading branch information
phrasmotica committed Apr 30, 2024
1 parent 66da8c5 commit c0633c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/composables/usePhaseEvents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ export const usePhaseEvents = (p: Phase | null) => {
tables,
} = useTables(phase.value)

// HIGH: allow localising all of these strings!
// HIGH: create a component whose sole responsibility is to watch the list
// of phase events, and create a toast for EVERY default-level event that
// gets created. Only store the relevant data in each phase event object,
// rather than a readable and localised message. Create that message in the
// new component, when adding the toast.

const getFixtureDescription = (fixture: Fixture | undefined) => {
if (!fixture) {
Expand Down

0 comments on commit c0633c9

Please sign in to comment.