v0.11.1 various UI bug fixes
This commit is contained in:
@@ -238,8 +238,7 @@ function CustomPicker({ initial, onSet, onBack }) {
|
||||
width: 110, background: 'var(--surface)',
|
||||
color: 'var(--text-primary)',
|
||||
}}
|
||||
placeholder="#000000"
|
||||
/>
|
||||
placeholder="#000000" autoComplete="new-password">
|
||||
<span style={{ fontSize: 12, color: 'var(--text-tertiary)' }}>Chosen colour</span>
|
||||
</div>
|
||||
|
||||
@@ -461,7 +460,7 @@ export default function BrandingModal({ onClose }) {
|
||||
className="input flex-1"
|
||||
value={appName}
|
||||
maxLength={16}
|
||||
onChange={e => setAppName(e.target.value)}
|
||||
onChange={e = autoComplete="new-password"> setAppName(e.target.value)}
|
||||
onKeyDown={e => e.key === 'Enter' && handleSaveName()}
|
||||
/>
|
||||
<button className="btn btn-primary btn-sm" onClick={handleSaveName} disabled={loading}>{loading ? '...' : 'Save'}</button>
|
||||
|
||||
Reference in New Issue
Block a user