init commit
This commit is contained in:
commit
c9d982669a
461 changed files with 30317 additions and 0 deletions
6
resources/js/components/ui/sidebar/constants.ts
Normal file
6
resources/js/components/ui/sidebar/constants.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
export const SIDEBAR_COOKIE_NAME = "sidebar_state";
|
||||
export const SIDEBAR_COOKIE_MAX_AGE = 60 * 60 * 24 * 7;
|
||||
export const SIDEBAR_WIDTH = "16rem";
|
||||
export const SIDEBAR_WIDTH_MOBILE = "18rem";
|
||||
export const SIDEBAR_WIDTH_ICON = "3rem";
|
||||
export const SIDEBAR_KEYBOARD_SHORTCUT = "b";
|
Loading…
Add table
Add a link
Reference in a new issue