fix(serverAdd): block server addition and selection when disallowed by config #3161
Annotations
10 errors and 6 warnings
frontend/package.json#L39
"lodash-es" should be replaced with an alternative package. Read more here: https://github.com/es-tooling/module-replacements/blob/main/docs/modules/lodash-underscore.md
|
frontend/scripts/virtual-modules.ts#L60
Unexpected mix of '&&' and '||'. Use parentheses to clarify the intended order of operations
|
frontend/scripts/virtual-modules.ts#L60
Unexpected mix of '&&' and '||'. Use parentheses to clarify the intended order of operations
|
frontend/src/App.vue#L75
Unsafe return of an error typed value
|
frontend/src/components/Buttons/FilterButton.vue#L307
Unsafe call of an `error` type typed value
|
frontend/src/components/Buttons/Playback/PlayButton.vue#L79
Unnecessary conditional, value is always truthy
|
frontend/src/components/Buttons/Playback/PlaybackSettingsButton.vue#L142
Unexpected mix of '&&' and '||'. Use parentheses to clarify the intended order of operations
|
frontend/src/components/Buttons/Playback/PlaybackSettingsButton.vue#L142
Unexpected mix of '&&' and '||'. Use parentheses to clarify the intended order of operations
|
frontend/src/components/Dialogs/ConfirmDialog.vue#L91
void is not valid as a constituent in a union type
|
frontend/src/components/Dialogs/ConfirmDialog.vue#L113
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
|
frontend/src/components/Item/Metadata/MetadataEditorDialog.vue#L28
The selector `.metadata-dialog` is unused
|
frontend/src/components/Item/RelatedItems.vue#L60
The selector `.header::before` is unused
|
frontend/src/components/lib/JTransition.vue#L34
Missing attribute `scoped`
|
frontend/src/pages/library/[itemId].vue#L246
The selector `.empty-card-container` is unused
|
frontend/src/pages/library/[itemId].vue#L252
The selector `.empty-message` is unused
|
frontend/src/pages/wizard.vue#L166
The selector `.transparent-background` is unused
|
This job failed
Loading