Commit Graph

26 Commits

Author SHA1 Message Date
bf2087cded refactor: migrate betterauth to local install
also added a login page

Co-authored-by: Ona <no-reply@ona.com>
2025-10-05 23:25:20 +00:00
f7bc5fd958 fix: root directory creation
Co-authored-by: Ona <no-reply@ona.com>
2025-10-05 22:14:44 +00:00
1fcdaf4f86 feat: improve sign up form err handling 2025-10-05 20:49:41 +00:00
483aa19351 refactor: use betterauth instead of workos 2025-10-05 20:21:45 +00:00
b654f50ddd fix: broken dir path breadcrumb links 2025-10-05 15:01:55 +00:00
33b235517c feat: impl file/dir restoration from trash 2025-10-05 14:29:45 +00:00
4686744fd0 feat: add file preview in trash page 2025-10-05 13:29:17 +00:00
b745ad273e feat: make empty trash btn destructive
Co-authored-by: Ona <no-reply@ona.com>
2025-10-05 13:25:16 +00:00
7c29f642f1 feat: make move to trash ctx menu item destructive 2025-10-05 00:59:02 +00:00
b43a88c6fc feat: tailor root breadcrumb label
in all files page, the root breadcrumb label says "All Files", and
"Trash" in trash page
2025-10-05 00:48:36 +00:00
19e52feebb impl: permanent file deletion
implement trash page and permanent file deletion logic

Co-authored-by: Ona <no-reply@ona.com>
2025-10-05 00:41:59 +00:00
e806d442b7 fix: duplicate toast import 2025-10-04 15:20:32 +00:00
57369d10fe fix: rename dialog not working 2025-10-04 15:19:50 +00:00
9282e75bef fix: directory content table context menu
fix radix throwing event.preventDefault is not a function error on right
click in DirectoryContentTable

Co-authored-by: Ona <no-reply@ona.com>
2025-10-04 14:56:53 +00:00
875aae74e8 refactor: make dir content table reusable 2025-10-04 14:09:25 +00:00
c2d9010508 feat: add trash page 2025-10-03 23:23:05 +00:00
0e686a1f85 refactor[db]: store time as unix ms
Co-authored-by: Ona <no-reply@ona.com>
2025-10-03 21:23:51 +00:00
1d8a117b93 chore: remove unused imports 2025-10-03 20:40:23 +00:00
19535396ad fix: directory table multi select 2025-09-21 15:12:05 +00:00
ddd2afb879 fix: breadcrumb all files link 2025-09-20 13:29:23 +00:00
75ee997d04 refactor: remove file route 2025-09-20 13:20:15 +00:00
c10edc0df2 feat: add placeholder /home page 2025-09-20 13:19:41 +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
68ca8cbccd refactor: move convex into packages 2025-09-16 23:17:01 +00:00
223a594479 refactor: convert to monorepo
Co-authored-by: Ona <no-reply@ona.com>
2025-09-16 23:01:40 +00:00