Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Dec 01, 2022
  2. Nov 30, 2022
  3. Nov 29, 2022
    • Nick Fitzpatrick's avatar
      Adjusting style of Column Title label in Table Viz (#26757) · ad64ba77
      Nick Fitzpatrick authored
      * Adjusting style of Column Title label in Table Viz
      
      * removing all form-field lable types
      Unverified
      ad64ba77
    • Nick Fitzpatrick's avatar
      Doing isBreakout check sooner, removing column formatting from 2nd dimension (#26777) · 811ecb6d
      Nick Fitzpatrick authored
      * Doing isBreakout check sooner, removing column formatting from 2nd dimension
      
      * PR Feedback
      
      * separating showColumnSettings and showColumnSettingsForIndicies
      Unverified
      811ecb6d
    • Alexander Polyankin's avatar
    • Anton Kulyk's avatar
      Basic clean up for the root `Visualization` component (#26791) · fd84af1d
      Anton Kulyk authored
      * Move visualization errors messages to viz lib
      
      * Sort imports
      
      * Clean up comments
      
      * Clean up state definition and default props
      Unverified
      fd84af1d
    • Anton Kulyk's avatar
      Clean up routes (#26789) · d0ab6c0e
      Anton Kulyk authored
      * Remove not used route
      
      * Add space between imports
      
      * Remove not used collection URL helper
      
      * Remove not used dashboard URL helper
      Unverified
      d0ab6c0e
    • Anton Kulyk's avatar
    • Anton Kulyk's avatar
      Migrate new dashboard form to formik (#26770) · 6ff54cd4
      Anton Kulyk authored
      * Add `isValidCollectionId` helper
      
      * Add `FormCollectionPicker` component
      
      * Add `FormFooter` component
      
      * Fix `FormProvider` template types
      
      * Add `CreateDashboardForm`
      
      * Reimplement `CreateDashboardModal`
      
      * Fix type error
      
      * Use new `CreateDashboardModal`
      
      * Delete old `CreateDashboardModal`
      
      * Accept root collection's `null` id
      
      * Remove console errors/warns overwrite in tests
      
      * Remove flaky test
      
      * Use `getBy*` element selectors instead of `queryBy*`)
      
      * Fix creating new dashboard for a question
      
      * Open new dashboards in editing mode
      
      * Rely on validation schema to set initial values
      
      * Make `description` input `nullable`
      
      * Use `userEvent` instead of `fireEvent` in tests
      
      * Move `FormCollectionPicker` to collections module
      Unverified
      6ff54cd4
    • Alexander Polyankin's avatar
      Add database form skeleton (#26766) · b0f7d8a1
      Alexander Polyankin authored
      Unverified
      b0f7d8a1
    • Mahatthana (Kelvin) Nomsawadi's avatar
      Match static combo chart colors and legends with app viz colors (#26211) · c6e41b75
      Mahatthana (Kelvin) Nomsawadi authored
      * Match static combo chart colors with app viz colors
      
      * Match colors when individual series color is set
      
      * Remove tests that test colors
      
      Since colors is now determined in FE
      
      * Fix static viz Series type
      
      * Match static progress bar colors with app viz colors
      
      * Simplify Clojure code, makes it more idiomatic
      
      * Fix certain combo charts don't respect whitelabel colors
      
      * Make Clojure code more idiomatic
      
      * Fix Series type
      
      * Add colors back to static internal page
      
      * Simplify type predicate
      
      * fix colors matching for multiple series with mulitple metrics or dimensions
      
      * Handle legends not formatted in static viz in some cases
      
      * Fix failed BE tests after BE API changed
      
      * Fix failed BE tests after BE API changed
      
      * Add multiple series dashcard test to `getSeriesWithColors` test
      
      * Add `getSeriesWithLegends` tests
      
      * Fix URL `/_internal/static-viz` not loading due to API change
      
      * Correctly render legend when having dashcard title set
      
      * Simplify combo-chart API
      
      don't really need `settings-seqs` yet
      
      * Make static combo chart component type easier to understand
      
      * Address review: refactor `render-multiple-lab-chart`
      
      * Make variable names easier to understand
      
      * Simplify color API
      
      * Address review on `body.clj`
      
      * Address review, make parameter name more consistent
      
      * Fix multiple scalars not rendering
      
      * Remove unused imports
      Unverified
      c6e41b75
  4. Nov 28, 2022
  5. Nov 25, 2022
  6. Nov 24, 2022
  7. Nov 23, 2022
Loading