Fix: auto-save grid size changes and dynamically scale grid item heights based on grid size
All checks were successful
Automated Container Build / build-and-push (push) Successful in 35s
All checks were successful
Automated Container Build / build-and-push (push) Successful in 35s
This commit is contained in:
parent
9feeef6329
commit
2778b1ab62
2 changed files with 3 additions and 1 deletions
|
|
@ -136,6 +136,8 @@ export default function SettingsPage({ onLogout }: SettingsPageProps) {
|
|||
step="10"
|
||||
value={settings.grid_size}
|
||||
onChange={(e) => setSettings({ ...settings, grid_size: e.target.value })}
|
||||
onMouseUp={handleSave}
|
||||
onTouchEnd={handleSave}
|
||||
className="w-full max-w-xs accent-[var(--color-accent)]"
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Reference in a new issue