Initial commit: Plane
Some checks failed
Branch Build CE / Build Setup (push) Has been cancelled
Branch Build CE / Build-Push Admin Docker Image (push) Has been cancelled
Branch Build CE / Build-Push Web Docker Image (push) Has been cancelled
Branch Build CE / Build-Push Space Docker Image (push) Has been cancelled
Branch Build CE / Build-Push Live Collaboration Docker Image (push) Has been cancelled
Branch Build CE / Build-Push API Server Docker Image (push) Has been cancelled
Branch Build CE / Build-Push Proxy Docker Image (push) Has been cancelled
Branch Build CE / Build-Push AIO Docker Image (push) Has been cancelled
Branch Build CE / Upload Build Assets (push) Has been cancelled
Branch Build CE / Build Release (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Codespell / Check for spelling errors (push) Has been cancelled
Sync Repositories / sync_changes (push) Has been cancelled
Some checks failed
Branch Build CE / Build Setup (push) Has been cancelled
Branch Build CE / Build-Push Admin Docker Image (push) Has been cancelled
Branch Build CE / Build-Push Web Docker Image (push) Has been cancelled
Branch Build CE / Build-Push Space Docker Image (push) Has been cancelled
Branch Build CE / Build-Push Live Collaboration Docker Image (push) Has been cancelled
Branch Build CE / Build-Push API Server Docker Image (push) Has been cancelled
Branch Build CE / Build-Push Proxy Docker Image (push) Has been cancelled
Branch Build CE / Build-Push AIO Docker Image (push) Has been cancelled
Branch Build CE / Upload Build Assets (push) Has been cancelled
Branch Build CE / Build Release (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Codespell / Check for spelling errors (push) Has been cancelled
Sync Repositories / sync_changes (push) Has been cancelled
Synced from upstream: 8853637e981ed7d8a6cff32bd98e7afe20f54362
This commit is contained in:
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";
|
||||
Reference in New Issue
Block a user