8 Commits

Author SHA1 Message Date
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
2aaaf87dfd feat: add base path configuration 2025-03-19 05:36:01 +07:00
934e0c409c feat: add bucket object browser 2024-08-18 22:57:08 +07:00
7620f2cba1 fix: copyToClipboard fix on non secure context 2024-08-18 06:37:51 +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
b0e5d53ee0 feat: project init 2024-08-14 15:36:25 +07:00