diff --git a/.env.example b/.env.example index ebbb089..41fefef 100644 --- a/.env.example +++ b/.env.example @@ -3,4 +3,4 @@ ROOT_DIR=./data APP_PORT=4321 IMAGE=git.atri.dad/atash/chronus:latest JWT_SECRET=some-secret -ORIGIN=https://chronus.example.com \ No newline at end of file +ORIGIN=https://chronus.example.com diff --git a/package.json b/package.json index e86cc10..bd2f279 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,6 @@ "vue-chartjs": "^5.3.3" }, "devDependencies": { - "@catppuccin/daisyui": "^2.1.1", "@react-pdf/types": "^2.9.2", "@types/jsonwebtoken": "^9.0.10", "drizzle-kit": "0.31.9" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ed660b2..03e3734 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -69,9 +69,6 @@ importers: specifier: ^5.3.3 version: 5.3.3(chart.js@4.5.1)(vue@3.5.28(typescript@5.9.3)) devDependencies: - '@catppuccin/daisyui': - specifier: ^2.1.1 - version: 2.1.1(tailwindcss@4.1.18) '@react-pdf/types': specifier: ^2.9.2 version: 2.9.2 @@ -285,14 +282,6 @@ packages: resolution: {integrity: sha512-VERIM64vtTP1C4mxQ5thVT9fK0apjPFobqybMtA1UdUujWka24ERHbRHFGmpbbhp73MhV+KSsHQH9C6uOTdEQA==} engines: {node: '>=18'} - '@catppuccin/daisyui@2.1.1': - resolution: {integrity: sha512-PrZttjj8kwfDBJ34sR+DN25Xtjvxx4T5p8uu/iiGYZR8UOsNwzMlO/alYDBwwTOLzP1NKLNRax09kCT39+QM+A==} - peerDependencies: - tailwindcss: ^4.0.17 - - '@catppuccin/palette@1.7.1': - resolution: {integrity: sha512-aRc1tbzrevOTV7nFTT9SRdF26w/MIwT4Jwt4fDMc9itRZUDXCuEDBLyz4TQMlqO9ZP8mf5Hu4Jr6D03NLFc6Gw==} - '@ceereals/vue-pdf@0.2.1': resolution: {integrity: sha512-E7Y2GyHTYEmZ2U5ZlVuJrOWdHhco49ZTdKVOo/wcOhlfNFG+W5pAZ6rOcaua+owspC4BgGzAxlmqj/jdEM9ehA==} peerDependencies: @@ -4031,13 +4020,6 @@ snapshots: dependencies: fontkitten: 1.0.2 - '@catppuccin/daisyui@2.1.1(tailwindcss@4.1.18)': - dependencies: - '@catppuccin/palette': 1.7.1 - tailwindcss: 4.1.18 - - '@catppuccin/palette@1.7.1': {} - '@ceereals/vue-pdf@0.2.1(vue@3.5.28(typescript@5.9.3))': dependencies: '@react-pdf/fns': 3.1.2 diff --git a/src/components/Avatar.astro b/src/components/Avatar.astro index 6cc833f..f6db2f3 100644 --- a/src/components/Avatar.astro +++ b/src/components/Avatar.astro @@ -9,7 +9,7 @@ const initial = name ? name.charAt(0).toUpperCase() : '?'; ---
-
+
{initial}
diff --git a/src/components/ManualEntry.vue b/src/components/ManualEntry.vue index 8be092c..73d6ab7 100644 --- a/src/components/ManualEntry.vue +++ b/src/components/ManualEntry.vue @@ -148,7 +148,7 @@ function clearForm() {