Feat v0.2.7 user settings audit (#11)
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit was merged in pull request #11.
This commit is contained in:
28
CHANGELOG.md
28
CHANGELOG.md
@@ -2,7 +2,33 @@
|
||||
|
||||
All notable changes to Switchboard Core are documented here.
|
||||
|
||||
## [Unreleased] — v0.2.6
|
||||
## v0.2.7 — User Settings Audit
|
||||
|
||||
### Changed
|
||||
|
||||
- **localStorage namespace**: Renamed `cs-appearance` key to `sb-appearance`
|
||||
across appearance settings, base template, and workflow template. One-time
|
||||
migration preserves existing user preferences.
|
||||
- **Policy-gating tests**: Replaced stale `allow_user_byok` / `allow_user_personas`
|
||||
assertions with `allow_registration` check (the only policy still in admin UI).
|
||||
|
||||
### Removed
|
||||
|
||||
- **Dead BYOK nav section** in user settings: empty `BYOK_ITEMS` array,
|
||||
`byokEnabled` state, "BYOK Enabled" footer badge, and the nav group
|
||||
that rendered an empty section.
|
||||
- **Dead personas gate**: `personasEnabled` state and `.filter()` on
|
||||
NAV_ITEMS for a `gate` property no items have. `auth.permissions.changed`
|
||||
listener removed (existed solely for BYOK + personas state).
|
||||
- **Dead Message Font Size**: Slider, `msgFont` state, and `--msg-font`
|
||||
CSS variable application from appearance section and base template.
|
||||
- **Dead policy defaults**: `allow_user_byok` and `allow_user_personas`
|
||||
removed from `PolicyDefaults`, profile bootstrap, permissions handler,
|
||||
and `PublicSettings`. Test seed data cleaned.
|
||||
|
||||
---
|
||||
|
||||
## v0.2.6 — Admin Settings Audit
|
||||
|
||||
### Changed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user