Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Calendar layout to Global Issues page #4511

Open
wants to merge 3 commits into
base: preview
Choose a base branch
from

Merge branch 'preview' into loc/feat/calendar-layoutselection-global-…

36eb8e8
Select commit
Loading
Failed to load commit list.
Open

Add Calendar layout to Global Issues page #4511

Merge branch 'preview' into loc/feat/calendar-layoutselection-global-…
36eb8e8
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action May 18, 2024 in 0s

5 new issues (0 max.) of at least minor severity.

Annotations

Check failure on line 94 in web/components/issues/issue-layouts/calendar/base-calendar-root.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

web/components/issues/issue-layouts/calendar/base-calendar-root.tsx#L94

'DragDropContext' is not defined.

Check warning on line 4 in web/components/issues/issue-layouts/calendar/calendar-view.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

web/components/issues/issue-layouts/calendar/calendar-view.tsx#L4

`@/constants/issue` import should occur after import of `@/components/issues`

Check warning on line 19 in web/components/issues/issue-layouts/calendar/calendar-view.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

web/components/issues/issue-layouts/calendar/calendar-view.tsx#L19

`../list/list-view-types` import should occur after import of `@/store/issue/workspace`

Check warning on line 20 in web/components/issues/issue-layouts/calendar/calendar-view.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

web/components/issues/issue-layouts/calendar/calendar-view.tsx#L20

`./utils` import should occur after import of `@/store/issue/workspace`

Check warning on line 14 in web/components/issues/issue-layouts/roots/all-issue-layout-root.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

web/components/issues/issue-layouts/roots/all-issue-layout-root.tsx#L14

`@plane/types` import should occur before import of `@/components/empty-state`