[WEB-2846] feat: home integrations (#6321)

* wip

* chore: wip

* fix: preserved old component

* fix

* fix: seperate route added

* fix

* Only return user ID of project members

* Return issue ID

* fix: recents api integrations

* fix: types

* fix: types

* fix: added tooltips

* chore: added apis

---------

Co-authored-by: sangeethailango <sangeethailango21@gmail.com>
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com>
This commit is contained in:
Akshita Goyal 2025-01-06 20:36:13 +05:30 committed by GitHub
parent 0cabde03f0
commit 790ecee629
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
47 changed files with 2100 additions and 38 deletions

View file

@ -0,0 +1 @@
export const HomePageHeader = () => <></>;

View file

@ -0,0 +1 @@
export * from "./widget";

View file

@ -0,0 +1 @@
export const StickiesWidget = () => <></>;