[WEB-3948] chore: recent work item improvement (#6976)
* chore: issue entity data type updated * chore: HomePeekOverviewsRoot component added * chore: recent work item improvement and code refactor
This commit is contained in:
parent
d86ac368a4
commit
cce6dd581c
6 changed files with 34 additions and 9 deletions
1
packages/types/src/home.d.ts
vendored
1
packages/types/src/home.d.ts
vendored
|
|
@ -35,6 +35,7 @@ export type TIssueEntityData = {
|
|||
sequence_id: number;
|
||||
project_id: string;
|
||||
project_identifier: string;
|
||||
is_epic: boolean;
|
||||
};
|
||||
|
||||
export type TActivityEntityData = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue