Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Aug 13, 2024
  2. Aug 12, 2024
  3. Jul 18, 2024
    • Anton Kulyk's avatar
      Clean up dashboard URL management (#44639) · f4f71ea7
      Anton Kulyk authored
      * Fix falsy tabSelected/tabRenamed checks
      
      * Update URL management (WIP)
      
      * Fix tests failing because of whitespace changes
      
      * Fix tests failing because of parameter order
      
      * Use one hook for parameters and tab URL management
      
      * Fix tests failing because of parameter order
      
      * Fix test failing because of whitespace changes
      
      * Revert
      
      * Fix DashboardTabs tests
      
      * Fix tests failing because of parameter order
      
      * Fix test
      
      * Fix test failing because of whitespace changes
      
      * Remove unit tests that should be e2e tests now
      
      * Fix tab navigation
      
      * Fix string encoding/decoding
      
      * Revert test changes
      
      * Consistent question search params
      
      * Update DashboardTabs tests
      
      * Fix `SyncedParametersList`
      
      * Fix e2e tests
      
      * Fix nav usage
      
      * Fix types
      
      * Remove `useSyncedQueryString`
      
      * Fix test
      
      * Move slug utils to dashboard utils
      
      * Fix nav
      
      * Revert nav change
      
      * Fix e2e tests
      
      * Fix public/embedded dashboards, handle site url
      
      * Add repro test
      
      * Bring back and fix `PublicOrEmbeddedDashboardPage` tests
      
      * Move `SyncedParametersList` to qb
      f4f71ea7
  4. Jun 10, 2024
  5. Apr 11, 2024
    • Nicolò Pretto's avatar
      add env var to enable css modules classnames linting (#41173) · 99d15b04
      Nicolò Pretto authored
      
      * .eslintrc -> .eslintrc.js
      
      * This might work?
      
      * add env for linting css modules class names
      
      * avoid extending postcss-modules/recommended, specify just the used rule instead
      
      * add missing . on comment
      
      * Remove unused .detailName references
      
      * Fix ManageApiKeys and GuiQueryEditor
      
      * Fix SettingText and DashboardControls
      
      * fix missing textUnspaced class
      
      * remove usave of S.headerButton, that's actually never used because we never pass headerLink to ReferenceHeader
      
      * Remove flexNoShrink
      
      ---------
      
      Co-authored-by: default avatarOisin Coveney <oisin@metabase.com>
      99d15b04
Loading