Fix: drag booking passes roomId to API; checked_out rooms available for new booking; remove time-based theme text
This commit is contained in:
@@ -373,7 +373,7 @@ export function SettingsPage() {
|
||||
{([
|
||||
{ id: 'light', label: 'Светлая', desc: null },
|
||||
{ id: 'dark', label: 'Тёмная', desc: null },
|
||||
{ id: 'auto', label: 'Авто', desc: 'Светлая 7:00–22:00, тёмная ночью' },
|
||||
{ id: 'auto', label: 'Авто', desc: 'Следует системной теме устройства' },
|
||||
] as const).map(t => (
|
||||
<button
|
||||
key={t.id}
|
||||
|
||||
Reference in New Issue
Block a user