Unified settings modal + dashboard shell redesign #69

Merged
uz1mani merged 107 commits from staging into main 2026-03-26 09:15:33 +00:00
45 changed files with 4310 additions and 381 deletions
Showing only changes of commit c53152fc68 - Show all commits

View File

@@ -279,7 +279,9 @@ export default function UnifiedSettingsModal() {
const handleDiscard = useCallback(() => {
isDirtyRef.current = false
setIsDirtyVisible(false)
setHasPendingAction(false)
saveHandlerRef.current = null
const action = pendingActionRef.current
pendingActionRef.current = null
action?.()