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 Mark field #23

Open
wants to merge 17 commits into
base: front-design
Choose a base branch
from

Fix logout error + improve mark edition

e41463e
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Add Mark field #23

Fix logout error + improve mark edition
e41463e
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis succeeded Oct 15, 2024 in 1s

ESLint Report Analysis

0 ESLint error(s) and 30 ESLint warning(s) found

Details

30 Warning(s):

frontend/src/components/PaginatedTable.vue line 154

  • Start Line: 154
  • End Line: 154
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/components/PaginatedTable.vue line 196

  • Start Line: 196
  • End Line: 196
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/components/PaginatedTable.vue line 442

  • Start Line: 442
  • End Line: 442
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/components/PaginatedTable.vue line 457

  • Start Line: 457
  • End Line: 457
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/main.ts line 75

  • Start Line: 75
  • End Line: 75
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/main.ts line 81

  • Start Line: 81
  • End Line: 81
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/main.ts line 83

  • Start Line: 83
  • End Line: 83
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/main.ts line 87

  • Start Line: 87
  • End Line: 87
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/stores/devices.store.ts line 35

  • Start Line: 35
  • End Line: 35
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/stores/devices.store.ts line 55

  • Start Line: 55
  • End Line: 55
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/stores/devices.store.ts line 75

  • Start Line: 75
  • End Line: 75
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/stores/devices.store.ts line 95

  • Start Line: 95
  • End Line: 95
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/stores/devices.store.ts line 110

  • Start Line: 110
  • End Line: 110
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/stores/devices.store.ts line 122

  • Start Line: 122
  • End Line: 122
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/stores/devices.store.ts line 139

  • Start Line: 139
  • End Line: 139
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/stores/devices.store.ts line 156

  • Start Line: 156
  • End Line: 156
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/stores/devices.store.ts line 166

  • Start Line: 166
  • End Line: 166
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/stores/devices.store.ts line 183

  • Start Line: 183
  • End Line: 183
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/stores/user.store.ts line 97

  • Start Line: 97
  • End Line: 97
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/stores/user.store.ts line 117

  • Start Line: 117
  • End Line: 117
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/stores/user.store.ts line 135

  • Start Line: 135
  • End Line: 135
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/stores/user.store.ts line 152

  • Start Line: 152
  • End Line: 152
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/stores/user.store.ts line 161

  • Start Line: 161
  • End Line: 161
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/stores/user.store.ts line 175

  • Start Line: 175
  • End Line: 175
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/views/Management/Marks.vue line 37

  • Start Line: 37
  • End Line: 37
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/views/Management/Marks.vue line 66

  • Start Line: 66
  • End Line: 66
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/views/Management/Marks.vue line 97

  • Start Line: 97
  • End Line: 97
  • Message: Unexpected console statement.
    • From: [no-console]

frontend/src/views/Management/Marks.vue line 435

  • Start Line: 435
  • End Line: 435
  • Message: Invalid Tailwind CSS classnames order
    • From: [tailwindcss/classnames-order]

frontend/src/views/Management/Marks.vue line 439

  • Start Line: 439
  • End Line: 439
  • Message: Invalid Tailwind CSS classnames order
    • From: [tailwindcss/classnames-order]

frontend/src/views/Management/Marks.vue line 444

  • Start Line: 444
  • End Line: 444
  • Message: Invalid Tailwind CSS classnames order
    • From: [tailwindcss/classnames-order]

Annotations

Check warning on line 154 in frontend/src/components/PaginatedTable.vue

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/components/PaginatedTable.vue#L154

[no-console] Unexpected console statement.

Check warning on line 196 in frontend/src/components/PaginatedTable.vue

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/components/PaginatedTable.vue#L196

[no-console] Unexpected console statement.

Check warning on line 442 in frontend/src/components/PaginatedTable.vue

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/components/PaginatedTable.vue#L442

[no-console] Unexpected console statement.

Check warning on line 457 in frontend/src/components/PaginatedTable.vue

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/components/PaginatedTable.vue#L457

[no-console] Unexpected console statement.

Check warning on line 75 in frontend/src/main.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/main.ts#L75

[no-console] Unexpected console statement.

Check warning on line 81 in frontend/src/main.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/main.ts#L81

[no-console] Unexpected console statement.

Check warning on line 83 in frontend/src/main.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/main.ts#L83

[no-console] Unexpected console statement.

Check warning on line 87 in frontend/src/main.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/main.ts#L87

[no-console] Unexpected console statement.

Check warning on line 35 in frontend/src/stores/devices.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/stores/devices.store.ts#L35

[no-console] Unexpected console statement.

Check warning on line 55 in frontend/src/stores/devices.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/stores/devices.store.ts#L55

[no-console] Unexpected console statement.

Check warning on line 75 in frontend/src/stores/devices.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/stores/devices.store.ts#L75

[no-console] Unexpected console statement.

Check warning on line 95 in frontend/src/stores/devices.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/stores/devices.store.ts#L95

[no-console] Unexpected console statement.

Check warning on line 110 in frontend/src/stores/devices.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/stores/devices.store.ts#L110

[no-console] Unexpected console statement.

Check warning on line 122 in frontend/src/stores/devices.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/stores/devices.store.ts#L122

[no-console] Unexpected console statement.

Check warning on line 139 in frontend/src/stores/devices.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/stores/devices.store.ts#L139

[no-console] Unexpected console statement.

Check warning on line 156 in frontend/src/stores/devices.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/stores/devices.store.ts#L156

[no-console] Unexpected console statement.

Check warning on line 166 in frontend/src/stores/devices.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/stores/devices.store.ts#L166

[no-console] Unexpected console statement.

Check warning on line 183 in frontend/src/stores/devices.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/stores/devices.store.ts#L183

[no-console] Unexpected console statement.

Check warning on line 97 in frontend/src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/stores/user.store.ts#L97

[no-console] Unexpected console statement.

Check warning on line 117 in frontend/src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/stores/user.store.ts#L117

[no-console] Unexpected console statement.

Check warning on line 135 in frontend/src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/stores/user.store.ts#L135

[no-console] Unexpected console statement.

Check warning on line 152 in frontend/src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/stores/user.store.ts#L152

[no-console] Unexpected console statement.

Check warning on line 161 in frontend/src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/stores/user.store.ts#L161

[no-console] Unexpected console statement.

Check warning on line 175 in frontend/src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/stores/user.store.ts#L175

[no-console] Unexpected console statement.

Check warning on line 37 in frontend/src/views/Management/Marks.vue

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/views/Management/Marks.vue#L37

[no-console] Unexpected console statement.