···47474848### December 2025
49495050+#### settings consolidation (PR #496, Dec 6)
5151+5252+**problem**: user preferences were scattered across multiple locations with confusing terminology:
5353+- SensitiveImage tooltip said "enable in portal" but mobile menu said "profile"
5454+- clicking gear icon (SettingsMenu) only showed appearance/playback, not all settings
5555+- portal mixed content management with preferences
5656+5757+**solution**: clear separation between **settings** (preferences) and **portal** (content & data):
5858+5959+| page | purpose |
6060+|------|---------|
6161+| `/settings` | preferences: theme, accent color, auto-advance, sensitive artwork, timed comments, teal.fm, developer tokens |
6262+| `/portal` | your content & data: profile, tracks, albums, export, delete account |
6363+6464+**changes**:
6565+- created dedicated `/settings` route consolidating all user preferences
6666+- slimmed portal to focus on content management
6767+- added "all settings →" link to SettingsMenu and ProfileMenu
6868+- renamed mobile menu "profile" → "portal" to match route
6969+- moved delete account to portal's "your data" section (it's about data, not preferences)
7070+- fixed `font-family: inherit` on all settings page buttons
7171+- updated SensitiveImage tooltip: "enable in settings"
7272+7373+---
7474+5075#### bufo easter egg improvements (PRs #491-492, Dec 6)
51765277**what shipped**:
···577602578603---
579604580580-this is a living document. last updated 2025-12-06 (release 2025.1206.222902).
605605+this is a living document. last updated 2025-12-06.