Commit Graph

6631 Commits

Author SHA1 Message Date
Zeke Zhang
f6fd8152cc Merge branch 'main' into next 2024-10-30 18:02:02 +08:00
Zeke Zhang
62bf6b746c chore: fix build error 2024-10-30 16:58:50 +08:00
Zeke Zhang
627f22cb24 perf(MobileNavigationBarAction): improve style performance 2024-10-30 16:07:11 +08:00
Zeke Zhang
d77e3f6798 perf(MobilePageNavigationBar): improve style performance 2024-10-30 15:57:05 +08:00
Zeke Zhang
d94fdb65c0 perf(MobilePageHeader): improve style performance 2024-10-30 15:53:04 +08:00
Zeke Zhang
f3d7795a1e perf(MobilePageContentContainer): improve style performance 2024-10-30 15:49:44 +08:00
Zeke Zhang
58ed5229c1 perf(MobileTabBar): improve style performance 2024-10-30 15:45:20 +08:00
chenos
a2b464ff14
feat: numeric precision can be configured to 8 digits (#5552) 2024-10-30 15:40:31 +08:00
Zeke Zhang
f0ef02ab99 perf(Mobile): improve style performance 2024-10-30 15:39:12 +08:00
Zeke Zhang
69c0af7745 perf(MobileTabsForMobileActionPage): improve style performance 2024-10-30 15:33:18 +08:00
Zeke Zhang
0e7a85748f perf(MobileActionPage): improve style performance 2024-10-30 15:20:07 +08:00
Zeke Zhang
e84fe5e23b perf(InternalPopoverNesterUsedInMobile): improve style performance 2024-10-30 15:15:19 +08:00
Zeke Zhang
6b5e4a87d8 perf(ActionDrawerUsedInMobile): improve style performance 2024-10-30 15:08:15 +08:00
Zeke Zhang
5d2a9ace48 perf(LinkageRules): improve style performance 2024-10-30 14:44:22 +08:00
Zeke Zhang
26f100c9e4 perf(acl): improve style performance 2024-10-30 14:37:29 +08:00
xilesun
7f83dad158 chore(ci): update 2024-10-30 13:47:01 +08:00
Zeke Zhang
6e992554f6 perf(ArrayCollapse): improve style performance 2024-10-30 11:53:43 +08:00
Zeke Zhang
bf57391aca refactor(style): remove useless code 2024-10-30 11:47:22 +08:00
Zeke Zhang
39f12cc4db perf(MenuItem): improve style performance 2024-10-30 11:44:33 +08:00
Zeke Zhang
5918d1e14e perf(IconField): improve style performance 2024-10-30 11:37:10 +08:00
Zeke Zhang
95cabdc409 perf(Grid): improve style performance 2024-10-30 11:23:16 +08:00
Zeke Zhang
5f9bbf580d perf(BlockItem): improve style performance 2024-10-30 11:14:02 +08:00
Zeke Zhang
9e5355cbed
fix(mobile): fix the issue of preview images being covered by page (#5535)
* refactor(mobile): replace mobile BasicZIndexProvider with zIndexContext from core library

* fix(mobile): fix the issue of preview images being covered by page
2024-10-30 11:06:29 +08:00
Zeke Zhang
96450eab58 perf(ActionPage): improve style performance 2024-10-30 11:01:40 +08:00
xilesun
c4b6a004e6 Merge branch 'main' into next 2024-10-30 10:54:41 +08:00
YANG QIA
c43933e51b
fix(tree): fix errors when updating path collection (#5551)
* fix(tree): fix errors when updating path collection

* fix: update
2024-10-30 10:47:12 +08:00
Sheldon Guo
92542ca950
chore(plugin-notification-in-app-message): improve UI and add logs (#5550)
* chore: add some log to plugin-notification-in-app-message

* refactor: improve unread message count display
2024-10-30 10:33:31 +08:00
Sheldon Guo
0c034c104e
fix: fix linkage style not updating in form (#5539)
* refactor: update useDataFormItemProps hook
* refactor: update useDataFormItemProps hook to handle null values in form and subForm
2024-10-30 10:11:37 +08:00
Zeke Zhang
aa41d3bfcc perf(InternalSchemaToolbar): improve style performance 2024-10-30 09:03:08 +08:00
Zeke Zhang
64afd986bc perf: add memo to avoid rerender 2024-10-30 08:37:23 +08:00
dependabot[bot]
7323cefcdd
chore(deps): bump antd-style from 3.4.5 to 3.7.1 (#5536)
* chore(deps): bump antd-style from 3.4.5 to 3.7.1

Bumps [antd-style](https://github.com/ant-design/antd-style) from 3.4.5 to 3.7.1.
- [Release notes](https://github.com/ant-design/antd-style/releases)
- [Changelog](https://github.com/ant-design/antd-style/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ant-design/antd-style/compare/v3.4.5...v3.7.1)

---
updated-dependencies:
- dependency-name: antd-style
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update snapshot

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zeke Zhang <958414905@qq.com>
2024-10-30 08:34:08 +08:00
Zeke Zhang
224f5cff82 chore(Table): add comment 2024-10-29 22:42:42 +08:00
Zeke Zhang
362bc7111b perf(RecordProvider): add memo 2024-10-29 22:34:26 +08:00
Zeke Zhang
1e9b1596df
fix(Table): fix skeleton component not disappearing (#5548) 2024-10-29 22:31:14 +08:00
Zeke Zhang
6d518a9f7c perf(BlockRequestProvider_deprecated): remove useless code 2024-10-29 22:28:07 +08:00
Zeke Zhang
7c781cd980 Merge branch 'next' into 730 2024-10-29 21:53:52 +08:00
Zeke Zhang
a8bad79d0c chore: set the default page title to empty string 2024-10-29 20:16:51 +08:00
YANG QIA
cf0a62a502
fix(m2m-array): issue where select component for a m2m array field has only one option (#5544) 2024-10-29 20:07:42 +08:00
Sheldon Guo
4bb9cdd141
Add some log to notification manager (#5546) 2024-10-29 18:38:59 +08:00
Katherine
de31153aa4
fix: build test (#5545) 2024-10-29 18:16:59 +08:00
Katherine
45810d0658
fix: issues with deletion action , text ellipsis, and new data display in sub-table (#5523)
* fix: subtable issue

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug
2024-10-29 18:12:48 +08:00
Zeke Zhang
0727120451 perf(DocumentTitleProvider): avoid rerender when updating state 2024-10-29 17:22:39 +08:00
katherinehhh
055b64ba0e Merge branch 'main' into next 2024-10-29 17:09:17 +08:00
Katherine
67e1373077
fix: resolve map rendering in sub-details and incorrect value display for empty fields (#5526)
* fix: bug

* fix: test
2024-10-29 17:02:22 +08:00
Zeke Zhang
f0d1d4bff8 perf(FilterBlockProvider): avoid rerender when updating state 2024-10-29 16:32:29 +08:00
Zeke Zhang
e6e17ebffe fix: make e2e tests pass 2024-10-29 14:42:37 +08:00
Zeke Zhang
bd18dd6225 Merge branch 'next' into 730 2024-10-29 14:32:45 +08:00
xilesun
a03ee78bcc Merge branch 'main' into next 2024-10-29 13:44:33 +08:00
YANG QIA
eb5e23f686
fix(tree): e2e error (#5542) 2024-10-29 13:14:52 +08:00
nocobase[bot]
ee9b2d6f41 Merge branch 'main' into next 2024-10-29 02:57:33 +00:00