chore: update ui package

This commit is contained in:
Gregor Vostrak
2026-04-17 16:21:58 +02:00
parent 712782ea33
commit e9668f082e
3 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -15,7 +15,7 @@
"@sentry/electron": "^7.11.0",
"@sentry/vite-plugin": "^5.2.0",
"@solidtime/api": "^0.0.6",
"@solidtime/ui": "^0.0.20",
"@solidtime/ui": "^0.0.21",
"better-sqlite3": "^12.9.0",
"dbus-next": "^0.10.2",
"drizzle-orm": "^0.45.2",
@@ -2318,7 +2318,9 @@
}
},
"node_modules/@solidtime/ui": {
"version": "0.0.20",
"version": "0.0.21",
"resolved": "https://registry.npmjs.org/@solidtime/ui/-/ui-0.0.21.tgz",
"integrity": "sha512-RW+mBng59MLU3ggBZz+eS6HU0+CoAw5VHkE/lURZH88ndsH6zkdldZuKp3kUgweuYibwgM9yETIWEUsdxJrsPA==",
"license": "AGPL-3.0",
"peerDependencies": {
"@floating-ui/vue": "^1.1.4",
+1 -1
View File
@@ -48,7 +48,7 @@
"@sentry/electron": "^7.11.0",
"@sentry/vite-plugin": "^5.2.0",
"@solidtime/api": "^0.0.6",
"@solidtime/ui": "^0.0.20",
"@solidtime/ui": "^0.0.21",
"better-sqlite3": "^12.9.0",
"dbus-next": "^0.10.2",
"drizzle-orm": "^0.45.2",
@@ -307,7 +307,7 @@ watch(isLoadMoreVisible, async (isVisible) => {
<div
v-if="timeEntries && projects && tasks && tags && clients"
class="flex flex-col h-full">
<div class="flex bg-primary dark:bg-background">
<div class="flex bg-primary">
<div class="pl-4 pb-4 pt-4 border-b border-border-primary z-10 w-full top-0 left-0">
<CardTitle title="Time Tracker" :icon="ClockIcon as Component"></CardTitle>
<div class="relative pt-1.5">