Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Nov 12, 2024
  2. Nov 11, 2024
  3. Nov 08, 2024
  4. Nov 07, 2024
  5. Nov 06, 2024
  6. Nov 05, 2024
  7. 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>
      Unverified
      de559f49
  8. Nov 03, 2024
  9. Nov 01, 2024
  10. Oct 31, 2024
  11. Oct 30, 2024
  12. Oct 29, 2024
  13. Oct 28, 2024
  14. Oct 25, 2024
    • Phoomparin Mano's avatar
      fix(sdk): support hiding columns in InteractiveQuestion (#49013) · 6a927dee
      Phoomparin Mano authored
      * investigate hide columns
      
      * add update viz settings in the sdk
      
      * cleanup implementation
      
      * add storybook for interactive question
      
      * use the question callback to update viz settings
      
      * remove onUpdateVisualizationSettings
      
      * revert change to onUpdateVisualizationSettings
      
      * add click action behaviour
      
      * fix misspelling
      
      * add onUpdateQuestion mock function
      
      * add unit test for click action behaviour
      
      * add e2e test for hiding question column header
      Unverified
      6a927dee
Loading