ZIm/crates/storybook
Marshall Bowers af9e7f1f96
theme: Turn ThemeRegistry into a trait (#20076)
This PR converts the `ThemeRegistry` type into a trait instead of a
concrete implementation.

This allows for the extension store to depend on an abstraction rather
than the concrete theme registry implementation.

We currently have two `ThemeRegistry` implementations:

- `RealThemeRegistry` — this was previously the `ThemeRegistry` and
contains the real implementation of the registry.
- `VoidThemeRegistry` — a null object that doesn't have any behavior.

Release Notes:

- N/A
2024-11-01 10:19:09 -04:00
..
docs Docs Party 2024 (#15876) 2024-08-09 13:37:54 -04:00
src theme: Turn ThemeRegistry into a trait (#20076) 2024-11-01 10:19:09 -04:00
build.rs Enable linux tests (#12493) 2024-06-13 16:38:53 -07:00
Cargo.toml storybook: Load GPUI with default features (#19253) 2024-10-15 17:55:58 -04:00
LICENSE-GPL chore: Change AGPL-licensed crates to GPL (except for collab) (#4231) 2024-01-24 00:26:58 +01:00