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

Implement dashboard layout #13

Merged
merged 27 commits into from
Jul 23, 2024

Fix classes clash

024e9f2
Select commit
Loading
Failed to load commit list.
Merged

Implement dashboard layout #13

Fix classes clash
024e9f2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jul 23, 2024 in 1s

73.76% of diff hit (target 50.14%)

View this Pull Request on Codecov

73.76% of diff hit (target 50.14%)

Annotations

Check warning on line 11 in app/(dashboard)/User.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/(dashboard)/User.tsx#L9-L11

Added lines #L9 - L11 were not covered by tests

Check warning on line 17 in app/(dashboard)/User.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/(dashboard)/User.tsx#L17

Added line #L17 was not covered by tests

Check warning on line 21 in app/(dashboard)/User.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/(dashboard)/User.tsx#L21

Added line #L21 was not covered by tests

Check warning on line 28 in app/(dashboard)/User.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/(dashboard)/User.tsx#L27-L28

Added lines #L27 - L28 were not covered by tests

Check warning on line 35 in app/(dashboard)/User.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/(dashboard)/User.tsx#L34-L35

Added lines #L34 - L35 were not covered by tests

Check warning on line 9 in app/(dashboard)/layout.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/(dashboard)/layout.tsx#L8-L9

Added lines #L8 - L9 were not covered by tests

Check warning on line 14 in app/(dashboard)/layout.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/(dashboard)/layout.tsx#L11-L14

Added lines #L11 - L14 were not covered by tests

Check warning on line 19 in app/(dashboard)/layout.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/(dashboard)/layout.tsx#L19

Added line #L19 was not covered by tests

Check warning on line 28 in app/(dashboard)/layout.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/(dashboard)/layout.tsx#L27-L28

Added lines #L27 - L28 were not covered by tests

Check warning on line 34 in app/(dashboard)/layout.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/(dashboard)/layout.tsx#L34

Added line #L34 was not covered by tests

Check warning on line 36 in app/(dashboard)/layout.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/(dashboard)/layout.tsx#L36

Added line #L36 was not covered by tests

Check warning on line 38 in app/(dashboard)/layout.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/(dashboard)/layout.tsx#L38

Added line #L38 was not covered by tests

Check warning on line 10 in app/(dashboard)/page.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/(dashboard)/page.tsx#L10

Added line #L10 was not covered by tests

Check warning on line 9 in app/sign-in/page.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/sign-in/page.tsx#L9

Added line #L9 was not covered by tests

Check warning on line 14 in app/sign-in/page.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/sign-in/page.tsx#L14

Added line #L14 was not covered by tests

Check warning on line 9 in components/AsideEngageLayout/AsideEngageLayout.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/AsideEngageLayout/AsideEngageLayout.tsx#L9

Added line #L9 was not covered by tests

Check warning on line 15 in components/icons/LogoType.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/icons/LogoType.tsx#L14-L15

Added lines #L14 - L15 were not covered by tests

Check warning on line 11 in modules/firebase/AuthProvider.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

modules/firebase/AuthProvider.ts#L11

Added line #L11 was not covered by tests

Check warning on line 10 in modules/firebase/guards.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

modules/firebase/guards.tsx#L10

Added line #L10 was not covered by tests

Check warning on line 17 in modules/firebase/guards.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

modules/firebase/guards.tsx#L16-L17

Added lines #L16 - L17 were not covered by tests

Check warning on line 19 in modules/firebase/guards.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

modules/firebase/guards.tsx#L19

Added line #L19 was not covered by tests

Check warning on line 26 in modules/firebase/guards.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

modules/firebase/guards.tsx#L25-L26

Added lines #L25 - L26 were not covered by tests

Check warning on line 28 in modules/firebase/guards.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

modules/firebase/guards.tsx#L28

Added line #L28 was not covered by tests

Check warning on line 65 in packages/design-system/src/components/DataTable/DataTable.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/design-system/src/components/DataTable/DataTable.tsx#L65

Added line #L65 was not covered by tests

Check warning on line 36 in packages/design-system/src/components/DropdownMenu/DropdownMenu.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/design-system/src/components/DropdownMenu/DropdownMenu.tsx#L36

Added line #L36 was not covered by tests