abearxiong 09f5f06baa feat: add environment variable management page with import/export functionality
- Implemented EnvPage component for managing environment variables.
- Added functionality to load, add, remove, and update environment variables.
- Included validation for empty and duplicate keys.
- Implemented import/export features for environment variables in JSON format.
- Integrated autocompletion for environment variable keys based on predefined config.

feat: create user profile management with edit and password change modals

- Developed ProfileCard component to display user information.
- Added EditProfileModal for updating user details.
- Implemented ChangePasswordModal for password modification.
- Integrated user data fetching and state management using Zustand.

feat: establish user store for managing user state and actions

- Created user store with Zustand for managing user profile state.
- Added actions for updating user information and handling loading states.

feat: implement login store for user authentication

- Developed login store for managing login state and actions.
- Added functionality for user login and registration with error handling.

feat: create reusable UI components for input groups and comboboxes

- Developed InputGroup and related components for enhanced input handling.
- Created Combobox component for improved selection functionality.
- Added Badge component for displaying contextual information.
2026-02-02 23:30:08 +08:00
2026-01-22 23:52:55 +08:00
2026-01-22 23:52:55 +08:00
2026-01-23 02:35:52 +08:00
2026-01-23 02:35:52 +08:00
2026-01-22 23:52:55 +08:00
2026-01-22 23:52:55 +08:00
2026-01-22 23:52:55 +08:00
2026-01-26 20:54:50 +08:00
2026-01-23 02:35:52 +08:00

kevisual-center v2.0.0

主要是前端界面

技术栈

  • Next.js 16.1.1 (App Router)
  • TypeScript 5
  • React 19.2.3
  • Tailwind CSS 4
  • Radix UI, Shadcn UI
  • Zustand valtio
Description
No description provided
Readme 386 KiB
Languages
TypeScript 95.9%
HTML 2.2%
CSS 1.9%