Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. May 17, 2024
    • Denis Berezin's avatar
      Add custom theming support for SDK InteractiveQuestion component (#42663) · a6035a1a
      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
      a6035a1a
  2. May 15, 2024
    • Phoomparin Mano's avatar
      Support basic theming in interactive data tables for embedding SDK (#42411) · c16ff2be
      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
      c16ff2be
  3. May 08, 2024
  4. May 03, 2024
    • Phoomparin Mano's avatar
      Define public metabase theme and Mantine transformer for embedding SDK (#42207) · 8e96f386
      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
      8e96f386
Loading