analytics/lib/plausible_web
Sanne de Vries 91363a2825
Improve dark mode (#5819)
* Improve dark mode

- Switch from `slate` to `zinc` for the gray color palette
- Darken overall dark mode UI
- Switch from `green` to `emerald` for the green color palette
- Update a few previously missed instances of title case to sentence case
- Consolidate button styles and change naming from `bright` to `secondary`
- Update button disabled styles
- Fix tooltip not adjusting to content width
- Update graph tooltip layout and typography
- Add transition effects to hover states
- Reduce footer logo size

* Fix oversights

- Update funnel graph colors
- Update graph grid colors
- Improve focus styles
- Improve disabled input styles

* Fix more oversights in relation to dashboard filtering

- Improve consistency of input, button, combobox and modal components in relation to settings area
- Fix segment tooltip color

* Fix search input style in funnel and segments dropdowns

* Add white background to favicon images in dark mode

- The GitHub and ChatGPT favicons are hard to see in dark mode, so we add a white background to them.

* Fix tooltip color to fit all backgrounds in dark mode

* Fix tests

* Fixed more tests

* Extract SourceFavicon component to eliminate favicon duplication

* Fix regression on installation page after rebase

* Fix formatting issues

* Fix favicon test failure in CI by reading placeholder icon at compile time

* Undo previous commit
2025-10-28 08:28:15 +00:00
..
components Improve dark mode (#5819) 2025-10-28 08:28:15 +00:00
controllers Clean up legacy verification code and script v2 flag (#5824) 2025-10-27 09:39:41 +00:00
live Improve dark mode (#5819) 2025-10-28 08:28:15 +00:00
mjml Add top goal conversions to weekly/monthly e-mail digest (#5711) 2025-09-23 06:39:14 +00:00
plugins/api ScriptV2: Domain change refinement (#5657) 2025-08-21 09:25:39 +00:00
plugs Integrate consolidated view UI (#5798) 2025-10-22 10:58:26 +00:00
templates Improve dark mode (#5819) 2025-10-28 08:28:15 +00:00
two_factor Teams writes switch (#4883) 2024-12-16 11:11:14 +00:00
views Improve the notice component visually (#5750) 2025-09-24 10:04:46 +00:00
captcha.ex Include tests for Captcha success/failure scenarios (#2344) 2022-10-17 08:16:59 -03:00
email.ex Add top goal conversions to weekly/monthly e-mail digest (#5711) 2025-09-23 06:39:14 +00:00
endpoint.ex Remove kaffy (#5423) 2025-06-10 06:24:47 +00:00
flows.ex Onboarding improvements (#4459) 2024-09-02 12:49:54 +02:00
login_preference.ex Persist login type preference (SSO/standard) (#5520) 2025-06-23 10:28:27 +00:00
remote_ip.ex Unify default pricing currency selection (#4221) 2024-06-14 14:49:22 +02:00
router.ex Clean up legacy verification code and script v2 flag (#5824) 2025-10-27 09:39:41 +00:00
storybook.ex Upgrade deps, add storybook (#4947) 2025-01-13 12:31:18 +00:00
tracker.ex Broadcast tracker script config updates (#5806) 2025-10-27 10:48:06 +00:00
tracker_script_cache.ex Broadcast tracker script config updates (#5806) 2025-10-27 10:48:06 +00:00
user_auth.ex Implement automatic re-login on SSO session expiration (#5525) 2025-06-25 09:41:47 +00:00