Refactor:11; Fix:6; Chore:1; Feat:7; Build:1 #49

Merged
FatttSnake merged 26 commits from FatttSnake into dev 2024-05-06 09:38:28 +08:00

26 Commits

Author SHA1 Message Date
7f639743ec Build(Package): Upgrade dependencies 2024-05-02 01:46:57 +08:00
5a028a8259 Feat(StoreCard): Support emulator
Support run tool by emulator
2024-05-01 18:35:12 +08:00
de9d1b4b74 Feat(Menu): Support multi-platform
Support add multi-platform tool to menu
2024-05-01 18:09:37 +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
80bec52fcd Refactor(Modal): Optimize modal code 2024-05-01 16:12:57 +08:00
0ca5d8fc52 Refactor(StoreCard): Remove tooltip
Remove tooltip from author info
2024-05-01 14:55:19 +08:00
c5ab4e242d Fix(Menu): Fix submenu style exception
Fix submenu style exception. Optimize menu stylesheet
2024-05-01 14:55:18 +08:00
929b2f3b91 Feat(Menu): Add drop mask
Add drop mask to menu. Optimize tool description.
2024-04-30 15:22:54 +08:00
af8e901098 Refactor(Card): Optimize import 2024-04-30 15:20:57 +08:00
c481fcac2c Refactor(Sign): Optimize navigate to login 2024-04-30 15:17:20 +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
7b61a5fdb3 Feat(Menu): Add tool menu via drag and drop
Drag and drop a tool card to add tool menu
2024-04-30 13:42:36 +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
340a842b4c Refactor(UrlCard): Optimize UrlCard 2024-04-28 16:51:09 +08:00
aa96359f46 Feat(ToolRepository): Add favorite tool list
Add favorite tool list to user tool repository
2024-04-28 15:24:23 +08:00
497fb28b5d Refactor(Card): Component all cards
Make all cards into components
2024-04-28 11:37:57 +08:00
a5b26d9680 Refactor(URL): Change URL_TOOL_FAVORITE 2024-04-28 11:33:42 +08:00
0674635577 Feat(PersonalTool): Add pagination
Add pagination to personal tool management
2024-04-27 17:55:46 +08:00
8dd10910c9 Fix(CreateTool): Fix input validation
Fix can not submit because of input validation bug
2024-04-27 15:28:41 +08:00
5c77e1ae90 Feat(Store): Add tool favorite control
Add tool favorite control
2024-04-26 18:09:07 +08:00
64c510cd42 Refactor(Navigate): Optimize navigate
Unified management navigation
2024-04-26 11:25:42 +08:00
296a45df00 Chore(Eslint): Dismiss exhaustive deps warning
Add config to dismiss exhaustive deps warning
2024-04-26 09:56:36 +08:00
0e354ca833 Fix(FileSelector): Fix scrollbar can not auto hide bug
Fix scrollbar can not auto hide bug. Optimize scrollbar style.
2024-04-26 09:41:39 +08:00
3f22f81880 Refactor(HideScrollbar): Add scrollbar padding attributes
Add scrollbar padding attributes to allow custom scrollbar padding style
2024-04-26 09:38:28 +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