feat: init
This commit is contained in:
2
apps/web/ee/components/active-cycles/index.ts
Normal file
2
apps/web/ee/components/active-cycles/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export * from "./root";
|
||||
export * from "./workspace-active-cycles-upgrade";
|
||||
1
apps/web/ee/components/active-cycles/root.tsx
Normal file
1
apps/web/ee/components/active-cycles/root.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/active-cycles/root";
|
||||
@@ -0,0 +1 @@
|
||||
export * from "ce/components/active-cycles/workspace-active-cycles-upgrade";
|
||||
1
apps/web/ee/components/app-rail/index.ts
Normal file
1
apps/web/ee/components/app-rail/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/app-rail";
|
||||
1
apps/web/ee/components/command-palette/modals/index.ts
Normal file
1
apps/web/ee/components/command-palette/modals/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/command-palette/modals";
|
||||
1
apps/web/ee/components/comments/index.ts
Normal file
1
apps/web/ee/components/comments/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/comments";
|
||||
1
apps/web/ee/components/common/extended-app-header.tsx
Normal file
1
apps/web/ee/components/common/extended-app-header.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/common/extended-app-header";
|
||||
1
apps/web/ee/components/common/index.ts
Normal file
1
apps/web/ee/components/common/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./extended-app-header";
|
||||
1
apps/web/ee/components/cycles/active-cycle/index.ts
Normal file
1
apps/web/ee/components/cycles/active-cycle/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/cycles/active-cycle";
|
||||
1
apps/web/ee/components/cycles/analytics-sidebar/index.ts
Normal file
1
apps/web/ee/components/cycles/analytics-sidebar/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/cycles/analytics-sidebar";
|
||||
1
apps/web/ee/components/cycles/end-cycle/index.ts
Normal file
1
apps/web/ee/components/cycles/end-cycle/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/cycles/end-cycle";
|
||||
4
apps/web/ee/components/cycles/index.ts
Normal file
4
apps/web/ee/components/cycles/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export * from "./active-cycle";
|
||||
export * from "./analytics-sidebar";
|
||||
export * from "./end-cycle";
|
||||
export * from "ce/components/cycles/additional-actions";
|
||||
1
apps/web/ee/components/editor/index.ts
Normal file
1
apps/web/ee/components/editor/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/editor";
|
||||
@@ -0,0 +1 @@
|
||||
export * from "ce/components/estimates/estimate-list-item-buttons";
|
||||
3
apps/web/ee/components/estimates/index.ts
Normal file
3
apps/web/ee/components/estimates/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export * from "./estimate-list-item-buttons";
|
||||
export * from "./update";
|
||||
export * from "./points";
|
||||
1
apps/web/ee/components/estimates/points/delete.tsx
Normal file
1
apps/web/ee/components/estimates/points/delete.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/estimates/points/delete";
|
||||
1
apps/web/ee/components/estimates/points/index.ts
Normal file
1
apps/web/ee/components/estimates/points/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./delete";
|
||||
1
apps/web/ee/components/estimates/update/index.ts
Normal file
1
apps/web/ee/components/estimates/update/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./modal";
|
||||
1
apps/web/ee/components/estimates/update/modal.tsx
Normal file
1
apps/web/ee/components/estimates/update/modal.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/estimates/update/modal";
|
||||
@@ -0,0 +1 @@
|
||||
export * from "ce/components/gantt-chart/blocks/block-row-list";
|
||||
@@ -0,0 +1 @@
|
||||
export * from "ce/components/gantt-chart/blocks/blocks-list";
|
||||
1
apps/web/ee/components/gantt-chart/index.ts
Normal file
1
apps/web/ee/components/gantt-chart/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/gantt-chart";
|
||||
1
apps/web/ee/components/global/index.ts
Normal file
1
apps/web/ee/components/global/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/global";
|
||||
1
apps/web/ee/components/home/header.tsx
Normal file
1
apps/web/ee/components/home/header.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export const HomePageHeader = () => <></>;
|
||||
1
apps/web/ee/components/home/index.ts
Normal file
1
apps/web/ee/components/home/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/home";
|
||||
1
apps/web/ee/components/inbox/source-pill.tsx
Normal file
1
apps/web/ee/components/inbox/source-pill.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/inbox/source-pill";
|
||||
1
apps/web/ee/components/instance/index.ts
Normal file
1
apps/web/ee/components/instance/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/instance";
|
||||
1
apps/web/ee/components/instance/maintenance-message.tsx
Normal file
1
apps/web/ee/components/instance/maintenance-message.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/instance/maintenance-message";
|
||||
1
apps/web/ee/components/pages/index.ts
Normal file
1
apps/web/ee/components/pages/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/pages";
|
||||
1
apps/web/ee/components/projects/create/attributes.tsx
Normal file
1
apps/web/ee/components/projects/create/attributes.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/projects/create/attributes";
|
||||
1
apps/web/ee/components/projects/create/root.tsx
Normal file
1
apps/web/ee/components/projects/create/root.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/projects/create/root";
|
||||
1
apps/web/ee/components/projects/header.tsx
Normal file
1
apps/web/ee/components/projects/header.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/projects/header";
|
||||
1
apps/web/ee/components/projects/mobile-header.tsx
Normal file
1
apps/web/ee/components/projects/mobile-header.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/projects/mobile-header";
|
||||
1
apps/web/ee/components/projects/page.tsx
Normal file
1
apps/web/ee/components/projects/page.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/projects/page";
|
||||
@@ -0,0 +1 @@
|
||||
export { ProjectFeaturesList } from "@/components/project/settings/features-list";
|
||||
@@ -0,0 +1 @@
|
||||
export * from "ce/components/projects/settings/useProjectColumns";
|
||||
1
apps/web/ee/components/relations/index.tsx
Normal file
1
apps/web/ee/components/relations/index.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/relations";
|
||||
1
apps/web/ee/components/sidebar/index.ts
Normal file
1
apps/web/ee/components/sidebar/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/sidebar";
|
||||
1
apps/web/ee/components/views/access-controller.tsx
Normal file
1
apps/web/ee/components/views/access-controller.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/views/access-controller";
|
||||
1
apps/web/ee/components/views/filters/access-filter.tsx
Normal file
1
apps/web/ee/components/views/filters/access-filter.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/views/filters/access-filter";
|
||||
1
apps/web/ee/components/views/publish/index.ts
Normal file
1
apps/web/ee/components/views/publish/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/views/publish";
|
||||
1
apps/web/ee/components/workflow/index.ts
Normal file
1
apps/web/ee/components/workflow/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/workflow";
|
||||
1
apps/web/ee/constants/editor.ts
Normal file
1
apps/web/ee/constants/editor.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/constants/editor";
|
||||
1
apps/web/ee/constants/index.ts
Normal file
1
apps/web/ee/constants/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./sidebar-favorites";
|
||||
1
apps/web/ee/constants/project/index.ts
Normal file
1
apps/web/ee/constants/project/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./settings";
|
||||
1
apps/web/ee/constants/project/settings/features.tsx
Normal file
1
apps/web/ee/constants/project/settings/features.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/constants/project/settings/features";
|
||||
1
apps/web/ee/constants/project/settings/index.ts
Normal file
1
apps/web/ee/constants/project/settings/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./features";
|
||||
1
apps/web/ee/constants/project/settings/tabs.ts
Normal file
1
apps/web/ee/constants/project/settings/tabs.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/constants/project/settings/tabs";
|
||||
1
apps/web/ee/constants/sidebar-favorites.ts
Normal file
1
apps/web/ee/constants/sidebar-favorites.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/constants/sidebar-favorites";
|
||||
1
apps/web/ee/helpers/command-palette.ts
Normal file
1
apps/web/ee/helpers/command-palette.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/helpers/command-palette";
|
||||
1
apps/web/ee/helpers/epic-analytics.ts
Normal file
1
apps/web/ee/helpers/epic-analytics.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/helpers/epic-analytics";
|
||||
1
apps/web/ee/helpers/instance.helper.ts
Normal file
1
apps/web/ee/helpers/instance.helper.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/helpers/instance.helper";
|
||||
1
apps/web/ee/helpers/issue-action-helper.ts
Normal file
1
apps/web/ee/helpers/issue-action-helper.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/helpers/issue-action-helper";
|
||||
1
apps/web/ee/helpers/issue-filter.helper.ts
Normal file
1
apps/web/ee/helpers/issue-filter.helper.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/helpers/issue-filter.helper";
|
||||
1
apps/web/ee/helpers/project-settings.ts
Normal file
1
apps/web/ee/helpers/project-settings.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/helpers/project-settings";
|
||||
1
apps/web/ee/helpers/workspace.helper.ts
Normal file
1
apps/web/ee/helpers/workspace.helper.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/helpers/workspace.helper";
|
||||
1
apps/web/ee/hooks/store/index.ts
Normal file
1
apps/web/ee/hooks/store/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/hooks/store";
|
||||
1
apps/web/ee/hooks/use-additional-editor-mention.tsx
Normal file
1
apps/web/ee/hooks/use-additional-editor-mention.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "@/plane-web/hooks/use-additional-editor-mention";
|
||||
@@ -0,0 +1 @@
|
||||
export * from "ce/hooks/use-additional-favorite-item-details";
|
||||
1
apps/web/ee/hooks/use-editor-flagging.ts
Normal file
1
apps/web/ee/hooks/use-editor-flagging.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/hooks/use-editor-flagging";
|
||||
1
apps/web/ee/hooks/use-file-size.ts
Normal file
1
apps/web/ee/hooks/use-file-size.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/hooks/use-file-size";
|
||||
1
apps/web/ee/hooks/use-issue-embed.tsx
Normal file
1
apps/web/ee/hooks/use-issue-embed.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/hooks/use-issue-embed";
|
||||
1
apps/web/ee/hooks/use-issue-properties.tsx
Normal file
1
apps/web/ee/hooks/use-issue-properties.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/hooks/use-issue-properties";
|
||||
1
apps/web/ee/hooks/use-page-flag.ts
Normal file
1
apps/web/ee/hooks/use-page-flag.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/hooks/use-page-flag";
|
||||
1
apps/web/ee/layouts/project-wrapper.tsx
Normal file
1
apps/web/ee/layouts/project-wrapper.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/layouts/project-wrapper";
|
||||
1
apps/web/ee/layouts/workspace-wrapper.tsx
Normal file
1
apps/web/ee/layouts/workspace-wrapper.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/layouts/workspace-wrapper";
|
||||
2
apps/web/ee/services/index.ts
Normal file
2
apps/web/ee/services/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export * from "./project";
|
||||
export * from "@/services/workspace.service";
|
||||
1
apps/web/ee/services/project/estimate.service.ts
Normal file
1
apps/web/ee/services/project/estimate.service.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/services/project/estimate.service";
|
||||
1
apps/web/ee/services/project/index.ts
Normal file
1
apps/web/ee/services/project/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./estimate.service";
|
||||
1
apps/web/ee/services/project/project-state.service.ts
Normal file
1
apps/web/ee/services/project/project-state.service.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "@/services/project/project-state.service";
|
||||
9
apps/web/ee/store/analytics.store.ts
Normal file
9
apps/web/ee/store/analytics.store.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { IBaseAnalyticsStore } from "@/store/analytics.store";
|
||||
import { BaseAnalyticsStore } from "@/store/analytics.store";
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
|
||||
export interface IAnalyticsStore extends IBaseAnalyticsStore {
|
||||
//observables
|
||||
}
|
||||
|
||||
export class AnalyticsStore extends BaseAnalyticsStore {}
|
||||
1
apps/web/ee/store/command-palette.store.ts
Normal file
1
apps/web/ee/store/command-palette.store.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/store/command-palette.store";
|
||||
1
apps/web/ee/store/cycle/index.ts
Normal file
1
apps/web/ee/store/cycle/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "@/store/cycle.store";
|
||||
1
apps/web/ee/store/estimates/estimate.ts
Normal file
1
apps/web/ee/store/estimates/estimate.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/store/estimates/estimate";
|
||||
1
apps/web/ee/store/issue/helpers/base-issue.store.ts
Normal file
1
apps/web/ee/store/issue/helpers/base-issue.store.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/store/issue/helpers/base-issue.store";
|
||||
1
apps/web/ee/store/issue/issue-details/activity.store.ts
Normal file
1
apps/web/ee/store/issue/issue-details/activity.store.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/store/issue/issue-details/activity.store";
|
||||
1
apps/web/ee/store/issue/issue-details/root.store.ts
Normal file
1
apps/web/ee/store/issue/issue-details/root.store.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/store/issue/issue-details/root.store";
|
||||
1
apps/web/ee/store/issue/team-views/index.ts
Normal file
1
apps/web/ee/store/issue/team-views/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/store/issue/team-views";
|
||||
1
apps/web/ee/store/issue/team/index.ts
Normal file
1
apps/web/ee/store/issue/team/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/store/issue/team";
|
||||
1
apps/web/ee/store/member/project-member.store.ts
Normal file
1
apps/web/ee/store/member/project-member.store.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/store/member/project-member.store";
|
||||
1
apps/web/ee/store/project-inbox.store.ts
Normal file
1
apps/web/ee/store/project-inbox.store.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/store/project-inbox.store";
|
||||
1
apps/web/ee/store/root.store.ts
Normal file
1
apps/web/ee/store/root.store.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/store/root.store";
|
||||
1
apps/web/ee/store/state.store.ts
Normal file
1
apps/web/ee/store/state.store.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "@/store/state.store";
|
||||
1
apps/web/ee/store/timeline/base-timeline.store.ts
Normal file
1
apps/web/ee/store/timeline/base-timeline.store.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/store/timeline/base-timeline.store";
|
||||
1
apps/web/ee/store/user/permission.store.ts
Normal file
1
apps/web/ee/store/user/permission.store.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/store/user/permission.store";
|
||||
2
apps/web/ee/types/index.ts
Normal file
2
apps/web/ee/types/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export * from "./projects";
|
||||
export * from "./issue-types";
|
||||
1
apps/web/ee/types/issue-types/index.ts
Normal file
1
apps/web/ee/types/issue-types/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./issue-property-values.d";
|
||||
1
apps/web/ee/types/issue-types/issue-property-values.d.ts
vendored
Normal file
1
apps/web/ee/types/issue-types/issue-property-values.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/types/issue-types/issue-property-values.d";
|
||||
1
apps/web/ee/types/projects/index.ts
Normal file
1
apps/web/ee/types/projects/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./projects";
|
||||
1
apps/web/ee/types/projects/projects.ts
Normal file
1
apps/web/ee/types/projects/projects.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/types/projects/projects";
|
||||
Reference in New Issue
Block a user