Commit Graph

50 Commits

Author SHA1 Message Date
dbce6b9cf2 Feat(Theme): Support dark mode 2024-10-23 10:22:49 +08:00
b7c3fb8524 Refactor(css): Change all less to module mode 2024-10-18 10:14:31 +08:00
3d77dc793b Refactor(App): Change sass to less 2024-10-17 13:52:29 +08:00
47dac4c9c7 Feat(CodeEditor): Support add extra libs 2024-10-16 18:14:18 +08:00
b353ab07e2 Build(package.json): Upgrade dependencies 2024-10-16 17:39:54 +08:00
264534f479 Fix(Management): Fix base and template management unable to jump file 2024-09-19 09:59:04 +08:00
e17fcdb401 Refactor(BaseManagement): Optimize the filter of entry file 2024-09-15 18:27:54 +08:00
77551804f7 Refactor(ToolManagement): Optimize the prompt for required review option 2024-09-15 18:22:02 +08:00
9ca2ec8859 Refactor(BaseManagement): Support recompile 2024-09-15 13:07:32 +08:00
51ee15749e Fix(Preview): Fixed code pollution bug
Methods and variables in base and main code are isolated to solve the problem of code pollution. Close #4
2024-09-09 17:22:42 +08:00
1b89cb6bbd Fix(Form): Fix ref error 2024-06-13 15:17:18 +08:00
a90e7cfdca Refactor(Playground): Fix the bug that unexpectedly remove styles for base
Fix the bug that unexpectedly remove styles for base when editing code
2024-05-21 16:00:03 +08:00
779e0ab2c0 Refactor(Variable): Optimize variable name 2024-05-06 15:37:45 +08:00
2f70ae8ced Fix(ToolExecute and ToolView): Fix the bug that can not load tool
Fix the bug that can not load tool when switch tool
2024-05-01 18:06:26 +08:00
6e4e5ed9aa Fix(ToolBase and ToolTemplate): Optimize panel side 2024-05-01 17:48:12 +08:00
870204db0a Refactor(Tool): Optimize use experience
Remove navigate delay. Clean out old code before setting up compile code.
2024-04-30 15:16:16 +08:00
843f47346a Fix(Tool): Fix the bug that can not load when switch between two tools
Fix the bug that can not load when switch between two tools. Optimize navigate when can not find tool.
2024-04-30 13:39:25 +08:00
64c510cd42 Refactor(Navigate): Optimize navigate
Unified management navigation
2024-04-26 11:25:42 +08:00
2cd74d0027 Refactor(Router): Change home to repository
Change home route to repository. Switch repository and store place in menu.
2024-04-25 22:54:04 +08:00
804005cae3 Refactor(Editor): Add a prompt to leave the page
Add a prompt to leave the page when content has been changed
2024-04-22 18:16:53 +08:00
5d28f7d8d7 Refactor(Form): Optimize form input experience
Add placeholder. Optimize form validation. Hide ID input.
2024-04-22 18:16:53 +08:00
b471d55e7a Fix(Input): Fixed the problem of not validating whitespace characters
Fixed the problem of not validating whitespace characters
2024-04-22 00:27:27 +08:00
4b1a3fbc01 Feat: all - support multiple platforms 2024-03-18 17:23:31 +08:00
1b9e527b68 Style: all - change page padding to 20px 2024-03-15 14:03:53 +08:00
3b11b262b9 Fix modal can not focus second input bug 2024-03-01 16:35:49 +08:00
fb94ae6a52 Optimize code 2024-03-01 15:34:01 +08:00
6dce685e7c Add developer profile page 2024-02-23 11:05:54 +08:00
b478081600 Add permission 2024-02-18 18:06:26 +08:00
ae16808e1d Optimize code 2024-02-18 17:49:55 +08:00
b798bb3eb5 Optimize modal 2024-02-17 14:27:20 +08:00
524b57ed8b Add auto publish to tool management 2024-02-04 01:56:17 +08:00
522347060c Add search type to tool management page 2024-02-02 18:02:35 +08:00
838c37595d Add code and execute page to tool management 2024-02-02 17:42:40 +08:00
28140543c4 Add tool edit page 2024-01-31 18:17:44 +08:00
0e804ff732 Add personal tool management page 2024-01-30 13:33:57 +08:00
4dbae810bb Optimize stylesheet 2024-01-29 00:05:41 +08:00
5fb4cfe55d Add create tool page 2024-01-26 14:29:53 +08:00
37fcfecbb7 Optimize tool base management page 2024-01-25 15:37:59 +08:00
96acaddf77 Optimize Playground 2024-01-25 15:35:52 +08:00
d6eaf81900 Optimize permission 2024-01-24 16:10:16 +08:00
50f7b99bbe Optimize code 2024-01-23 18:03:32 +08:00
ee23f03e4c Optimize Editor 2024-01-23 17:28:22 +08:00
2e331658c5 Add compile to ToolBase management page 2024-01-23 15:57:10 +08:00
12cdff377e Optimize ToolTemplate management page 2024-01-23 00:45:05 +08:00
027519aa60 Add ToolTemplate management page 2024-01-22 18:19:31 +08:00
691f13381d Add rename file to ToolBase management page 2024-01-22 16:57:05 +08:00
3a973a3c93 Optimize ToolBase management page 2024-01-21 23:43:10 +08:00
2521b0c951 Add ToolBase management page 2024-01-19 18:29:31 +08:00
c460e2c4cf Add tool category management page 2024-01-18 14:13:53 +08:00
b738634eff Add tools setting page 2024-01-16 23:37:07 +08:00