Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Nov 08, 2024
  2. Nov 07, 2024
  3. Nov 06, 2024
  4. Nov 05, 2024
  5. Nov 04, 2024
  6. Nov 03, 2024
  7. Nov 01, 2024
  8. Oct 31, 2024
  9. Oct 30, 2024
    • Nemanja Glumac's avatar
      tech: Refactor and improve `AppBanner` (#49273) · 35d99ba8
      Nemanja Glumac authored
      * Remove unused component
      
      * Remove extra space
      
      * Remove cross-component dependency on the `Banner`
      
      * Use named export
      
      * Convert the Banner to TS
      
      * Make `ReadOnlyBanner` use `Banner` under the hood
      
      * Add test id to the banner
      
      * Simplify render method and tests
      
      * Add the missing test for ReadOnly banner
      
      * Avoid using special ASCII characters for the common apostrophe
      
      * Remove E2E spec
      
      * Use `Banner` for `DatabaseInfoField`
      
      * Use colors defined in the theme
      
      * Remove the dependency on the `Banner` component again!
      
      * Add a comment
      
      * Use pattern matching
      Unverified
      35d99ba8
    • Mahatthana (Kelvin) Nomsawadi's avatar
      Update static embed card copy to avoid confusion (#49268) · 53518074
      Mahatthana (Kelvin) Nomsawadi authored
      * Update static embed card copy to avoid confusion
      
      * Fix E2E tests
      
      * Fix unit tests
      
      * Update the copy inside static embed modal
      Unverified
      53518074
  10. Oct 29, 2024
  11. Oct 28, 2024
    • Aleksandr Lesnenko's avatar
      Add grey color accent (#49130) · 9b4d3d2b
      Aleksandr Lesnenko authored
      * add grey accent color
      
      * fix pie chart color assignment
      
      * specs
      
      * update grey accent
      
      * update colors
      
      * grey -> gray :eagle:
      Unverified
      9b4d3d2b
    • Nemanja Glumac's avatar
      Better Onboarding: Introduce "Admin onboarding checklist" (#48898) · b35755f9
      Nemanja Glumac authored
      * Add new route
      
      * Add the navigation link
      
      * Guard the route
      
      * Add first pass of the page structure
      
      * Add the bottom section
      
      * Add placeholder dummy YT videos
      
      * Add images
      
      * Track checklist being opened
      
      * Track checklist item expanded
      
      * Track checklist item CTA clicked
      
      * PoC: Stop the video on accordion change
      
      * Use actual onboarding videos
      
      * Fix missing unique `key` prop
      
      * Final content tweaks
      
      * Override the accordion styles defined in the `theme`
      
      * Use predefined t-shirt sizes where possible
      
      * Update copy
      
      * Conditionally display the example dashboard CTA
      
      * Add very basic unit test coverage
      
      * Show onboarding link to new instances only
      
      * Remember the last position in the onboarding
      
      * Fix the mock settings types
      
      * Scroll last opened item into view
      
      * Properly display docs links
      
      * Another accordion style override
      
      * Add tests for the Onboarding page contents
      
      * Add E2E Snowplow tests
      
      * Conditionally display xray item contents based on settings
      
      * Split tests
      
      * Make sure items scroll into view when expanded
      
      * Do not show example question CTA if example dashboard doesn't exist
      
      * Allow YT videos to play in fullscreen
      
      * Add comments about the example question
      
      * Update rules for when we show the onboarding nav link
      
      * Test the conditional documentation links display
      
      * Reduce E2E test flakiness
      Unverified
      b35755f9
    • Aleksandr Lesnenko's avatar
      Fix sunburst color assignment that causes pie chart crashing (#49183) · 1bb08949
      Aleksandr Lesnenko authored
      
      * pie chart crashes when light or dark accents of instance colors overriden
      
      * Update Loki Snapshots
      
      ---------
      
      Co-authored-by: default avatarMetabase Automation <github-automation@metabase.com>
      Unverified
      1bb08949
    • Alexander Polyankin's avatar
      E2E test for "Custom click behavior on a pivot table will go always to tab 1... · 006dbdec
      Alexander Polyankin authored
      E2E test for "Custom click behavior on a pivot table will go always to tab 1 on a destination dashboard with several tabs" (#49187)
      
      * Add tests
      
      * Add tests
      
      * Add tests
      Unverified
      006dbdec
Loading