[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:
parent
0cabde03f0
commit
790ecee629
47 changed files with 2100 additions and 38 deletions
1
web/ce/components/home/header.tsx
Normal file
1
web/ce/components/home/header.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export const HomePageHeader = () => <></>;
|
||||
1
web/ce/components/stickies/index.ts
Normal file
1
web/ce/components/stickies/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "./widget";
|
||||
1
web/ce/components/stickies/widget.tsx
Normal file
1
web/ce/components/stickies/widget.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export const StickiesWidget = () => <></>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue