Commit Graph

  • 74fecb3ec2 fix: refine drag-and-drop logic in ListsScreen and ManageColumnsDialog to correctly adjust indices during reordering Gabriel20xx 2025-10-26 14:40:18 +01:00
  • eb5fee1ad2 fix: adjust drag-and-drop logic in ListsScreen and ManageColumnsDialog to correctly map Lazy positions to data indices Gabriel20xx 2025-10-26 14:35:38 +01:00
  • 168f660446 feat: improve drag-and-drop functionality by interleaving dividers in ListsScreen and ManageColumnsDialog for better user experience Gabriel20xx 2025-10-26 14:20:29 +01:00
  • fb484cd2ba feat: update field editing functionality to include name parameter and improve UI layout in ListDetailScreen and ListsScreen Gabriel20xx 2025-10-26 14:01:55 +01:00
  • eaa0985b01 refactor: streamline drag-and-drop reordering logic in ManageColumnsDialog and ListsScreen for consistency Gabriel20xx 2025-10-26 01:24:23 +02:00
  • c9b50e9dcb feat: add animation to item placement in ListsScreen and ManageColumnsDialog for smoother reordering experience Gabriel20xx 2025-10-26 01:02:06 +02:00
  • f9b6807e06 fix: improve drag-and-drop reordering logic in ManageColumnsDialog for better stability and index handling Gabriel20xx 2025-10-25 20:34:06 +02:00
  • aecee4420d feat: enhance data access objects with additional Room annotations and improve database migration logic Gabriel20xx 2025-10-25 20:19:51 +02:00
  • 56be50646b feat: implement manual reordering of lists with persistent order index and sorting preferences Gabriel20xx 2025-10-25 19:19:20 +02:00
  • 886c665db6 fix: update date display logic to show createdAt if updatedAt is invalid Gabriel20xx 2025-10-25 18:30:12 +02:00
  • 9b82b317d3 Refactor SettingsScreen and related components for improved readability and maintainability Gabriel20xx 2025-10-25 17:39:35 +02:00
  • 14c80197cc feat: add ESLint and Prettier configuration for code quality Gabriel20xx 2025-10-25 17:33:48 +02:00
  • 09a2b09913 refactor: Remove unused API endpoints from CollabTableApi Gabriel20xx 2025-10-25 17:07:41 +02:00
  • 78ad168293 refactor: Remove legacy database module; migrate access to src/db.ts Gabriel20xx 2025-10-25 17:06:01 +02:00
  • e5e72a39ac Refactor database access to use a unified dbAdapter for SQLite and PostgreSQL Gabriel20xx 2025-10-25 17:02:42 +02:00
  • 22ec511ca7 feat: Enhance PreferencesManager and SyncRepository for better server settings management and error handling Gabriel20xx 2025-10-25 16:17:28 +02:00
  • 05f62e9f73 feat: Add method to retrieve all list IDs in ListDao and update SyncRepository for FK validation Gabriel20xx 2025-10-25 16:01:29 +02:00
  • fe3f7ee529 feat: Add methods to retrieve all field and item IDs in DAO interfaces Gabriel20xx 2025-10-25 15:54:31 +02:00
  • 36ae1f8c33 feat: Update ListDetailViewModel to fetch fields for the list with debounce support Gabriel20xx 2025-10-25 15:46:14 +02:00
  • 8d2e110cfd feat: Refactor DAO insert methods to use Upsert and add transaction support for field reordering Gabriel20xx 2025-10-25 15:40:58 +02:00
  • 95b839c791 feat: Implement comprehensive log filtering feature with severity, time range, and tag options Gabriel20xx 2025-10-24 22:43:18 +02:00
  • eede176e5e Lul Gabriel20xx 2025-10-24 22:14:20 +02:00
  • 66ac428139 feat: Add rename functionality for lists with synchronization Gabriel20xx 2025-10-24 21:36:04 +02:00
  • 57e1001e1a feat: Add sync functionality to include deleted items in updates Gabriel20xx 2025-10-24 20:58:54 +02:00
  • 9aa7ed8878 feat: Implement list management routes with CRUD operations Gabriel20xx 2025-10-24 20:27:18 +02:00