Skip to content

feat: new dashboard experience #205

feat: new dashboard experience

feat: new dashboard experience #205

GitHub Actions / ESLint Report Analysis failed Sep 17, 2024 in 1s

ESLint Report Analysis

4 ESLint error(s) and 2 ESLint warning(s) found

Annotations

Check warning on line 49 in frontends/dashboard/src/components/CreateNewOrgModal.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontends/dashboard/src/components/CreateNewOrgModal.tsx#L49

[solid/reactivity] This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored.

Check failure on line 4 in frontends/dashboard/src/components/NavbarOrgWidget.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontends/dashboard/src/components/NavbarOrgWidget.tsx#L4

[@typescript-eslint/no-unused-vars] 'Transition' is defined but never used. Allowed unused vars must match /^_/u.

Check failure on line 18 in frontends/dashboard/src/components/NavbarOrgWidget.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontends/dashboard/src/components/NavbarOrgWidget.tsx#L18

[@typescript-eslint/no-unused-vars] 'navigate' is assigned a value but never used. Allowed unused vars must match /^_/u.

Check warning on line 26 in frontends/dashboard/src/components/NavbarOrgWidget.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontends/dashboard/src/components/NavbarOrgWidget.tsx#L26

[solid/reactivity] The reactive variable 'props.onClick' should be wrapped in a function for reactivity. This includes event handler bindings on native elements, which are not reactive like other JSX props.

Check failure on line 28 in frontends/dashboard/src/pages/orgs/OrgSettings.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontends/dashboard/src/pages/orgs/OrgSettings.tsx#L28

[@typescript-eslint/no-floating-promises] Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator.

Check failure on line 124 in frontends/dashboard/src/pages/orgs/OrgSettings.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontends/dashboard/src/pages/orgs/OrgSettings.tsx#L124

[@typescript-eslint/no-floating-promises] Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator.