Skip to content

Commit

Permalink
Fixed week activity hours, added day duration and week duration, adju…
Browse files Browse the repository at this point in the history
…sted style
  • Loading branch information
TheRolfFR committed Sep 22, 2024
1 parent be6800a commit 24b93e0
Show file tree
Hide file tree
Showing 26 changed files with 3,957 additions and 2,795 deletions.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@
"tauri.conf.json",
],
"url": "https://raw.githubusercontent.com/tauri-apps/tauri/1.2/tooling/cli/schema.json"
}]
}],
"rust-analyzer.server.extraEnv": {
"CARGO_TARGET_DIR": "${workspaceFolder}/src-tauri/target/analyzer"
},
"rust-analyzer.cargo.targetDir": "${workspaceFolder}/src-tauri/target/analyzer"
}
53 changes: 27 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,35 +12,36 @@
"bindings": "cd src-tauri && cargo test && cd .."
},
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-static": "1.0.0-next.43",
"@sveltejs/kit": "1.0.0-next.589",
"@tauri-apps/cli": "1.2.3",
"@types/cookie": "^0.5.1",
"@types/rollup-plugin-svelte-svg": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^4.0.0",
"fluent-svelte": "^1.6.0",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"rollup-plugin-svelte-svg": "1.0.0-beta.6",
"svelte": "^3.55.1",
"svelte-check": "^2.7.1",
"svelte-preprocess": "^4.10.6",
"tslib": "^2.3.1",
"typescript": "^4.7.4",
"vite": "^4.1.2"
"@sveltejs/adapter-auto": "3.2.5",
"@sveltejs/adapter-static": "3.0.5",
"@sveltejs/kit": "2.5.28",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tauri-apps/cli": "1.6.2",
"@types/cookie": "0.6.0",
"@types/rollup-plugin-svelte-svg": "1.0.6",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"eslint": "9.11.0",
"eslint-config-prettier": "9.1.0",
"fluent-svelte": "1.6.0",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.6",
"rollup-plugin-svelte-svg": "0.2.3",
"svelte": "4.2.19",
"svelte-check": "4.0.2",
"svelte-preprocess": "6.0.2",
"tslib": "2.7.0",
"typescript": "5.6.2",
"vite": "5.4.7"
},
"type": "module",
"dependencies": {
"@fontsource/fira-mono": "^4.5.0",
"@tauri-apps/api": "1.2.0",
"days-of-week": "^1.0.3",
"svelte-tiny-linked-charts": "^1.1.5",
"uuid": "^9.0.0"
"@fontsource/fira-mono": "5.1.0",
"@tauri-apps/api": "1.6.0",
"days-of-week": "1.0.3",
"eslint-plugin-svelte": "^2.44.0",
"svelte-tiny-linked-charts": "1.6.1",
"uuid": "10.0.0"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit 24b93e0

Please sign in to comment.