Alert mode to filter only planets that need an action

This commit is contained in:
Calli
2023-10-21 07:52:56 +03:00
parent e69e65059e
commit 77da81efea
7 changed files with 77 additions and 15 deletions

View File

@@ -24,6 +24,8 @@ export const SessionContext = createContext<{
toggleCompactMode: () => void;
planMode: boolean;
togglePlanMode: () => void;
alertMode: boolean;
toggleAlertMode: () => void;
piPrices: EvePraisalResult | undefined;
}>({
sessionReady: false,
@@ -35,6 +37,8 @@ export const SessionContext = createContext<{
toggleCompactMode: () => {},
planMode: false,
togglePlanMode: () => {},
alertMode: false,
toggleAlertMode: () => {},
piPrices: undefined,
});
export type ColorSelectionType = {