mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-21 11:24:26 +02:00
fix lyrics fetch and clear (#1342)
- split server and remote lyrics into separate queries - lyrics cache now always contain server lyrics, override will use separate remote query - clear button is reverted to only clear the override query, and back to server
This commit is contained in:
@@ -62,7 +62,12 @@ export const LyricsActions = ({
|
||||
value={index.toString()}
|
||||
/>
|
||||
)}
|
||||
<Button onClick={onExportLyrics} uppercase variant="subtle">
|
||||
<Button
|
||||
onClick={onExportLyrics}
|
||||
size="compact-sm"
|
||||
uppercase
|
||||
variant="subtle"
|
||||
>
|
||||
{t('form.lyricsExport.export', { postProcess: 'sentenceCase ' })}
|
||||
</Button>
|
||||
</Center>
|
||||
|
||||
Reference in New Issue
Block a user