Commit Graph

5 Commits

Author SHA1 Message Date
279468eddc Add device management and database-backed desktop settings
This update migrates desktop grid settings from localStorage to the database
and introduces a comprehensive device management system.

Features:
- New haex_devices table for device identification and naming
- Device-specific settings with foreign key relationships
- Preset-based icon sizes (Small, Medium, Large, Extra Large)
- Grid positioning improvements to prevent dragging behind PageHeader
- Dynamic icon sizing based on database settings

Database Changes:
- Created haex_devices table with deviceId (UUID) and name columns
- Modified haex_settings to include device_id FK and updated unique constraint
- Migration 0002_loose_quasimodo.sql for schema changes

Technical Improvements:
- Replaced arbitrary icon size slider (60-200px) with preset system
- Icons use actual measured dimensions for proper grid centering
- Settings sync on vault mount for cross-device consistency
- Proper bounds checking during icon drag operations

Bump version to 0.1.7
2025-11-04 16:04:38 +01:00
4f839aa856 fixed trigger 2025-10-23 13:17:58 +02:00
033c9135c6 removed haex-pass components 2025-10-15 21:54:50 +02:00
fc841f238b generate table structs from ts in rust 2025-10-02 14:31:47 +02:00
0699dbef31 added settings page, cleanup 2025-05-19 12:29:37 +02:00