mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
[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:
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 = () => <></>;
|
||||
Reference in New Issue
Block a user