Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Jul 30, 2024
  2. Jul 29, 2024
  3. Jul 26, 2024
  4. Jul 25, 2024
    • Raphael Krut-Landau's avatar
      fix(admin/nav): Ensure that the "Exit admin" button can be clicked regardless... · d4cebf60
      Raphael Krut-Landau authored
      fix(admin/nav): Ensure that the "Exit admin" button can be clicked regardless of locale or viewport size (#45882)
      
      Closes #45876
      Unverified
      d4cebf60
    • adam-james's avatar
      Some Email/Attachment Improvements and Fixes (#45691) · 7efce7df
      adam-james authored
      * fix conditional formatting color lookup with correct col names
      
      The column names for color lookup are expected to be the same as the :name key of each column, and applying column
      formatting broke this lookup. This fixes it.
      
      * move overflow-x into pulse body div to exlude card title from scroll
      
      * add a test for conditional formatting w/ a hidden row.
      
      This still fails at the moment, working on a fix yet.
      
      * apply conditional formatting in static viz even when col is hidden
      
      Conditional formatting that depends on a hidden column was not being rendered in the static viz, but now we pass all
      columns into the color selector fn, thus when rendering the table with the ordered/hidden columns, all other columns
      will still use their appropriate conditional formatting
      
      * I missed a linter warning
      
      * fix tab rendering
      
      * fix test
      
      * fix up tests with some better structural searching
      Unverified
      7efce7df
    • Nemanja Glumac's avatar
Loading