33 Commits

Author SHA1 Message Date
xiongxiao
e19b1811d8 Auto commit: 2026-03-18 00:26 2026-03-18 00:26:33 +08:00
xiongxiao
3269b2eef3 fix: 修复单条数据不显示表格的问题,优化弹窗UI布局
- 修复数组解构错误导致单条数据时不显示表格
- 优化DetailsDialog弹窗布局,内容过多时按钮始终可见
2026-03-13 05:23:05 +08:00
52fa9c5b42 feat(chat): update tool listing to include path, key, and parameters in prompts
- Modified tools list to display tool path and key along with descriptions.
- Added handling for tool parameters in the prompt.
- Updated JSON format in prompts to reflect changes in tool identification.
- Changed label from "智能体" to "执行体" for clarity.
2026-03-11 17:34:15 +08:00
08294e0c7f feat: update @kevisual/api to version 0.0.62 and add ProxyStatusDialog component for monitoring proxy status 2026-03-05 23:07:45 +08:00
cf2baecb3c feat: add RouterGroupDialog for route management and grouping
- Introduced RouterGroupDialog component to display and manage routes in groups.
- Updated studio store to include allRoutes and methods for fetching routes.
- Added functionality to toggle route groups and search by path or key.
- Enhanced App component to include RouterGroupDialog and related state management.
- Integrated new icons and improved UI for better user experience.
2026-03-05 16:47:49 +08:00
3edd6b2a69 feat: implement layout store management and add API documentation modal 2026-02-26 04:39:17 +08:00
5562296ad7 feat: add showBaseHeader state management and update BaseHeader component 2026-02-26 04:04:37 +08:00
7489b8f1ab update 2026-02-26 03:58:17 +08:00
91f5f17028 feat: enhance ExportDialog with customizable import/export code and localStorage support
- Added textarea inputs for customizable 'before' and 'after' code snippets.
- Introduced a checkbox to toggle the removal of view items in the export.
- Implemented localStorage functionality to persist user preferences for 'before', 'after', and 'removeViewItem'.
- Updated the code generation logic to incorporate new options.
2026-02-24 22:05:52 +08:00
a281a0e6e2 udpate 2026-02-24 20:13:27 +08:00
689460193b feat: update version and dependencies in package.json 2026-02-22 00:19:21 +08:00
db30d8eb23 temp 2026-02-19 03:59:04 +08:00
59319b849c feat: update version and title in index.html and package.json 2026-02-19 03:58:38 +08:00
eafe815d8f feat: enhance query view with fullscreen toggle and details management
- Added fullscreen toggle functionality to the QueryView component.
- Introduced new icons for maximizing and minimizing the view.
- Updated the QueryView component to handle details display with tab management.
- Refactored the store to manage details data and active tabs.
- Improved the handling of view data in the studio, including filtering unnecessary fields.
- Created new routes for ID and console views, integrating them into the routing structure.
- Added dynamic basename calculation based on the current URL path.
- Enhanced the query module to utilize context keys for better state management.
- Updated the UI components for better user experience and accessibility.
2026-02-19 00:21:56 +08:00
94047cd45f temp 2026-02-18 06:44:15 +08:00
0b9d4dfce3 update 2026-02-18 00:58:33 +08:00
ebd8a7e8be change to router 2026-02-18 00:51:39 +08:00
d88056bf3c feat: update router-studio configuration and dependencies
- Changed TO_REPO from template/next-simple-template to template/router-studio in .cnb.yml.
- Updated transpilePackages in next.config.ts to only include @kevisual/api.
- Bumped version to 0.1.4 in package.json and updated deployment script.
- Updated dependencies in package.json:
  - @kevisual/api from ^0.0.20 to ^0.0.44
  - @kevisual/query from ^0.0.37 to ^0.0.39
  - @kevisual/router from ^0.0.60 to ^0.0.69
  - antd from ^6.2.1 to ^6.2.3
  - lucide-react from ^0.562.0 to ^0.563.0
  - next from 16.1.4 to 16.1.6
  - react and react-dom from 19.2.3 to 19.2.4
  - react-resizable-panels from ^4.4.1 to ^4.5.8
  - zustand from ^5.0.10 to ^5.0.11
  - @kevisual/types from ^0.0.11 to ^0.0.12
- Modified queryRouteList function to accept a parameter in index.tsx and store.ts.
- Enhanced searchRoutes functionality to set searchKeyword in store.ts.
2026-02-04 12:47:43 +08:00
754814d08a update 2026-01-21 18:57:46 +08:00
8e29fe4545 feat: update routing and API handling, improve query functionality, and enhance UI components
- Changed import path for routes in next-env.d.ts
- Updated dependencies in package.json, including @kevisual/api and @kevisual/query
- Added delete functionality in QueryView component
- Modified run function in studio to accept a custom type
- Enhanced searchRoutes function in studio store with Fuse.js for better filtering
- Updated DataItemForm to use QueryRouterServer from the browser
- Added dynamic URL handling in query module
- Improved proxy request handling based on app key
- Adjusted TypeScript configuration for stricter checks
- Created a new page component for dynamic routing
- Introduced a new Toaster component for notifications
2026-01-21 18:51:03 +08:00
8ba90c00be chore: update next.config.ts and package dependencies
- Removed turbopack configuration from next.config.ts.
- Updated @kevisual/router from ^0.0.53 to ^0.0.60 in package.json.
- Updated antd from ^6.2.0 to ^6.2.1 in package.json.
- Updated es-toolkit from ^1.43.0 to ^1.44.0 in package.json.
- Updated next from 16.1.2 to 16.1.4 in package.json.
- Modified query.ts to improve URL handling for API routing.
- Updated tsconfig.json to include baseUrl and typeRoots for better module resolution.
2026-01-21 17:31:03 +08:00
xiongxiao
b2f315a459 change to next 2026-01-15 12:32:07 +08:00
62b5c5841a init 2026-01-15 11:59:34 +08:00
d1f88e3f91 update 2026-01-05 16:15:08 +08:00
2234d113e9 update 2026-01-05 02:03:30 +08:00
0b17ac78a9 feat: enhance UI components and application features
Add new shadcn/ui components (popover, tabs, tooltip) and improve multiple application modules including chat, query-view, and studio. Update dependencies and refactor code for better user experience.
2026-01-03 18:59:37 +08:00
d1439ed33f update 2026-01-03 02:44:21 +08:00
2aa086c5d0 test 2026-01-02 00:07:17 +08:00
d8acdaf97d feat: enhance studio app with left panel toggle and loading state
- Added a left panel toggle button in the header to show/hide the ViewList component.
- Integrated loading state management in the studio store for better user feedback during data fetching.
- Updated the ViewList component to utilize a dropdown menu for editing and deleting views.
- Improved UI elements with consistent border styles and loading indicators.
- Refactored the DataItemForm and ViewFormItem components for better user experience and added clipboard copy functionality.
- Introduced a new DropdownMenu component for better dropdown handling across the application.
2026-01-01 23:56:56 +08:00
231caa3b9a feat: Implement view management features with a new UI for editing and listing views
- Added a resizable panel layout in the studio app to display the view list alongside the main application.
- Refactored the studio store to include new methods for fetching and managing route views.
- Introduced a new DataItemForm component for configuring data items in views.
- Created a ViewEditor component for adding and editing views, including data items and queries.
- Enhanced the ViewList component to support searching, adding, editing, and deleting views.
- Updated UI components (Button, Checkbox, Dialog, Input, Label, Table) for better styling and functionality.
- Added environment configuration for API URL.
- Introduced a new workspace configuration for pnpm.
2025-12-31 17:54:11 +08:00
8670fd3bfc 更新依赖项版本,添加新功能和改进应用程序结构 2025-12-30 03:00:46 +08:00
3ca2820516 update 2025-12-27 10:20:06 +08:00
ad2d73a61b update 2025-12-26 19:00:35 +08:00