Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. May 17, 2024
  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
      Unverified
      c16ff2be
Loading