Commit Graph

16 Commits

Author SHA1 Message Date
67320f8090 chore: remove outdated todo comment 2025-12-27 20:26:09 +00:00
bac21166fb feat: initial share dialog impl 2025-12-27 19:27:31 +00:00
823da927c0 feat: impl dir content table sorting 2025-12-21 01:48:25 +00:00
68f9b84da3 refactor: unify mock/real dir content table 2025-12-18 01:24:35 +00:00
ba540918dc impl: dir content table virtualization 2025-12-18 00:47:59 +00:00
f2cce889af impl: dir content pagination 2025-12-17 22:59:18 +00:00
696ff7db15 fix: file drop not working for breadcrumbs 2025-12-16 22:35:13 +00:00
24af10c094 fix: file drop for file item row in dir table 2025-12-15 22:45:32 +00:00
23d9b2fefe fix: >1 path breadcrumb not displaying root label 2025-12-15 22:35:36 +00:00
05edf69ca7 refactor: initial frontend wiring for new api 2025-12-15 00:13:10 +00:00
4ebb3fe620 style: format imports and code style
- Consolidate multi-line imports
- Apply consistent formatting

Co-authored-by: Ona <no-reply@ona.com>
2025-11-08 18:03:21 +00:00
c0f852ad35 fix: directory table optimistic update
fix optimistic update not working for directory table and trash table
2025-10-18 22:58:23 +00:00
efd4eefa49 fix: trash page breadcrumb
Co-authored-by: Ona <no-reply@ona.com>
2025-10-18 20:14:13 +00:00
1ae649850a feat: make dir path breadcrumb generic 2025-10-18 19:55:14 +00:00
cd9dee9371 refactor: add import maps for generated code
- Add export mappings in @fileone/convex package.json for cleaner imports
- Map @fileone/convex/dataModel to _generated/dataModel.d.ts
- Map @fileone/convex/api to _generated/api.js
- Map @fileone/convex/server to _generated/server.js
- Update all imports across packages/convex and apps/drive-web
- Maintain backward compatibility with _generated/* exports

Co-authored-by: Ona <no-reply@ona.com>
2025-10-18 19:32:05 +00:00
25796ab609 refactor: migrate to vite and restructure repo
Co-authored-by: Ona <no-reply@ona.com>
2025-10-18 14:02:20 +00:00