[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:
Anmol Singh Bhatia 2025-04-25 15:08:10 +05:30 committed by GitHub
parent d86ac368a4
commit cce6dd581c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 34 additions and 9 deletions

View file

@ -35,6 +35,7 @@ export type TIssueEntityData = {
sequence_id: number;
project_id: string;
project_identifier: string;
is_epic: boolean;
};
export type TActivityEntityData = {