chore(settings): remove alpha badges from Hot Cache and Hi-Res sections

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Psychotoxical
2026-04-10 13:45:56 +02:00
parent 02a4c43f61
commit 8cb5eb9384
+2 -17
View File
@@ -600,12 +600,7 @@ export default function Settings() {
{/* Hot Cache */} {/* Hot Cache */}
<div className="settings-toggle-row"> <div className="settings-toggle-row">
<div> <div>
<div style={{ fontWeight: 500, display: 'flex', alignItems: 'center', gap: 8 }}> <div style={{ fontWeight: 500 }}>{t('settings.hotCacheTitle')}</div>
{t('settings.hotCacheTitle')}
<span style={{ fontSize: 10, fontWeight: 600, textTransform: 'uppercase', letterSpacing: '0.04em', padding: '2px 6px', borderRadius: 4, background: 'color-mix(in srgb, var(--color-warning, #f59e0b) 22%, transparent)', color: 'var(--text-primary)' }}>
{t('settings.hotCacheAlphaBadge')}
</span>
</div>
<div style={{ fontSize: 12, color: 'var(--text-muted)' }}>{t('settings.hotCacheDisclaimer')}</div> <div style={{ fontSize: 12, color: 'var(--text-muted)' }}>{t('settings.hotCacheDisclaimer')}</div>
</div> </div>
<label className="toggle-switch" aria-label={t('settings.hotCacheEnabled')}> <label className="toggle-switch" aria-label={t('settings.hotCacheEnabled')}>
@@ -722,17 +717,7 @@ export default function Settings() {
<section className="settings-section"> <section className="settings-section">
<div className="settings-section-header"> <div className="settings-section-header">
<Waves size={18} /> <Waves size={18} />
<h2 style={{ display: 'flex', alignItems: 'center', gap: 8 }}> <h2>{t('settings.hiResTitle')}</h2>
{t('settings.hiResTitle')}
<span style={{
fontSize: 10, fontWeight: 600, textTransform: 'uppercase',
letterSpacing: '0.04em', padding: '2px 6px', borderRadius: 4,
background: 'color-mix(in srgb, var(--color-warning, #f59e0b) 22%, transparent)',
color: 'var(--text-primary)',
}}>
{t('settings.hotCacheAlphaBadge')}
</span>
</h2>
</div> </div>
<div className="settings-card"> <div className="settings-card">
<div className="settings-toggle-row"> <div className="settings-toggle-row">