implausible/app
Ole-Morten Duesund 50edfcdafb refactor: fix correctness bugs and simplify site picker code
- Rethrow CancellationException in goals query catch block to preserve
  structured concurrency
- Replace non-atomic delete+insert in updateSite with single UPDATE
  statement to prevent data loss on crash or site ID collision
- Add updateSiteId SQL query to StoredSite.sq
- Extract updateGroup helper on SitePickerUiState to deduplicate 8
  instances of the groups.map pattern (-66 lines)
- Remove unnecessary WHAT comments in SitePickerScreen/ViewModel

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 12:51:17 +02:00
..
src refactor: fix correctness bugs and simplify site picker code 2026-04-07 12:51:17 +02:00
build.gradle.kts feat: add favicons, drag-to-reorder sites, and SVG support 2026-03-20 14:52:06 +01:00
proguard-rules.pro feat: implement Phase 1 MVP of Implausibly 2026-03-18 16:46:08 +01:00