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. Apr 29, 2024
  5. Apr 26, 2024
  6. Apr 23, 2024
  7. Apr 19, 2024
    • Mahatthana (Kelvin) Nomsawadi's avatar
      Add prefix to CSS custom properties (#41574) · 855b3245
      Mahatthana (Kelvin) Nomsawadi authored
      * Migrate --border-*
      
      * Migrate *breadcrumb*
      
      * Migrate --color-bg-black
      
      * Migrate --color-bg-dark
      
      * Migrate --color-bg-light
      
      * Migrate --color-bg-medium
      
      * Migrate --color-bg-white
      
      * Migrate --color-border
      
      * Migrate --color-brand*
      
      * Migrate --color-error
      
      * Migrate --color-focus
      
      * Migrate --color-shadow
      
      * Migrate --color-success
      
      * Migrate --color-text-dark
      
      * Migrate --color-text-light
      
      * Migrate --color-text-medium
      
      * Migrate --color-text-white
      
      * Migrate --color-white
      
      * Migrate --default-border-radius
      
      * Migrate --default-button-border-radius
      
      * Migrate --default-font-family
      
      * Migrate --default-font-size
      
      * Migrate --default-header-margin
      
      * Migrate --gap-1
      
      * Migrate --icon-width
      
      * Migrate --input-border-color
      
      * Migrate --input-border-radius
      
      * Migrate --margin-*
      
      * Migrate --muted-color
      
      * Migrate --padding-*
      
      * Migrate --page-header-padding
      
      * Migrate --subtitle-color
      
      * Migrate --title-color
      
      * Reset to master
      
      * Remove unused --color-text-default
      
      * Remove unused --color*
      
      * Remove unused CSS custom properties
      
      * Prefix only necessary CSS custom properties
      855b3245
  8. Apr 18, 2024
  9. Apr 16, 2024
  10. Mar 26, 2024
    • Denis Berezin's avatar
      Embedding SDK - integration commit (#40198) · 98f6cd82
      Denis Berezin authored
      * Minimal SDK code
      
      * Fix viz, styles
      
      * Move SDK code to enterprise folder
      
      * Fix files structure
      
      * Clean-up
      
      * Review fixes
      
      * Review fixes
      
      * Review fixes
      
      * Remove elementid
      
      * Reuse some options from main webpack config
      
      * Actualize package.json
      
      * Actualize package.json
      98f6cd82
Loading