summaryrefslogtreecommitdiff
path: root/Hutch/Views/Lookup/LookupView.swift
Commit message (Collapse)AuthorAgeFilesLines
* feat: add multi-account supportChristian Cleberg2026-04-121-7/+7
| | | | | | Implements: https://todo.sr.ht/~ccleberg/hutch/49 Implements: https://todo.sr.ht/~ccleberg/hutch/50 Implements: https://todo.sr.ht/~ccleberg/hutch/51
* feat: add projects list, detail view, and home pinningChristian Cleberg2026-04-121-0/+2
| | | | | | Implements: https://todo.sr.ht/~ccleberg/hutch/26 Implements: https://todo.sr.ht/~ccleberg/hutch/27 Implements: https://todo.sr.ht/~ccleberg/hutch/28
* feat: add theme and high-density display modesChristian Cleberg2026-04-121-0/+1
| | | | | Refs: https://todo.sr.ht/~ccleberg/hutch/24 Implements: https://todo.sr.ht/~ccleberg/hutch/25
* chore: clean up debug loggingv2.15.1Christian Cleberg2026-04-121-4/+0
|
* Add SourceHut system status screen and home disruption bannerChristian Cleberg2026-04-111-0/+2
|
* feat: add contribution calendar to user profilesv2.11.0Christian Cleberg2026-04-111-0/+2
| | | | | | Add a trailing 365-day contribution heatmap to user profile views, backed by HutchStatsService. Includes calendar model, view model, SwiftUI calendar view, app configuration, and unit tests.
* feat: add in-app man pages browserChristian Cleberg2026-04-031-0/+4
| | | | | | | | | | | | | | Add a native Man Pages section to the More tab with in-app browsing for man.sr.ht documentation and srht.site pages. - add ManPageService for fetching and extracting public docs content - add ManPageBrowserView and ManPageDetailView - add More tab navigation for Man Pages - support in-place navigation for internal documentation links - allow HTMLWebView to intercept internal links and use a base URL - support man.sr.ht and srht.site content extraction - remove heading permalink "#" anchors from man page rendering - fix relative links, fragment links, and srht.site CTA/icon layout
* Implement search history for Look Up pageChristian Cleberg2026-04-021-2/+55
|
* feat: expand user profile in Look UpChristian Cleberg2026-04-011-7/+40
|
* feat: add Look Up screen and restrict management actions to ownersv2.8.0Christian Cleberg2026-04-011-0/+387
Implements: https://todo.sr.ht/~ccleberg/Hutch/4