* fix(plugin-file-manager): fix migration and add test cases
* fix(plugin-file-manager): fix test case fails for mysql
* fix(plugin-file-manager): fix test cases
* fix(plugin-file-manager): change migration name
* fix(plugin-file-manager): fix migration and add test cases
* fix(plugin-file-manager): fix test case fails for mysql
* fix(plugin-file-manager): fix test cases
* fix(plugin-file-manager): change migration name
* refactor: remove unnecessary NavigateIfNotSignIn wrapper from AdminProvider
* refactor: remove NavigateToSigninWithRedirect and NavigateIfNotSignIn
* refactor: streamline error handling in authCheckMiddleware
* fix: prevent notification for user role errors in authCheckMiddleware
* fix: use app error to show error message for USER_HAS_NO_ROLES_ERR in authCheckMiddleware
* chore: upgrade react type to 18
* chore: update ant design icons to avoid ts error
* fix: ts errors
* fix: ts error after upgrade react types
* fix: some icons ts error
* fix: improve type validation in bulk edit form item settings
* fix: lazy load component type error
* fix: some ts errors
* fix: unit test error after upgrade ant design icons
* chore: remove ts-ignore comment for startTransition
* feat(mobile): improve mobile UI styling and theme
- Adjust GridCard and mobile page styling
- Update mobile theme tokens with compact algorithm
- Refine spacing, border radius, and padding for mobile components
* feat(mobile): enhance workbench block layout and styling for mobile
- Refactor WorkbenchBlock and WorkbenchAction components for improved mobile responsiveness
- Integrate antd-mobile Grid and List components
- Update styling for grid and list layouts
- Optimize responsive space and item rendering
- Remove manual width calculations and resize observers
* feat(mobile): adjust menu item styling for mobile layout
- Add margin and width adjustments for mobile menu items
- Ensure consistent spacing and sizing of menu elements
- Improve visual layout of menu items in mobile view
* feat(mobile): adjust table container margins in mobile layout
- Remove hardcoded negative margins for table containers
- Improve responsive styling for mobile table layouts
* feat(mobile): refine grid card and nester component styling
- Update GridCard component with token-based margin and border radius
- Adjust InternalNester CSS with dynamic padding and margin
- Improve responsive styling for grid and card components
* feat(mobile): clean up and optimize mobile component styles
- Remove unnecessary chart block and action bar styling
- Simplify CSS rules for mobile components
- Clean up commented-out and redundant style definitions
* test(mobile): improve z-index test with precise click positioning
- Add click positioning to edit action buttons in z-index test
- Ensure consistent and precise interaction in multi-level page navigation
* chore: make e2e more stable