Commit Graph

11 Commits

Author SHA1 Message Date
6a7f58a513 Fix production build crash by resolving circular import dependency
Moved database schemas from src-tauri/database/schemas/ to src/database/schemas/
to fix bundling issues and resolved circular import dependency that caused
"Cannot access uninitialized variable" error in production builds.

Key changes:
- Moved crdtColumnNames definition into haex.ts to break circular dependency
- Restored .$defaultFn(() => crypto.randomUUID()) calls
- Kept AnySQLiteColumn type annotations
- Removed obsolete TDZ fix script (no longer needed)
- Updated all import paths across stores and configuration files
2025-11-02 00:57:03 +01:00
ef225b281f refactored design 2025-10-28 14:16:17 +01:00
5fdea155d1 removed logs 2025-10-25 08:14:59 +02:00
4f839aa856 fixed trigger 2025-10-23 13:17:58 +02:00
f70e924cc3 refatored rust sql and drizzle 2025-10-22 15:05:36 +02:00
a291619f63 add desktop 2025-10-16 20:56:21 +02:00
fc841f238b generate table structs from ts in rust 2025-10-02 14:31:47 +02:00
0a7de8b78b switch to nuxt ui 2025-09-11 00:58:55 +02:00
62ddc33290 fix submit handler 2025-06-18 16:00:20 +02:00
e33fa804fa implemented device name 2025-06-17 16:46:44 +02:00
066b8171bf restructured vault settings 2025-06-17 11:51:00 +02:00