Commit Graph

11 Commits

Author SHA1 Message Date
c6d346394c feat: impl multi file deletion support 2025-09-28 15:45:49 +00:00
56fb2aa24f fix: file/dir drag and drop 2025-09-26 22:20:30 +00:00
30027ae159 feat: check for name conflict on file/dir move
Co-authored-by: Ona <no-reply@ona.com>
2025-09-25 23:12:13 +00:00
8062fdb7f3 wip: directory/file move name conflict check 2025-09-21 22:24:24 +00:00
29eab87c71 feat: impl multi file/dir moving
Co-authored-by: Ona <no-reply@ona.com>
2025-09-21 17:03:50 +00:00
7eefe2b96e feat: allow file drop on path breadcrumb 2025-09-20 23:54:27 +00:00
0f5b1f79ff refactor: directory path handling
intsead of storing path as field in directories table, it is derived on demand, because it makes moving directories a heck lot eaiser

Co-authored-by: Ona <no-reply@ona.com>
2025-09-20 23:23:28 +00:00
4812fcc0a2 refactor: top level dir + moved route
create a root directory entry in table for each user and move file browser under /directories/$id
2025-09-19 23:01:44 +00:00
44ce32fd84 feat: basic directory navigation 2025-09-17 00:04:12 +00:00
c7fb40e8eb refactor: use path util 2025-09-16 23:18:53 +00:00
68ca8cbccd refactor: move convex into packages 2025-09-16 23:17:01 +00:00