Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the new dashboard layout #297

Merged
merged 11 commits into from
Aug 5, 2024
8 changes: 0 additions & 8 deletions .eslintrc-todo.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,6 @@
"vue/block-tag-newline": "warn"
}
},
{
"files": [
"components/CoreAlert.vue"
],
"rules": {
"vue/no-setup-props-reactivity-loss": "warn"
}
},
{
"files": [
"components/DiscardableAction.vue"
Expand Down
12 changes: 12 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,17 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"tailwindCSS.classAttributes": [
"class",
"class:list",
"className",
"enter",
"enter-from",
"enter-to",
"leave",
"leave-from",
"leave-to",
"ngClass"
],
"typescript.tsdk": "./node_modules/typescript/lib"
}
28 changes: 14 additions & 14 deletions assets/css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

--layer-1-bg: 255 255 255;
--layer-1-bg-hover: 244 244 245;
--layer-1-bg-active: 255 255 255;
--layer-1-bg-active: 244 244 245;
--layer-1-bg-disabled: 253 253 253;
--layer-1-border: var(--layer-0-bg-hover);
--layer-1-text: 24 24 27;
Expand All @@ -108,43 +108,43 @@
--layer-1-text-disabled: 113 113 122;
--layer-1-text-muted: 113 113 122;

--layer-2-bg: 228 228 231;
--layer-2-bg-hover: 212 212 216;
--layer-2-bg: 244 244 245;
--layer-2-bg-hover: 228 228 231;
--layer-2-bg-active: 228 228 231;
--layer-2-bg-disabled: 226 226 229;
--layer-2-bg-disabled: 242 242 243;
--layer-2-border: var(--layer-2-bg-hover);
--layer-2-text: 24 24 27;
--layer-2-text-hover: 24 24 27;
--layer-2-text-active: 24 24 27;
--layer-2-text-disabled: 113 113 122;
--layer-2-text-muted: 113 113 122;

--layer-3-bg: 212 212 216;
--layer-3-bg-hover: 161 161 170;
--layer-3-bg: 228 228 231;
--layer-3-bg-hover: 212 212 216;
--layer-3-bg-active: 212 212 216;
--layer-3-bg-disabled: 210 210 214;
--layer-3-bg-disabled: 226 226 229;
--layer-3-border: var(--layer-3-bg-hover);
--layer-3-text: 24 24 27;
--layer-3-text-hover: 24 24 27;
--layer-3-text-active: 24 24 27;
--layer-3-text-disabled: 113 113 122;
--layer-3-text-muted: 113 113 122;

--layer-4-bg: 161 161 170;
--layer-4-bg-hover: 113 113 122;
--layer-4-bg: 212 212 216;
--layer-4-bg-hover: 161 161 170;
--layer-4-bg-active: 161 161 170;
--layer-4-bg-disabled: 159 159 168;
--layer-4-bg-disabled: 210 210 214;
--layer-4-border: var(--layer-4-bg-hover);
--layer-4-text: 24 24 27;
--layer-4-text-hover: 24 24 27;
--layer-4-text-active: 24 24 27;
--layer-4-text-disabled: 113 113 122;
--layer-4-text-muted: 113 113 122;

--layer-5-bg: 113 113 122;
--layer-5-bg-hover: 82 82 91;
--layer-5-bg-active: 113 113 122;
--layer-5-bg-disabled: 111 111 120;
--layer-5-bg: 161 161 170;
--layer-5-bg-hover: 113 113 122;
--layer-5-bg-active: 161 161 170;
--layer-5-bg-disabled: 159 159 168;
--layer-5-border: var(--layer-5-bg-hover);
--layer-5-text: 24 24 27;
--layer-5-text-hover: 24 24 27;
Expand Down
3 changes: 0 additions & 3 deletions assets/discord.svg

This file was deleted.

3 changes: 0 additions & 3 deletions assets/github.svg

This file was deleted.

6 changes: 0 additions & 6 deletions assets/google.svg

This file was deleted.

15 changes: 0 additions & 15 deletions assets/graph.svg

This file was deleted.

Loading
Loading