* feat: add i18n support for ui schema
* feat: add locale tester
* feat: uischame localization source
* refactor: page title
* refactor: tab title
* refactor: column title
* refactor: form field title
* fix: bug
* refactor: uischema localzation sync
* fix: bug
* fix: issue with Gantt block in tree collection (#6617)
* fix: issue with Gantt block in tree collection
* fix: bug
* fix: test
* feat: enhance error handling with optional title in AppError component (#6409)
* refactor(client): add trim API for Input and Variable.TextArea (#6624)
* refactor(client): add trim API for Input and Variable.TextArea
* fix(client): avoid trim property to be passed to inner component
* fix: add headers to API request in AssociationFieldProvider (#6619)
* fix: add headers to API request in AssociationFieldProvider
* fix: handle optional dataSource in headers for API request in AssociationFieldProvider
* fix: variable parse failure when URL parameters contain Chinese characters (#6618)
* refactor: code improve
* fix: bug
* fix: e2e test
* fix: e2e test
* fix: e2e test
* fix: e2e test
* fix: e2e test
* fix: e2e test
---------
Co-authored-by: katherinehhh <katherine_15995@163.com>
Co-authored-by: Sheldon Guo <sheldon_66@163.com>
Co-authored-by: Junyi <mytharcher@users.noreply.github.com>
Co-authored-by: Zeke Zhang <958414905@qq.com>
* fix(demos): set authentication token for mock API client in DesktopMode-basic
* feat(qrcode-scanner): add onScanSuccess callback to handle successful scans
* fix: include onScanSuccess in dependency array of useScanner hook
* fix: refactor onScanSuccess handling in QRCodeScanner and useScanner
* refactor(plugin-mobile): rename GlobalStyle to ResetScrollbar for clarity
* fix: increase font size in InternalAdminLayout from 14 to 16
* fix: ensure button alignment in WorkbenchBlock styles
* fix: update navigation logic to remove base path from URLs in QR code scanner and message list
* fix: set test token for API client in DesktopMode demo
* fix: layout issue in mobile action panel after hiding buttons due to permission control
* fix: layout issue in mobile action panel after hiding buttons due to permission control
* fix: bug