nocobase/packages/core/utils/src
Zeke Zhang a429b7a4b3
feat: adapt desktop blocks to mobile (#4945)
* feat: register workflow blocks to mobile page

* fix: should hide Divider in subpage

* refactor: rename 'Data blocks' to 'Desktop data blocks'

* feat: adapt blocks within subpages for mobile

* feat: adapt Filter action

* feat: isolate block templates between desktop and mobile

* refactor: export storePopupContext

* feat: support popup URL for 'Workflow todos'

* chore: update e2e tests

* chore: make e2e tests pass

* chore: add comment

* fix: make popup style of duplicate and bulk edit right

* fix(GridCard): ensure single column display in mobile

* fix: fix goBack

* refactor: make more stable

* refactor: change name for add blocks menu

* fix: fix block template for mobile

* feat: adapt Apply action of approval block to mobile

* fix(Map): use window.open to redirect to configuration page

* Revert "fix(Map): use window.open to redirect to configuration page"

This reverts commit 248ae8b68c.

* fix: redirect to the main app page when URL is starts with 'admin'

* fix(Link): make path right

* fix: refactor Popup to fix draging bug

* fix: should auto refresh when submiting in Manual popup

* fix(Action.Container): should return null when visible is false (T-4949)

* fix: increase z-index of subpage to cover Amap elements

* fix: fix tab switching not work (T-4985)

* fix(Link): should be change Link's URL of all table rows after editing URL (T-4981)

* fix: fix URL not changed after closing popup (T-4987)

* fix: make unit tests pass

* fix: make unit tests pass

* chore: get e2e tests to pass

* fix: use Popup to display data picker (T-4965)

* fix: use mobile Popup in some bloks

* refactor: use local isMobile

* fix: increase Popup's z-index to cover subpage

* fix: optimize Popup for mobile

* style: createRecordAction style improve

* refactor(AssociationField): get Component from AssociationFieldModeProvider

* refactor(InternalPopoverNester): support custom Container component

* feat: adapt PopoverNester to mobile

* chore: update unit tests

* fix: get e2e tests to pass

* chore: make e2e more stable

* refactor: move mobile-action-page in adaptor-of-desktop folder

* fix: get the z-index of popups and subpages correct

* feat: unify the styles of popups

* chore: make e2e more stable

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: katherinehhh <katherine_15995@163.com>
2024-08-07 14:25:40 +08:00
..
__tests__ refactor(variable): support default value setting (#4583) 2024-06-07 10:23:28 +08:00
mixin
assign.ts
client.ts feat: adapt desktop blocks to mobile (#4945) 2024-08-07 14:25:40 +08:00
collections-graph.ts
common.ts
date.ts
dayjs.ts
forEach.ts
fs-exists.ts
getValuesByPath.ts refactor(variable): support default value setting (#4583) 2024-06-07 10:23:28 +08:00
i18n.ts fix(auth): allows to set the auth type title translation from server end (#4616) 2024-06-11 14:25:07 +08:00
index.ts chore: data source api (#4588) 2024-07-19 22:26:27 +08:00
isPortalInBody.ts
isValidFilter.ts
json-templates.ts fix(utils): fix json-templates (#4525) 2024-05-30 12:10:05 +08:00
koa-multer.ts
log.ts
measure-execution-time.ts
merge.ts
notification.ts
number.ts
parse-date.ts
parse-filter.ts feat(plugin-workflow): add date range options to system variables (#4728) 2024-06-30 16:30:31 +08:00
parseHTML.ts
perf-hooks.ts
registry.ts
requireModule.ts
server.ts
toposort.ts
uid.ts
url.ts feat(Link): add 'Open in new window' option (#4898) 2024-07-19 09:07:19 +08:00