8 Commits

Author SHA1 Message Date
Adekabang
2ffdc69d47 Merge dev branch into main
- Add GitHub Actions workflow for automated releases
- Add comprehensive style guide documentation
- Improve bucket management with detailed hooks and components
- Add Docker development environment setup
- Enhance cluster management with improved TypeScript types
- Update API documentation and alignment tasks
- Add share dialog functionality for bucket objects
- Improve UI components and layouts
2025-09-29 20:23:02 -04:00
72411c7f97 feat: update to garage v2 api endpoint 2025-09-01 09:23:44 +00:00
Adekabang
8247840e26 fix: update API endpoints for bucket and key information retrieval
- Changed bucket information fetching from v1 to v2 endpoints in `browse.go` and `buckets.go`.
- Updated key information fetching in `page.tsx` to use the new v2 endpoint.
- Ensured consistency across the application with the latest API version.
2025-07-31 16:35:11 -04:00
wenson
af376beb5b refactor: update API endpoints and improve type safety across hooks
- Refactored `useDebounce` to enhance type safety with generic arguments.
- Updated `FetchOptions` in `api.ts` to use `unknown` instead of `any` for better type safety.
- Changed API endpoints in bucket-related hooks to use new versioned endpoints.
- Improved type definitions in bucket hooks and added specific types for mutation options.
- Enhanced `useConnectNode`, `useAssignNode`, and other cluster hooks to use new API endpoints and improved type safety.
- Updated health check and key management hooks to reflect new API structure.
- Refined utility functions and type definitions for better clarity and maintainability.
2025-07-15 15:59:47 +08:00
7532c6330c fix: fix layout issue on mobile browser 2024-08-21 07:05:45 +07:00
fb02d273c2 feat: update layout, add copy key 2024-08-17 00:51:57 +07:00
f503b261f5 feat: fix responsive layout, add theme switcher 2024-08-17 00:21:23 +07:00
43af9c8658 feat: add keys & bucket permissions management 2024-08-16 23:10:19 +07:00