summaryrefslogtreecommitdiff
path: root/Hutch/Views/More/ProfileView.swift
Commit message (Collapse)AuthorAgeFilesLines
* feat: add multi-account supportChristian Cleberg2026-04-121-1/+1
| | | | | | 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 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
* feat: add prioritization of polling hutch-stats for logged in userChristian Cleberg2026-04-121-1/+4
|
* refactor: extract ProfileView from SettingsViewv2.10.3Christian Cleberg2026-04-111-0/+641
Move profile-related UI into its own dedicated ProfileView, simplifying SettingsView and improving navigation structure in MoreView.