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 03, 2024
  3. 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
  4. Nov 12, 2024
    • Phoomparin Mano's avatar
      feat(sdk): expose FilterPicker querying component (#49768) · 69f6527e
      Phoomparin Mano authored
      * add filter picker skeleton
      
      * add filter picker skeleton
      
      * add picker in popover use case
      
      * reuse FilterColumnPicker
      
      * add question filter logic
      
      * remove fixed width from popover
      
      * add onClose handler
      
      * add e2e test skeleton
      
      * contain FilterBar in Box in story
      
      * add a test for adding filters
      
      * update e2e tests
      
      * add filter picker to the docs
      
      * inline props and functions
      
      * update the props
      69f6527e
    • Jeff Bruemmer's avatar
      docs - sdk revisions (#49855) · a9819e8c
      Jeff Bruemmer authored
      a9819e8c
  5. Nov 08, 2024
  6. Nov 07, 2024
  7. Nov 06, 2024
  8. Nov 05, 2024
  9. 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
  10. Oct 31, 2024
  11. Oct 25, 2024
  12. Oct 24, 2024
Loading