4392 Commits

Author SHA1 Message Date
nocobase[bot]
655adc2de0 Merge branch 'main' into next 2025-03-11 06:31:00 +00:00
Zeke Zhang
d90c17b3a4
feat: add deletePopupContext function to manage popup context storage (#6411) 2025-03-11 14:30:37 +08:00
nocobase[bot]
dffaaace94 Merge branch 'main' into next 2025-03-11 05:44:56 +00:00
Katherine
5ade85acd4
fix: multi-select field value changes and option loss when deleting subtable records (#6405) 2025-03-11 13:44:33 +08:00
nocobase[bot]
e7dea7fdfb chore(versions): 😊 publish v1.6.0 2025-03-11 05:29:43 +00:00
nocobase[bot]
cd4ed1803b chore(versions): 😊 publish v1.7.0-beta.1 2025-03-11 04:55:31 +00:00
Zeke Zhang
256b526800
fix(menuItemSettings): enhance route moving logic to support nested i… (#6413)
* fix(menuItemSettings): enhance route moving logic to support nested insertion

* fix(menuItemSettings): update position method from 'prepend' to 'insertBefore'

* fix: insertBefore

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2025-03-11 11:11:30 +08:00
Zeke Zhang
45bfc0649f
fix: menu icon display issue (#6410) 2025-03-11 08:24:19 +08:00
Katherine
8741c26a86
fix: formDrawer theme context issue (#6403) 2025-03-10 20:37:34 +08:00
Junyi
e5507d0758
refactor(plugin-workflow): change task center api and ui (#6272)
* 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
2025-03-10 19:58:33 +08:00
Katherine
4d1f28bf57
feat: compatible with historical button access control settings (#6376)
* feat: compatible with historical button access control settings

* fix:  bug
2025-03-10 18:34:19 +08:00
nocobase[bot]
c2e2344a83 chore(versions): 😊 publish v1.6.0-beta.19 2025-03-10 06:13:38 +00:00
nocobase[bot]
bd3d3d3067 Merge branch 'main' into next 2025-03-10 02:53:58 +00:00
chenos
5cb6088db3
fix: mtime 2025-03-10 10:53:32 +08:00
nocobase[bot]
a7c35e84c6 Merge branch 'main' into next 2025-03-10 02:38:28 +00:00
chenos
8d62af75a0
fix: dist 2025-03-10 10:38:05 +08:00
chenos
c0d2c330ab
fix: useApp 2025-03-10 10:35:49 +08:00
nocobase[bot]
ca73889d52 Merge branch 'main' into next 2025-03-10 02:03:39 +00:00
Katherine
7e75c19d60
fix: collectionField undefined in sortable (#6395) 2025-03-10 10:03:17 +08:00
nocobase[bot]
79c6934335 Merge branch 'main' into next 2025-03-10 01:52:02 +00:00
Zeke Zhang
e80ef27f79 fix: move visibility check for action button to the correct location 2025-03-10 09:51:30 +08:00
nocobase[bot]
39f505360d chore(versions): 😊 publish v1.6.0-beta.18 2025-03-09 23:29:10 +00:00
nocobase[bot]
5e02115d67 chore(versions): 😊 publish v1.5.25 2025-03-09 15:17:39 +00:00
nocobase[bot]
5d4354b6ca Merge branch 'main' into next 2025-03-09 14:21:13 +00:00
gchust
609dcd245c
fix: yarn start cache issue (#6394) 2025-03-09 22:20:41 +08:00
Katherine
83681a387e
fix: date picker format error (#6392) 2025-03-09 17:48:40 +08:00
Katherine
283e2a1a7e
fix: mobile date picker format (#6390) 2025-03-09 16:20:48 +08:00
Sheldon Guo
79ef798b38
fix(auth): handle non-existent user with 401 error and update locale messages (#6381)
* 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
2025-03-09 08:09:13 +08:00
nocobase[bot]
1670cead6c Merge branch 'main' into next 2025-03-07 09:16:37 +00:00
N3tN00b3r
a1fe85bd03
Adding italian translation for plugins (#6316)
* Add italian translation

* Create it-IT.json
2025-03-07 17:16:16 +08:00
nocobase[bot]
06090aa0f6 chore(versions): 😊 publish v1.6.0-beta.17 2025-03-07 07:24:50 +00:00
nocobase[bot]
247a9d93fd chore(versions): 😊 publish v1.5.24 2025-03-07 05:39:31 +00:00
Zeke Zhang
5bc1d6f6c1 fix: move useApp import to the bottom to prevent frontend test failures 2025-03-07 12:55:07 +08:00
Zeke Zhang
216e13f744
fix: integrate menu translation for route titles in admin layout (#6377)
* fix: integrate menu translation for route titles in admin layout

* fix: add useMenuTranslation hook for improved localization in routes table schema

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2025-03-07 12:04:59 +08:00
Zeke Zhang
d45eefe644 fix: e2e 2025-03-06 20:34:18 +08:00
chenyongxin
c2928d38cf
feat: add tooltip configuration to menu item and table headers (#6346)
* feat: add tooltip configuration to menu item and table headers

* feat: add tooltip to link and group menus

* feat: menu tooltip icon style adjustment

* feat: menu tooltip icon style adjustment

* fix: e2e

* refactor: optimize tooltip component usage in table columns

* feat: add tooltip editing functionality and enhance tooltip display in menu items

---------

Co-authored-by: Zeke Zhang <958414905@qq.com>
2025-03-06 20:09:14 +08:00
nocobase[bot]
0aa9eff8ae chore(versions): 😊 publish v1.5.23 2025-03-06 11:53:17 +00:00
Zeke Zhang
f6f5e828d7 fix: update legacy route compatibility to use useNavigate for navigation 2025-03-06 19:22:00 +08:00
nocobase[bot]
9243a1199b Merge branch 'main' into next 2025-03-06 10:16:31 +00:00
Katherine
f856b17f02
fix: timezone-related issue causing one hour less in date picker (#6359)
* fix: timezone-related issue causing one hour less in date picker

* fix: bug

* fix: build error
2025-03-06 18:16:08 +08:00
Zeke Zhang
f2bbb406e6 fix: append search parameters to navigation paths for legacy route compatibility 2025-03-06 17:25:02 +08:00
Zeke Zhang
1abd11d0a1 fix: move visibility check for action button to the correct location 2025-03-06 17:25:02 +08:00
nocobase[bot]
0b1b274710 Merge branch 'main' into next 2025-03-06 07:54:02 +00:00
Katherine
08023bd10b
fix: missing sortable setting for inherited collection fields (#6372) 2025-03-06 15:53:35 +08:00
Zeke Zhang
4ee55dc079 refactor: rename useCurrentRouteData to useCurrentRoute for consistency 2025-03-06 11:48:02 +08:00
Katherine
191d25bd29
fix: build error (#6370) 2025-03-06 11:35:38 +08:00
Katherine
c690fcf7fe
fix: build error (#6369)
* fix: build error

* fix: build
2025-03-06 11:10:29 +08:00
nocobase[bot]
17ef134639 chore(versions): 😊 publish v1.5.22 2025-03-06 02:59:01 +00:00
Katherine
6772bdb873
fix: attachment field storage setting dropdown not displaying options (#6365)
* fix: public form local improve

* fix: bug
2025-03-06 09:26:36 +08:00
nocobase[bot]
079401f2dc Merge branch 'main' into next 2025-03-06 01:00:16 +00:00