This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 17, 2024
-
-
Denis Berezin authored
* Add proper brand colors to drills menu * Add theming for filters and drills * Fix css vars * Fix table css * Add SDK theme colors interface and remapping * Fix dashboard brand color issue * Fix theme colors interface * Fix default theme table cell background * Fix typo * Fix for qb filters panel custom border
-
- May 15, 2024
-
-
Phoomparin Mano authored
* support theming in table * theme injection with hoc * reasonable default theme options * customizable text color * theming table header * table theming * change theme configuration order * apply sorted cell color directly * gutter background * remove header theming for now * fix: id column styling * id column borders * border color * add cell hover color * conditional hover color * use brand color to accent * add default theme values to unit test * cell background should default to white * update unit test * remove unused properties * remove duplicated color declaration as inner cell data styles it * remove duplicate fallback * remove unused use-embedding-theme hook * use theme color from Mantine for css variables * update defaults * inject default component theme * add notes on cell data theme * update unit tests * update unit tests * remove no-op text-brand hover color * remove no-op is sorted cell color
-
- May 08, 2024
-
-
Phoomparin Mano authored
* allow customizable base font size * pass in fontSize in mantine theme * only apply font size if it exists
-
- May 03, 2024
-
-
Phoomparin Mano authored
* public metabase theme type * add tests for transforming embedding theme * export public types * load transformed theme override into theme provider * migrate font family inside theme configuration * add assertion for font family * update README to add font family in theme options * add font enum, fix tuple type and cleanup tests * color tuple argument name * use fill for colortuple
-