nocobase/packages/plugins/@nocobase/plugin-action-duplicate
Zeke Zhang 05cf9986b0
feat: enable direct dialog opening via URL and support for page mode (#4706)
* refactor: optimize page tabs routing

* test: add e2e test for page tabs

* feat: add popup routing

* fix: resolve nested issue

* refactor: rename file utils to pagePopupUtils

* perf: enhance animation and overall performance

* fix: fix filterByTK

* fix(sourceId): resolve error when sourceId is undefined

* fix: fix List and GridCard

* fix: fix params not fresh

* fix: fix parent record

* fix: resolve the issue on block data not refreshing after popup closure

* feat: bind tab with URL in popups

* feat(sub-page): enable popup to open in page mode

* chore: optimize

* feat: support association fields

* fix: address the issue of no data in associaiton field

* fix: resolve the issue with opening nested dialog in association field

* fix: fix the issue of dialog content not refreshing

* perf: use useNavigateNoUpdate to replace useNavigate

* perf: enhance popups performance by avoiding unnecessary rendering

* fix: fix tab page

* fix: fix bulk edit action

* chore: fix unit test

* chore: fix unit tests

* fix: fix bug to pass e2e tests

* chore: fix build

* fix: fix bugs to pass e2e tests

* chore: avoid crashing

* chore: make e2e tests pass

* chore: make e2e tests pass

* chore: fix unit tests

* fix(multi-app): fix known issues

* fix(Duplicate): should no page mode

* chore: fix build

* fix(mobile): fix known issues

* fix: fix open mode of Add new

* refactor: rename 'popupUid' to 'popupuid'

* refactor: rename 'subPageUid' tp 'subpageuid'

* refactor(subpage): simplify configuration of router

* fix(variable): refresh data after value change

* test: add e2e test for sub page

* refactor: refactor and add tests

* fix: fix association field

* refactor(subPage): avoid blank page occurrences

* chore: fix unit tests

* fix: correct first-click context setting for association fields

* refactor: use Action's uid for subpage

* refactor: rename x-nb-popup-context to x-action-context and move it to Action schema

* feat: add context during the creation of actions

* chore: fix build

* chore: make e2e tests pass

* fix(addChild): fix context of Add child

* fix: avoid loss or query string

* fix: avoid including 'popups' in the path

* fix: resolve issue with popup variables and add tests

* chore(e2e): fix e2e test

* fix(sideMenu): resolve the disappearing sidebar issue and add tests

* chore(e2e): fix e2e test

* fix: should refresh block data after mutiple popups closed

* chore: fix e2e test

* fix(associationField): fix wrong context

* fix: address issue with special characters
2024-06-30 23:25:01 +08:00
..
src feat: enable direct dialog opening via URL and support for page mode (#4706) 2024-06-30 23:25:01 +08:00
.npmignore feat: kanban& gantt&bulk edit& bulk update& duplicate& print action pluggable (#3019) 2023-12-16 21:59:33 +08:00
client.d.ts feat: kanban& gantt&bulk edit& bulk update& duplicate& print action pluggable (#3019) 2023-12-16 21:59:33 +08:00
client.js feat: kanban& gantt&bulk edit& bulk update& duplicate& print action pluggable (#3019) 2023-12-16 21:59:33 +08:00
LICENSE fix: add LICENSE 2023-12-29 13:11:56 +08:00
package.json chore(versions): 😊 publish v1.2.11-alpha 2024-06-28 03:43:02 +00:00
README.md feat: kanban& gantt&bulk edit& bulk update& duplicate& print action pluggable (#3019) 2023-12-16 21:59:33 +08:00
server.d.ts feat: kanban& gantt&bulk edit& bulk update& duplicate& print action pluggable (#3019) 2023-12-16 21:59:33 +08:00
server.js feat: kanban& gantt&bulk edit& bulk update& duplicate& print action pluggable (#3019) 2023-12-16 21:59:33 +08:00

@nocobase/plugin-action-duplicate