refactor: quick add (#2541)
* 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
This commit is contained in:
parent
d95ea463b2
commit
4aad35e007
35 changed files with 2734 additions and 951 deletions
2
web/types/issues.d.ts
vendored
2
web/types/issues.d.ts
vendored
|
|
@ -97,6 +97,8 @@ export interface IIssue {
|
|||
description_stripped: any;
|
||||
estimate_point: number | null;
|
||||
id: string;
|
||||
// tempId is used for optimistic updates. It is not a part of the API response.
|
||||
tempId?: string;
|
||||
issue_cycle: IIssueCycle | null;
|
||||
issue_link: linkDetails[];
|
||||
issue_module: IIssueModule | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue