This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Dec 01, 2022
-
-
Gustavo Saiani authored
-
Anton Kulyk authored
* Move `SchedulePicker` to its own directory * Sort imports * Do basic clean up * Extract `DEFAULT_DAY` to a constant * Extract styled components * Convert `SchedulePicker` to TypeScript * Add `SchedulePicker` container * Export `SchedulePicker` options * Add basic `SchedulePicker` story * Fix `SchedulePicker` crashes Storybook * Tweak Storybook file
-
Aleksandr Lesnenko authored
-
- Nov 30, 2022
-
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Add basic `CreateCollectionForm` * Add `CreateCollectionModal` * Use new form in "New" menu * Remove no longer needed `onChangeLocation` * Use new form in collections ellipsis menu * Add unit tests * Don't use legacy form lib in collection plugin * Add `canManageCollectionAuthorityLevel` utility * Update `FormCollectionAuthorityLevel` * Add authority level field to new collection form * Remove old collection form * Tweak how authority level form field is exposed
-
Nick Fitzpatrick authored
-
Anton Kulyk authored
* Convert authority level plugin to TypeScript * Don't use `any` too much
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Extract `ChartSettingsErrorButton` component * Extract `VisualizationActionButtonsContainer` * Extract `NoResultsView` component * Extract `ErrorView` component * Extract `LoadingView` component * Extract styled components * Tweak styled component names * Update props type names
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Convert `SegmentedControl` to TypeScript * Migrate `SegmentedControl` to Storybook * Move `SegmentedControl` to its own directory * Make SegmentedControl types generic
-
Anton Kulyk authored
* Clean up setting selector wrappers * Sort `LicenseAndBillingSettings` imports * Use `getSettings` in `LicenseAndBillingSettings` * Fix selectors usage in metabase enterprise * Fix selectors usage in Slack forms * Fix selectors usage in `GoogleAuthForm` * Fix selectors usage in `AppBanner` * Fix selectors usage in `CloudMigrationHelp` * Unsubscribe query builder from app settings They don't seem to be used at all * Fix selectors usage in auth selectors * Fix selectors usage across the app * Fix something happened to an import
-
- Nov 29, 2022
-
-
Nick Fitzpatrick authored
* Adjusting style of Column Title label in Table Viz * removing all form-field lable types
-
Nick Fitzpatrick authored
* Doing isBreakout check sooner, removing column formatting from 2nd dimension * PR Feedback * separating showColumnSettings and showColumnSettingsForIndicies
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Move visualization errors messages to viz lib * Sort imports * Clean up comments * Clean up state definition and default props
-
Anton Kulyk authored
* Remove not used route * Add space between imports * Remove not used collection URL helper * Remove not used dashboard URL helper
-
Anton Kulyk authored
-
Anton Kulyk authored
* Add `isValidCollectionId` helper * Add `FormCollectionPicker` component * Add `FormFooter` component * Fix `FormProvider` template types * Add `CreateDashboardForm` * Reimplement `CreateDashboardModal` * Fix type error * Use new `CreateDashboardModal` * Delete old `CreateDashboardModal` * Accept root collection's `null` id * Remove console errors/warns overwrite in tests * Remove flaky test * Use `getBy*` element selectors instead of `queryBy*`) * Fix creating new dashboard for a question * Open new dashboards in editing mode * Rely on validation schema to set initial values * Make `description` input `nullable` * Use `userEvent` instead of `fireEvent` in tests * Move `FormCollectionPicker` to collections module
-
Alexander Polyankin authored
-
Mahatthana (Kelvin) Nomsawadi authored
* Match static combo chart colors with app viz colors * Match colors when individual series color is set * Remove tests that test colors Since colors is now determined in FE * Fix static viz Series type * Match static progress bar colors with app viz colors * Simplify Clojure code, makes it more idiomatic * Fix certain combo charts don't respect whitelabel colors * Make Clojure code more idiomatic * Fix Series type * Add colors back to static internal page * Simplify type predicate * fix colors matching for multiple series with mulitple metrics or dimensions * Handle legends not formatted in static viz in some cases * Fix failed BE tests after BE API changed * Fix failed BE tests after BE API changed * Add multiple series dashcard test to `getSeriesWithColors` test * Add `getSeriesWithLegends` tests * Fix URL `/_internal/static-viz` not loading due to API change * Correctly render legend when having dashcard title set * Simplify combo-chart API don't really need `settings-seqs` yet * Make static combo chart component type easier to understand * Address review: refactor `render-multiple-lab-chart` * Make variable names easier to understand * Simplify color API * Address review on `body.clj` * Address review, make parameter name more consistent * Fix multiple scalars not rendering * Remove unused imports
-
- Nov 28, 2022
-
-
Nick Fitzpatrick authored
-
Nick Fitzpatrick authored
* adding border to pivot table sort buttons * Changing to use Button component
-
Aleksandr Lesnenko authored
-
- Nov 25, 2022
-
-
Nick Fitzpatrick authored
* Updating Eye Icons * Updating Tests
-
Mahatthana (Kelvin) Nomsawadi authored
-
Mahatthana (Kelvin) Nomsawadi authored
* Fix weird static viz data point values rounding * Fix incorrect static viz formatting * Fix failing tests
-
Mahatthana (Kelvin) Nomsawadi authored
-
Nick Fitzpatrick authored
-
- Nov 24, 2022
-
-
Aleksandr Lesnenko authored
-
Anton Kulyk authored
* Extract `DashCardVisualization` * Fix click behavior * Fix `dispatch` prop
-
Nemanja Glumac authored
* Revert "Fix incorrect static viz formatting (#26737)" This reverts commit c155666c. * Revert "Fix weird static viz data point values rounding (#26704)" This reverts commit 25329609.
-
Mahatthana (Kelvin) Nomsawadi authored
-
Aleksandr Lesnenko authored
* return white text color more frequently * increase factor
-
Mahatthana (Kelvin) Nomsawadi authored
-
Anton Kulyk authored
* Extract action button components * Extract `DashCardActionButtonsContainer` * Add shared `DashCardActionButton` component * Clean up `AddSeriesButton` * Clean up `ChartSettingsButton` * Clean up `ToggleCardPreviewButton` * Clean up `RemoveButton` * Clean up click behavior button * Make remove and toggle preview buttons inline * Clean up `DashCardActionButtons` * Fix type error
-
- Nov 23, 2022
-
-
Nemanja Glumac authored
-
Nick Fitzpatrick authored
* Adding graph.series_order_dimension * Handling adding and removing order items * Adding test for funnel viz * PR Feedback * Simplifying ChartSettingOrderedSimple. Moving logic to Settings Defs * Fixing Row Chart rendering, adding bar chart test * Resolving type check errors * Adjusting series_order empty values * Updating orderItem prop check * adjusting getOrderedSeries
-
Aleksandr Lesnenko authored
-
Anton Kulyk authored
* Extract styled components * Convert to TypeScript * Fix styling * Fix type error
-