August Feature Drop — v0.7.0-Alpha
App-Wide Unified Search
- Search from any tab (Dashboard, Apps, Containers, VMs) with a single tap on the search icon in the header
- Searches everything: installed applications, marketplace catalog apps, storage pools, disks, shares, containers, VMs, TrueNAS services, system info, and 30+ navigable screens/subsections
- Marketplace API integration: live query results from the TrueNAS catalog with real app icons rendered via Coil/SVG
- Quick actions grid: empty search state shows shortcuts to Instance Settings, Create API Key, Discover Apps, System Update, Users, Network
- Recent searches with X-to-delete per entry and Clear search history button
- Expand/collapse results: categories limited to 4 results with Show all N more toggle
- Horizontally scrolling filter chips with Material 3 expressive styling
- Fully navigable: every result click loads the correct screen with pre-populated data
MFA / TOTP Two-Factor Authentication
- Full login_ex integration replacing the old auth.login flow
- OTP_REQUIRED handling: dedicated full-screen OTP page replaces login form
- 6-digit code input with centered digit styling, number keyboard, auto-submit on Enter
- Cold-boot TOTP auto-login: credentials validated via loginEx on app start; if OTP required, shown directly
- Session recovery for password/TOTP accounts via loginEx on connection loss
- New LoginMethod.TOTP enum type
- Enter-to-submit: password/API key fields accept keyboard Done action
Performance
- System Metrics section removed (HalfCircleGauge was causing 55+ skipped frames at launch)
- API batching: 10 concurrent calls → 4 batched; polling 10s → 30s
- Marketplace lazy-loaded: API only on first query, not on init
- Animated backgrounds replaced with static versions on Login/Setup screens (profiler showed they use a lot of memory)
UI & UX
- Homepage pills: Update(conditional, first) → Performance → Instance Settings → System Info in scrollable LazyRow
- Performance Overview pill navigates to graphs page
- App icons in search results via Coil SVG decoding
- Search back button → Home tab
- Zero-duration navigation from login/OTP