Commit Graph

8 Commits

Author SHA1 Message Date
cc466f7bd4 feat: add new Flowme and FlowmeChannel management with CRUD operations and UI components 2026-02-01 03:57:20 +08:00
a4e17023d0 fix: update import path and modify AIEditorLink URL structure 2026-01-30 17:36:36 +08:00
0de344c7ad feat: add token management and configuration UI
- Implemented a new app structure with context management for the router.
- Created a token management page with a table to display configurations.
- Added forms for creating and editing token configurations with validation.
- Integrated Zustand for state management, including fetching, updating, and deleting configurations.
- Added dialogs for viewing and copying tokens.
2026-01-28 01:52:19 +08:00
44aef38631 update 2026-01-26 20:54:50 +08:00
30388533c0 feat: implement configuration management with CRUD operations
- Added configuration management page with table view and modal forms for adding/editing configurations.
- Integrated Zustand for state management of configurations.
- Implemented user management drawer for organizations with user addition/removal functionality.
- Created user management page with CRUD operations for users.
- Introduced admin store for user-related actions including user creation, deletion, and updates.
- Developed reusable drawer component for UI consistency across user management.
- Enhanced error handling and user feedback with toast notifications.
2026-01-26 20:51:35 +08:00
e8e2765c27 fix: fix bugs 2026-01-26 04:29:38 +08:00
2db3868fcf update 2026-01-23 02:35:52 +08:00
9849f93b1e init 2026-01-22 23:52:55 +08:00