* feat(layout): integrate ConfigProvider for theme management in admin layout
* feat(layout): add mobile layout context and transform utility for schema
* feat(toolbar): disable dragging in mobile layout for BlockSchemaToolbar
* test: add unit tests for transformMultiColumnToSingleColumn function
* feat: add mobile layout support to form schema transformation
* feat: support mobile layout in Tabs component schema transformation
* feat: integrate mobile layout support into designable components
* feat: refactor mobile layout hooks and integrate MobileComponentsProvider
* feat: update mobile layout styles and integrate global theme in ActionDrawer
* feat: update Mobile component to use CommonDrawer for popup handling in mobile layout
* feat: adjust padding in ActionDrawer style for improved layout on mobile
* feat: optimize scope usage in InternalPicker for improved performance
* feat: update Action.Page style to improve overflow handling
* style: remove minHeight from ActionDrawer style
* feat: add mobile layout support and transform schema for multi-column fields
* feat: support mobile components
* fix(mobile): issue with mobile flash/flicker
* feat: hide Plugin manager and Settings center
* feat: hide scroll bar in mobile
* feat(todos): support to collapse sider menu
* feat: enhance mobile layout theme support with dark mode
* refactor(plugin-workflow): change task center api and ui
* fix(client): add className property for Grid.Col
* refactor(plugin-workflow): adjust tasks menu style
* fix(plugin-workflow): fix menu title
* feat(plugin-workflow): automatically update tasks number
* fix(plugin-workflow): ignore ws if not exist
* fix(plugin-workflow): fix compatibility of no user approvals
* refactor(server): revert ws api back
* fix(plugin-workflow-manual): fix migration and renamed test cases
* fix(plugin-workflow): fix acl for task resource
* refactor(client): show badge number in toolbar
* fix(plugin-workflow): fix toolbar number
* fix(client): adjust badge font size
* refactor(plugin-workflow): adjust task center style and api
* fix(plugin-workflow-manual): fix constants
* refactor(plugin-workflow-manual): change legacy workflow todo block to list style
* test(plugin-workflow-manual): migrations
* refactor(plugin-workflow): add workflow title component
* fix(plugin-workflow-manual): fix e2e test cases
* fix(plugin-workflow): fix test kit
* fix: set mobileRoutes do not take effect v2
* chore: remove test only
* feat: roles desktop routes migration script and test
* feat: roles mobile routes migration script and test
---------
Co-authored-by: 霍世杰 <huoshijie@192.168.1.70>
* fix(auth): handle non-existent user with 401 error and update locale messages
* fix(auth): enhance error handling for 401 status with specific error codes
* fix(auth): improve 401 error handling by checking for specific error codes