Move controlpanel modal and sidesheet into folders

This commit is contained in:
1ilit
2024-04-06 08:19:12 +03:00
parent 1576b3fb96
commit 173b02daa2
14 changed files with 1159 additions and 1012 deletions

View File

@@ -99,3 +99,28 @@ export const State = {
LOADING: 3,
ERROR: 4,
};
export const MODAL = {
NONE: 0,
IMG: 1,
CODE: 2,
IMPORT: 3,
RENAME: 4,
OPEN: 5,
SAVEAS: 6,
NEW: 7,
IMPORT_SRC: 8,
};
export const STATUS = {
NONE: 0,
WARNING: 1,
ERROR: 2,
OK: 3,
};
export const SIDESHEET = {
NONE: 0,
TODO: 1,
TIMELINE: 2,
};