Commit Graph

9 Commits

Author SHA1 Message Date
logscore
c5defe4991 MAKE IT WORK BABBBYYYY 2025-10-17 08:46:39 -06:00
Abhishek Kumar
a432b81a8f Fixed: missing querykey in useMoveFile hook 2025-08-04 12:41:46 +05:30
Abhishek Kumar
679062cf0c Fixed: root breadcrumb move file issue 2025-08-04 12:25:56 +05:30
Abhishek Kumar
a201321747 Added: drag-n-drop to upload and move files 2025-08-04 10:06:32 +05:30
Abhishek Kumar
a13865e693 Added: drag-n-drop to move - bare-minimum working solution 2025-08-02 20:20:08 +05:30
Abhishek Kumar
febd79860a Fixed(breadcrumb): ensure breadcrumb UI updates when folderId is removed
Previously, clicking the home button removed the folderId and updated the data,
but the breadcrumb UI didn't reflect the change.
Updated the logic to ensure the breadcrumb component re-renders correctly
when navigating home.
2025-08-02 02:17:04 +05:30
David Bauch
c047c01143 docs(changeset): - Added a new handleUnauthorizedError utility function in client.ts for consistent error handling
- Added an auth context system to manage sign-in state (easy to prompt for login when unauthorized)
- Updated all frontend drive proctected routes (drives, files, tags)
- Improved type inferring for tags in server by removing try catch blocks
- Renamed default error to sendForbidden and reserved sendUnauthorized for out-of-date token
- Fixed race condition in account-provider by removing unecessary setters and by adding a useRef
2025-07-30 03:27:21 -04:00
Logan Reeder
d07b565407 feat(ui): complete file browser redesign using tanstack table 2025-07-21 17:21:27 -06:00
Logan Reeder
1ae6efa52f ui: add breadcrumb and experimental Tanstack table 2025-07-17 11:08:15 -06:00