Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Dec 10, 2024
  2. Dec 04, 2024
  3. Dec 03, 2024
  4. Nov 29, 2024
  5. Nov 27, 2024
    • github-automation-metabase's avatar
      feat(sdk): make tooltips themeable (#50457) (#50596) · 9af0d46d
      github-automation-metabase authored
      
      * add background-inverse color mapping
      
      * add tooltip themes
      
      * tooltip theming
      
      * apply to echarts tooltip
      
      * update tooltip default color
      
      * update tooltip defaults
      
      * add sdk color mapping
      
      * add additional theme colors
      
      * add echarts tooltip story
      
      * add loki tests
      
      * remove background-inverse theme color option
      
      * add to docs
      
      * use ChartTooltipRoot for story and update loki snapshot
      
      * update secondaryTextColor docstring
      
      * fix unit tests
      
      Co-authored-by: default avatarPhoomparin Mano <poom@metabase.com>
      9af0d46d
  6. Nov 23, 2024
  7. Nov 21, 2024
  8. Nov 20, 2024
    • Phoomparin Mano's avatar
      feat(sdk): revamp CreateQuestion and create question behaviour (#50088) · 5fb95767
      Phoomparin Mano authored
      * revamp the create question component
      
      * docs updates
      
      * add stories and update styles
      
      * prevent switching to visualization when it is not ready
      
      * ensure CreateQuestion works in flex parents
      
      * add basic e2e tests for CreateQuestion
      
      * ensure that switching between editor and visualization works
      
      * use the save button for the disabled state
      
      * update the question title when the question is saved
      
      * implement updating questions in place
      
      * rename replaceQuestion
      
      * make CreateQuestion props all optional
      
      * add background color to modal header
      
      * hide the save button if question is dirty
      
      * hide save button instead of disabling per design feedback
      
      * update e2e tests
      
      * revert e2e helpers
      
      * add title update assertions
      
      * whitespace changes
      5fb95767
  9. Nov 19, 2024
  10. Nov 13, 2024
  11. Nov 12, 2024
  12. Nov 08, 2024
  13. Nov 07, 2024
  14. Nov 06, 2024
  15. Nov 05, 2024
  16. Nov 04, 2024
    • Phoomparin Mano's avatar
      feat(sdk): ability to enforce the destination collection to save to and hide... · de559f49
      Phoomparin Mano authored
      feat(sdk): ability to enforce the destination collection to save to and hide the collection picker (#49251)
      
      * add ability to hide the collection picker
      
      * add save options
      
      * make sure collectionId is fresh
      
      * update sdk question form component
      
      * make collectionId accept null
      
      * apply saveOptions to sdk components
      
      * revert to use initialCollectionId as context name
      
      * target the correct collection id
      
      * add e2e tests
      
      * update e2e tests
      
      * move into within
      
      * update test
      
      * remove collectionId from default args
      
      * revert e2e of hide columns
      
      * make e2e helper more generic
      
      * use saveToCollectionId prop to save to a specific collection
      
      * update e2e tests
      
      * update comment formatting
      
      Co-authored-by: default avatarMahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
      
      * clean up leftover changes from an earlier version
      
      * readme update
      
      * indicate that saveToCollectionId is only applicable to static questions
      
      * revert QuestionEditor.isSaveEnabled defaults
      
      * update comment format
      
      * remove unused initialCollectionId prop
      
      * experiment: try to fix failing custom-columns e2e
      
      ---------
      
      Co-authored-by: default avatarMahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
      de559f49
  17. Nov 01, 2024
  18. Oct 30, 2024
  19. Oct 29, 2024
  20. Oct 28, 2024
  21. Oct 25, 2024
  22. Oct 24, 2024
  23. Oct 18, 2024
  24. Oct 17, 2024
  25. Oct 14, 2024
  26. Oct 08, 2024
  27. Oct 03, 2024
    • Nicolò Pretto's avatar
      feat(sdk): support `locale` prop on `MetabaseProvider` (#47569) · 70a8ab70
      Nicolò Pretto authored
      * wip locale header middleware
      
      * wip fe code for the locale provider for both public/static and sdk
      
      * clean up code
      
      * move api.baseurl assignment outside of useEffect to make it work on first render
      
      * e2e test for locale
      
      * Revert "wip locale header middleware"
      
      This reverts commit c215eac3.
      
      * remove public/static code as we want to focus on the sdk
      
      * adds docs for `X-Metabase-Locale` header and for why we don't use I18NApi.locale
      
      * Update frontend/src/metabase/lib/api.js
      
      * doc: explain why we have the unused state
      70a8ab70
  28. Oct 02, 2024
  29. Oct 01, 2024
  30. Sep 30, 2024
  31. Sep 26, 2024
Loading