feat: update favicon retrieval to use a centralized service URL for consistency across the application

This commit is contained in:
Usman Baig
2026-02-22 21:02:11 +01:00
parent b88a31c612
commit 39eac4100e
5 changed files with 14 additions and 4 deletions

View File

@@ -33,6 +33,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
- **Organization context switch.** Switching away from a deleted organization now stores the session correctly instead of using an insecure fallback.
- **Removed debug logs.** Auth and organization-switching details no longer leak into the browser console in production. Error logs are now also suppressed in production and only appear during development.
- **Dark mode uptime chart.** The response time chart on the uptime page now correctly follows your dark mode preference instead of always showing a white tooltip background.
- **Onboarding form limits.** The welcome page now enforces the same character limits as the rest of the app.
## [0.10.0-alpha] - 2026-02-21