nocobase/packages/plugins/@nocobase/plugin-gantt/src/client
Zeke Zhang dec3c838a3
Some checks are pending
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / app-token (push) Waiting to run
Build Pro Image / build-and-push (push) Blocked by required conditions
deploy client docs / Build (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase Backend Test / sqlite-test (20, false) (push) Waiting to run
NocoBase Backend Test / sqlite-test (20, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, nocobase, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, nocobase, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, public, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, public, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, public, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, public, true) (push) Waiting to run
NocoBase Backend Test / mysql-test (20, false) (push) Waiting to run
NocoBase Backend Test / mysql-test (20, true) (push) Waiting to run
NocoBase Backend Test / mariadb-test (20, false) (push) Waiting to run
NocoBase Backend Test / mariadb-test (20, true) (push) Waiting to run
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
Test on Windows / build (push) Waiting to run
feat: add support for opening via URL (#5098)
* feat(map): add support for opening via URL

* feat(calendar): add support for opening via URL

* feat(gantt): add support for opening via URL

* fix(duplicate,bulk-edit): resolve issues with popups

* fix: useDetailsBlockProps

---------

Co-authored-by: katherinehhh <katherine_15995@163.com>
2024-08-27 21:58:55 +08:00
..
__e2e__ fix: action modal icon and Initializer menu close when click (#4664) 2024-06-15 18:03:33 +08:00
__tests__ feat(client): adjust toolbar for Table Actions (#4538) 2024-06-02 17:42:09 +08:00
components feat: add support for opening via URL (#5098) 2024-08-27 21:58:55 +08:00
demos
helpers
types
context.ts
createGanttBlockUISchema.tsx feat(client): adjust toolbar for Table Actions (#4538) 2024-06-02 17:42:09 +08:00
Gantt.Designer.tsx
Gantt.Settings.tsx feat: adapt desktop blocks to mobile (#4945) 2024-08-07 14:25:40 +08:00
GanttActionInitializers.tsx chore: data source api (#4588) 2024-07-19 22:26:27 +08:00
GanttBlockInitializer.tsx feat: adapt desktop blocks to mobile (#4945) 2024-08-07 14:25:40 +08:00
GanttBlockProvider.tsx fix: collection with non ID as the primary key will encounter an error when using gantt (#5061) 2024-08-15 14:53:58 +08:00
index.md
index.tsx
utils.tsx