feat: Integrate Storybook for component development

This commit is contained in:
mohamad 2025-05-31 14:43:59 +02:00
parent 821a26e681
commit 136c4df7ac
2 changed files with 15 additions and 0 deletions

8
fe/package-lock.json generated
View File

@ -4405,6 +4405,14 @@
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/aria-query": {
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz",
"integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==",
"dev": true,
"license": "MIT",
"peer": true
},
"node_modules/@types/date-fns": { "node_modules/@types/date-fns": {
"version": "2.5.3", "version": "2.5.3",
"resolved": "https://registry.npmjs.org/@types/date-fns/-/date-fns-2.5.3.tgz", "resolved": "https://registry.npmjs.org/@types/date-fns/-/date-fns-2.5.3.tgz",

View File

@ -1093,6 +1093,8 @@ watch(showShortcutsModal, (newVal) => {
box-shadow: 6px 6px 0 #111; box-shadow: 6px 6px 0 #111;
} }
/* Muted grey */
.header-left { .header-left {
flex: 1; flex: 1;
min-width: 0; min-width: 0;
@ -1230,6 +1232,11 @@ watch(showShortcutsModal, (newVal) => {
font-size: 1.2rem; font-size: 1.2rem;
} }
.chore-due-date .material-icons,
.chore-completed-date .material-icons {
font-size: 1.1rem;
}
/* Loading state styles */ /* Loading state styles */
.neo-loading-state { .neo-loading-state {
text-align: center; text-align: center;