Refactor notification settings as dialogs (#10646)

Co-authored-by: Samuel Newman <mozzius@protonmail.com>
This commit is contained in:
DS Boyce
2026-05-29 09:35:14 -07:00
committed by GitHub
parent e52adeac12
commit ce4efc511b
21 changed files with 338 additions and 1082 deletions
@@ -115,12 +115,12 @@ export function ExportCarDialog({
<Button
color="primary"
size="large"
label={l`Download CAR file`}
label={l`Download profile data`}
disabled={!!loading}
onPress={() => void download()}>
<ButtonIcon icon={loading === 'repo' ? Loader : DownloadIcon} />
<ButtonText>
<Trans context="button">Download CAR file</Trans>
<Trans context="button">Download profile data</Trans>
</ButtonText>
</Button>