forked from github/plane
4aad35e007
* refactor: store and helper setup for quick-add * refactor: kanban quick add with optimistic issue create * refactor: added function definition * refactor: list quick add with optimistic issue create * refactor: spreadsheet quick add with optimistic issue create * refactor: calender quick add with optimistic issue create * refactor: gantt quick add with optimistic issue create * refactor: input component and pre-loading data logic * style: calender quick-add height and content shift * feat: sub-group quick-add issue * feat: displaying loading state when issue is being created * fix: setting string null to null
8 lines
274 B
TypeScript
8 lines
274 B
TypeScript
export * from "./issue_detail.store";
|
|
export * from "./issue_draft.store";
|
|
export * from "./issue_filters.store";
|
|
export * from "./issue_kanban_view.store";
|
|
export * from "./issue_calendar_view.store";
|
|
export * from "./issue.store";
|
|
export * from "./issue_quick_add.store";
|