Skip to content

feat: Reminders panel on the History page #704

feat: Reminders panel on the History page

feat: Reminders panel on the History page #704

GitHub Actions / ESLint failed Mar 19, 2024 in 0s

6 errors and 1 warning

ESLint found 6 errors and 1 warning

Annotations

Check failure on line 118 in src/components/panels/HistoryStatisticsPanel.vue

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/components/panels/HistoryStatisticsPanel.vue#L118

Duplicate name 'formatPrintTime' (no-dupe-class-members)

Check failure on line 34 in src/locales/en.json

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/locales/en.json#L34

Expected object keys to be in insensitive ascending order. 'OneDayShort' should be before 'OneHourShort' (jsonc/sort-keys)

Check failure on line 350 in src/locales/en.json

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/locales/en.json#L350

Expected object keys to be in insensitive ascending order. 'AddReminder' should be before 'AddToQueueSuccessful' (jsonc/sort-keys)

Check failure on line 362 in src/locales/en.json

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/locales/en.json#L362

Expected object keys to be in insensitive ascending order. 'Days' should be before 'Details' (jsonc/sort-keys)

Check failure on line 380 in src/locales/en.json

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/locales/en.json#L380

Expected object keys to be in insensitive ascending order. 'HistoryFilamentUsage' should be before 'Hours' (jsonc/sort-keys)

Check failure on line 398 in src/locales/en.json

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/locales/en.json#L398

Expected object keys to be in insensitive ascending order. 'Performed' should be before 'PerformedAndReschedule' (jsonc/sort-keys)

Check warning on line 8 in src/store/gui/notifications/getters.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/store/gui/notifications/getters.ts#L8

'GuiRemindersStateReminder' is defined but never used (@typescript-eslint/no-unused-vars)