Commit Graph
5 Commits
Author SHA1 Message Date
dienakdz c3cf230104 feat(trading-assistant): refactor strategy creation and enhance script mode functionality
- Removed conditional rendering for the assistant guide bar.
- Simplified strategy overview and strategy list item components.
- Introduced a new modal for selecting strategy mode.
- Enhanced strategy creation modal to support script strategies with a dedicated editor.
- Updated form handling for script strategies, including validation and submission logic.
- Improved user experience with better messaging and streamlined UI components.
- Updated translations for better clarity in Chinese.
2026-04-08 07:27:26 +07:00
dienakdz 2dc29a215e Translate Chinese comments and strings to English across multiple files; update user management views for consistency in language. 2026-04-07 17:31:18 +07:00
dienakdz aa09e85199 Refactor code structure for improved readability and maintainability 2026-04-07 09:12:02 +07:00
dienakdz 0818028b4c feat: add quick trade panel and strategy creation enhancements in indicator analysis 2026-04-07 07:44:43 +07:00
dienakdz cb49789bf4 feat: add RegisterResult component, ESLint config, and vue.config.js for project setup
- Created a new RegisterResult.vue component for displaying registration success.
- Added ESLint configuration for unit tests in the tests directory.
- Implemented vue.config.js for webpack configuration, including theme color support and proxy settings for development.
2026-04-07 07:25:38 +07:00