refactor: replace Button with div for consistent styling in AIEditorLink
refactor: update navigation handling in AppVersionList and remove LayoutMain wrapper
refactor: remove unused LayoutMain imports and components across various pages
fix: ensure user app list is set correctly in useUserAppStore
fix: update login URL format in AuthProvider
fix: adjust layout styles in EnvPage and other pages for better responsiveness
chore: update route definitions and create new routes for apps, config, domain, flowme, org, remote, token, user, and users
style: replace Button with div for delete confirmation in various components
fix: ensure correct handling of user profile image source
- 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.