Commit Graph

10 Commits

Author SHA1 Message Date
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
24af10c094 fix: file drop for file item row in dir table 2025-12-15 22:45:32 +00:00
05edf69ca7 refactor: initial frontend wiring for new api 2025-12-15 00:13:10 +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
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