Commit Graph

23 Commits

Author SHA1 Message Date
216d3fd41c Feat(Playground): Support load global js and css variables 2024-11-02 15:27:32 +08:00
451225c1cf Feat(Tools): Support theme 2024-11-02 01:53:33 +08:00
a467ad2021 Feat(CodeEditor): Support jsx highlight
Chang theme of monaco. Support jsx highlight.
2024-10-23 16:29:16 +08:00
1cdd1e5a93 Feat(Hint): Support dark mode 2024-10-23 14:37:43 +08:00
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
9d4121faf4 Fix(Edit): Fix undefined in AntdSelect 2024-05-12 04:36:02 +08:00
779e0ab2c0 Refactor(Variable): Optimize variable name 2024-05-06 15:37:45 +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
3ac302c14b Feat: edit and view - support simulated Android device preview 2024-03-22 16:54:43 +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
838c37595d Add code and execute page to tool management 2024-02-02 17:42:40 +08:00
2b566aeb85 Finish tool edit page 2024-02-01 16:52:53 +08:00
28140543c4 Add tool edit page 2024-01-31 18:17:44 +08:00