mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-21 23:05:46 +00:00
chore(servers): remove quick/full scan buttons from server cards (#843)
Drops the Quick/Full scan actions and all supporting logic — they are no longer needed. Removes the ServerScanActions component (incl. the unused compact variant), the subsonicScan API, the scanStore, and the app-root useScanPolling hook (no more background scan polling). Cleans up the .server-scan-* CSS and the settings.scan i18n block across all 9 locales. 440 deletions, no new code; tsc + bundle clean.
This commit is contained in:
committed by
GitHub
parent
f9f96f024f
commit
1a7a2a0bfc
@@ -468,16 +468,4 @@ export const settings = {
|
||||
floatingPlayerBarSub: 'Garder la barre du lecteur flottante au-dessus du contenu',
|
||||
uiScaleTitle: "Mise à l'échelle de l'interface",
|
||||
uiScaleLabel: 'Zoom',
|
||||
scan: {
|
||||
quick: 'Analyse rapide',
|
||||
full: 'Analyse complète',
|
||||
quickTip: 'Analyse rapide — indexer les fichiers nouveaux/modifiés',
|
||||
fullTip: 'Analyse complète — tout réindexer',
|
||||
confirmFull: 'Cliquer à nouveau pour confirmer',
|
||||
confirmFullShort: "Confirmer l'analyse complète",
|
||||
scanning: 'Analyse en cours…',
|
||||
done: 'Analyse terminée',
|
||||
error: "Échec de l'analyse",
|
||||
toast: '{{name}} : analyse terminée — {{count}} pistes indexées',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user