Skip to content

Forced size of the sidebar #425

Forced size of the sidebar

Forced size of the sidebar #425

GitHub Actions / View Lint Report failed Sep 23, 2024 in 1s

View Lint Report

11 ESLint error(s) and 10 ESLint warning(s) found

Details

11 Error(s):

src/components/Sidebar/Sidebar.jsx line 22

  • Start Line: 22
  • End Line: 22
  • Message: Replace "auto" with auto
    • From: [prettier/prettier]

src/components/Sidebar/Sidebar.jsx line 23

  • Start Line: 23
  • End Line: 23
  • Message: Replace "full" with full
    • From: [prettier/prettier]

src/components/Sidebar/Sidebar.jsx line 24

  • Start Line: 24
  • End Line: 24
  • Message: Replace "compact" with compact
    • From: [prettier/prettier]

src/components/Sidebar/Sidebar.jsx line 27

  • Start Line: 27
  • End Line: 27
  • Message: Replace "auto" with auto
    • From: [prettier/prettier]

src/components/Sidebar/Sidebar.jsx line 28

  • Start Line: 28
  • End Line: 28
  • Message: Replace "full" with full
    • From: [prettier/prettier]

src/components/Sidebar/Sidebar.jsx line 29

  • Start Line: 29
  • End Line: 29
  • Message: Replace "compact" with compact
    • From: [prettier/prettier]

src/components/Sidebar/Sidebar.jsx line 30

  • Start Line: 30
  • End Line: 30
  • Message: Insert ,
    • From: [prettier/prettier]

src/components/Sidebar/Sidebar.jsx line 31

  • Start Line: 31
  • End Line: 31
  • Message: Insert ;
    • From: [prettier/prettier]

src/components/Sidebar/Sidebar.jsx line 53

  • Start Line: 53
  • End Line: 53
  • Message: Replace 'width' with "width"
    • From: [prettier/prettier]

src/components/Sidebar/Sidebar.jsx line 56

  • Start Line: 56
  • End Line: 56
  • Message: Replace 'logo' with "logo"
    • From: [prettier/prettier]

src/components/Sidebar/Sidebar.jsx line 149

  • Start Line: 149
  • End Line: 149
  • Message: 'compact' PropType is defined but prop is never used
    • From: [react/no-unused-prop-types]

10 Warning(s):

src/components/Sidebar/Sidebar.jsx line 4

  • Start Line: 4
  • End Line: 4
  • Message: 'AnnounceIcon' is defined but never used.
    • From: [@typescript-eslint/no-unused-vars]

src/components/Sidebar/Sidebar.jsx line 4

  • Start Line: 4
  • End Line: 4
  • Message: 'BellIcon' is defined but never used.
    • From: [@typescript-eslint/no-unused-vars]

src/components/Sidebar/Sidebar.jsx line 5

  • Start Line: 5
  • End Line: 5
  • Message: 'Counter' is defined but never used.
    • From: [@typescript-eslint/no-unused-vars]

src/components/Sidebar/Sidebar.jsx line 6

  • Start Line: 6
  • End Line: 6
  • Message: 'Drawer' is defined but never used.
    • From: [@typescript-eslint/no-unused-vars]

src/components/Sidebar/Sidebar.jsx line 15

  • Start Line: 15
  • End Line: 15
  • Message: 'LeftDrawerCountStyle' is assigned a value but never used.
    • From: [@typescript-eslint/no-unused-vars]

src/components/Sidebar/Sidebar.jsx line 44

  • Start Line: 44
  • End Line: 44
  • Message: 'isLeftDrawerOpen' is defined but never used.
    • From: [@typescript-eslint/no-unused-vars]

src/components/Sidebar/Sidebar.jsx line 45

  • Start Line: 45
  • End Line: 45
  • Message: 'isRightDrawerOpen' is defined but never used.
    • From: [@typescript-eslint/no-unused-vars]

src/components/Sidebar/Sidebar.jsx line 46

  • Start Line: 46
  • End Line: 46
  • Message: 'handleDrawerStateChange' is defined but never used.
    • From: [@typescript-eslint/no-unused-vars]

src/components/Sidebar/Sidebar.jsx line 48

  • Start Line: 48
  • End Line: 48
  • Message: 'leftDrawer' is assigned a value but never used.
    • From: [@typescript-eslint/no-unused-vars]

src/components/Sidebar/Sidebar.jsx line 49

  • Start Line: 49
  • End Line: 49
  • Message: 'hideRightDrawer' is assigned a value but never used.
    • From: [@typescript-eslint/no-unused-vars]

Annotations

Check warning on line 4 in src/components/Sidebar/Sidebar.jsx

See this annotation in the file changed.

@github-actions github-actions / View Lint Report

src/components/Sidebar/Sidebar.jsx#L4

[@typescript-eslint/no-unused-vars] 'AnnounceIcon' is defined but never used.

Check warning on line 4 in src/components/Sidebar/Sidebar.jsx

See this annotation in the file changed.

@github-actions github-actions / View Lint Report

src/components/Sidebar/Sidebar.jsx#L4

[@typescript-eslint/no-unused-vars] 'BellIcon' is defined but never used.

Check warning on line 5 in src/components/Sidebar/Sidebar.jsx

See this annotation in the file changed.

@github-actions github-actions / View Lint Report

src/components/Sidebar/Sidebar.jsx#L5

[@typescript-eslint/no-unused-vars] 'Counter' is defined but never used.

Check warning on line 6 in src/components/Sidebar/Sidebar.jsx

See this annotation in the file changed.

@github-actions github-actions / View Lint Report

src/components/Sidebar/Sidebar.jsx#L6

[@typescript-eslint/no-unused-vars] 'Drawer' is defined but never used.

Check warning on line 15 in src/components/Sidebar/Sidebar.jsx

See this annotation in the file changed.

@github-actions github-actions / View Lint Report

src/components/Sidebar/Sidebar.jsx#L15

[@typescript-eslint/no-unused-vars] 'LeftDrawerCountStyle' is assigned a value but never used.

Check failure on line 22 in src/components/Sidebar/Sidebar.jsx

See this annotation in the file changed.

@github-actions github-actions / View Lint Report

src/components/Sidebar/Sidebar.jsx#L22

[prettier/prettier] Replace `"auto"` with `auto`

Check failure on line 23 in src/components/Sidebar/Sidebar.jsx

See this annotation in the file changed.

@github-actions github-actions / View Lint Report

src/components/Sidebar/Sidebar.jsx#L23

[prettier/prettier] Replace `"full"` with `full`

Check failure on line 24 in src/components/Sidebar/Sidebar.jsx

See this annotation in the file changed.

@github-actions github-actions / View Lint Report

src/components/Sidebar/Sidebar.jsx#L24

[prettier/prettier] Replace `"compact"` with `compact`

Check failure on line 27 in src/components/Sidebar/Sidebar.jsx

See this annotation in the file changed.

@github-actions github-actions / View Lint Report

src/components/Sidebar/Sidebar.jsx#L27

[prettier/prettier] Replace `"auto"` with `auto`

Check failure on line 28 in src/components/Sidebar/Sidebar.jsx

See this annotation in the file changed.

@github-actions github-actions / View Lint Report

src/components/Sidebar/Sidebar.jsx#L28

[prettier/prettier] Replace `"full"` with `full`

Check failure on line 29 in src/components/Sidebar/Sidebar.jsx

See this annotation in the file changed.

@github-actions github-actions / View Lint Report

src/components/Sidebar/Sidebar.jsx#L29

[prettier/prettier] Replace `"compact"` with `compact`

Check failure on line 30 in src/components/Sidebar/Sidebar.jsx

See this annotation in the file changed.

@github-actions github-actions / View Lint Report

src/components/Sidebar/Sidebar.jsx#L30

[prettier/prettier] Insert `,`

Check failure on line 31 in src/components/Sidebar/Sidebar.jsx

See this annotation in the file changed.

@github-actions github-actions / View Lint Report

src/components/Sidebar/Sidebar.jsx#L31

[prettier/prettier] Insert `;`

Check warning on line 44 in src/components/Sidebar/Sidebar.jsx

See this annotation in the file changed.

@github-actions github-actions / View Lint Report

src/components/Sidebar/Sidebar.jsx#L44

[@typescript-eslint/no-unused-vars] 'isLeftDrawerOpen' is defined but never used.

Check warning on line 45 in src/components/Sidebar/Sidebar.jsx

See this annotation in the file changed.

@github-actions github-actions / View Lint Report

src/components/Sidebar/Sidebar.jsx#L45

[@typescript-eslint/no-unused-vars] 'isRightDrawerOpen' is defined but never used.

Check warning on line 46 in src/components/Sidebar/Sidebar.jsx

See this annotation in the file changed.

@github-actions github-actions / View Lint Report

src/components/Sidebar/Sidebar.jsx#L46

[@typescript-eslint/no-unused-vars] 'handleDrawerStateChange' is defined but never used.

Check warning on line 48 in src/components/Sidebar/Sidebar.jsx

See this annotation in the file changed.

@github-actions github-actions / View Lint Report

src/components/Sidebar/Sidebar.jsx#L48

[@typescript-eslint/no-unused-vars] 'leftDrawer' is assigned a value but never used.

Check warning on line 49 in src/components/Sidebar/Sidebar.jsx

See this annotation in the file changed.

@github-actions github-actions / View Lint Report

src/components/Sidebar/Sidebar.jsx#L49

[@typescript-eslint/no-unused-vars] 'hideRightDrawer' is assigned a value but never used.

Check failure on line 53 in src/components/Sidebar/Sidebar.jsx

See this annotation in the file changed.

@github-actions github-actions / View Lint Report

src/components/Sidebar/Sidebar.jsx#L53

[prettier/prettier] Replace `'width'` with `"width"`

Check failure on line 56 in src/components/Sidebar/Sidebar.jsx

See this annotation in the file changed.

@github-actions github-actions / View Lint Report

src/components/Sidebar/Sidebar.jsx#L56

[prettier/prettier] Replace `'logo'` with `"logo"`

Check failure on line 149 in src/components/Sidebar/Sidebar.jsx

See this annotation in the file changed.

@github-actions github-actions / View Lint Report

src/components/Sidebar/Sidebar.jsx#L149

[react/no-unused-prop-types] 'compact' PropType is defined but prop is never used