mirror of
https://github.com/solidtime-io/solidtime-desktop.git
synced 2026-05-07 20:32:27 +00:00
chore: update ui package
This commit is contained in:
Generated
+4
-2
@@ -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
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user