This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Nov 12, 2024
-
-
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
-
- Nov 07, 2024
-
-
Oisin Coveney authored
-
- Nov 04, 2024
-
-
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:
Mahatthana (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:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
-
- Oct 29, 2024
-
-
Oisin Coveney authored
-
- Oct 18, 2024
-
-
Oisin Coveney authored
-
- Oct 14, 2024
-
-
Oisin Coveney authored
-
- Sep 25, 2024
-
-
Oisin Coveney authored
-
- Sep 03, 2024
-
-
Oisin Coveney authored
-
- Sep 02, 2024
-
-
Oisin Coveney authored
Co-authored-by:
Bryan Maass <bryan.maass@gmail.com> Co-authored-by:
Nicolò Pretto <info@npretto.com>
-
- Aug 21, 2024
-
-
Oisin Coveney authored
-
- Aug 20, 2024
-
-
Uladzimir Havenchyk authored
* refactor: sort import members inside destructuring * Show an error message when the temporal unit is not applicable to a dashboard card (#46983) * Fix tests * Add tests * Add tests * Fix types * Fix types --------- Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-
- Aug 16, 2024
-
-
Oisin Coveney authored
-
- Aug 12, 2024
-
-
Oisin Coveney authored
-
- Jul 09, 2024
-
-
Oisin Coveney authored
-
- Jul 01, 2024
-
-
Oisin Coveney authored
-
- Jun 28, 2024
-
-
Oisin Coveney authored
fix(sdk): Fix SDK types, split files, and improve navigation within SDK `InteractiveQuestion` (#44898)
-
- Jun 27, 2024
-
-
Oisin Coveney authored
-
- Jun 19, 2024
-
-
Denis Berezin authored
* Temp * Add support for saved questions * Try to fix question not found issue * Try to fix question not found issue * Fix unit tests * Add basic unit test * Fix unit tests * Fix unit tests, fix question not found issue * Review fixes * Review fixes * Refactor components structure, review fixes * Adjust readme
-
- Jun 07, 2024
-
-
Phoomparin Mano authored
* dashcard background color * add bg-dashboard and bg-dashboard-card * rename background-visualization to background-question * apply bg-question to embedded questions * use CSS variables along with theme object * add css variables to more places * add ability to reference design system colors for defaults * use CSS variables for defaults * fix chart skeleton test * fix legend item title
-
- May 10, 2024
-
-
Mahatthana (Kelvin) Nomsawadi authored
* Fix loading showing when it's not supposed to * Add unit test * Review: Improve code clarity
-
- May 08, 2024
-
-
Phoomparin Mano authored
* prop to reserve height and use full height by default * require height to be passed * add default height based on viz type * default to 250px * reserve table height * remove memoization * rely on the card size defaults constant * multiply by a fixed constant * correct vis to viz
-
- May 03, 2024
-
-
Mahatthana (Kelvin) Nomsawadi authored
* Fix InteractiveQuestion loader show no question before loaded * Add tests * Unskip a test
-
- Apr 30, 2024
-
-
Oisin Coveney authored
-
- Apr 26, 2024
-
-
Denis Berezin authored
* Button * Reset button * Skip failing unit test * Fixes after merge
-
Oisin Coveney authored
-
- Apr 25, 2024
-
-
Oisin Coveney authored
-
- Apr 24, 2024
-
-
Denis Berezin authored
* Isolate click actions * Self review fixes * Add global plugin config * Review fixes * Drill with custom view * Review fixes
-
- Apr 23, 2024
-
-
Oisin Coveney authored
-
- Apr 19, 2024
-
-
Oisin Coveney authored
-
- Apr 12, 2024
-
-
Denis Berezin authored
* Add interactive question component * Remove excess click actions for embedding * Disable non-working drills * Cleaner components api * Clean up * Review fixes * Fix lint error * Review fixes --------- Co-authored-by:
Oisin Coveney <oisin@metabase.com>
-