Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. May 15, 2024
    • Phoomparin Mano's avatar
      Support basic theming in interactive data tables for embedding SDK (#42411) · c16ff2be
      Phoomparin Mano authored
      * support theming in table
      
      * theme injection with hoc
      
      * reasonable default theme options
      
      * customizable text color
      
      * theming table header
      
      * table theming
      
      * change theme configuration order
      
      * apply sorted cell color directly
      
      * gutter background
      
      * remove header theming for now
      
      * fix: id column styling
      
      * id column borders
      
      * border color
      
      * add cell hover color
      
      * conditional hover color
      
      * use brand color to accent
      
      * add default theme values to unit test
      
      * cell background should default to white
      
      * update unit test
      
      * remove unused properties
      
      * remove duplicated color declaration as inner cell data styles it
      
      * remove duplicate fallback
      
      * remove unused use-embedding-theme hook
      
      * use theme color from Mantine for css variables
      
      * update defaults
      
      * inject default component theme
      
      * add notes on cell data theme
      
      * update unit tests
      
      * update unit tests
      
      * remove no-op text-brand hover color
      
      * remove no-op is sorted cell color
      Unverified
      c16ff2be
    • Raphael Krut-Landau's avatar
  2. May 14, 2024
    • Ryan Laurie's avatar
      Recents Picker Tab (#42079) · 52d32c15
      Ryan Laurie authored
      * add recents tab
      
      type updates
      
      fix unit test
      
      change where we filter recents
      
      WIP Recents Tab
      
      wip recents
      
      design updates
      
      update recents design to match search
      
      use new recents format
      
      initial recents implementation
      
      fix types
      
      * fix e2e tests
      
      * update more e2e tests
      
      * allow recents filters
      
      * update test mocks
      
      * add unit tests for recents tab
      
      * update e2e tests
      
      * add e2e tests for recents picker tab
      
      * fix lost access test
      Unverified
      52d32c15
  3. May 13, 2024
    • bryan's avatar
      New Recents API Format (#42239) · 2b91354f
      bryan authored
      
      * wip
      
      * adds more collection-touch events
      
      * remove sneaky dep that slipped in
      
      * cleaning up, and adding tests
      
      * respond to review comments + mini bug reports
      
      * make it official
      
      * double official
      
      * cleanup + return recent-views/Item for `GET activity/popular_items`
      
      * get popular_items returning the proper shape
      
      * compare doesn't what I thought
      
      * add display_name to tables
      
      * table.database.name should be the db name, not the table name
      
      * add table.database.initial_sync_status
      
      * improve call to toucan2
      
      * light renaming + many text fixes
      
      * include moderated_status in cards and datasets
      
      * look up Dashboard permissions for Dashboards
      
      * stop double-querying for `can-write?` checks
      
      - also include some debug logging
      
      * fix card <-> model dispatching
      
      also gets tests passing locally
      
      * let the test runner run the tests
      
      * fix gc test
      
      * adds description
      
      * description can be null
      
      * better tests
      
      no more nils passed through the app
      
      * debugging test
      
      * fix tests and skip archived
      
      * mysql finesse
      
      * ellide inactive tables
      
      * wip
      
      * adds more collection-touch events
      
      * remove sneaky dep that slipped in
      
      * cleaning up, and adding tests
      
      * respond to review comments + mini bug reports
      
      * make it official
      
      * double official
      
      * cleanup + return recent-views/Item for `GET activity/popular_items`
      
      * get popular_items returning the proper shape
      
      * compare doesn't what I thought
      
      * add display_name to tables
      
      * table.database.name should be the db name, not the table name
      
      * add table.database.initial_sync_status
      
      * improve call to toucan2
      
      * light renaming + many text fixes
      
      * include moderated_status in cards and datasets
      
      * look up Dashboard permissions for Dashboards
      
      * stop double-querying for `can-write?` checks
      
      - also include some debug logging
      
      * fix card <-> model dispatching
      
      also gets tests passing locally
      
      * let the test runner run the tests
      
      * fix gc test
      
      * adds description
      
      * description can be null
      
      * better tests
      
      no more nils passed through the app
      
      * debugging test
      
      * fix tests and skip archived
      
      * mysql finesse
      
      * New Recents + Popular API Format - Frontend (#42305)
      
      * fix tests
      
      * new API payload format for recents and populars
      
      * update url generation
      
      * update recents components
      
      * update tests
      
      * only show 5 recents in command palette
      
      * remove unused types
      
      * update tests
      
      * obey the linter
      
      * type updates
      
      * fix unit test
      
      * change where we filter recents
      
      ---------
      
      Co-authored-by: default avatarBryan Maass <bryan.maass@gmail.com>
      
      * fix modelToUrl types
      
      * respond to review comments
      
      * post merge test fix
      
      ---------
      
      Co-authored-by: default avatarRyan Laurie <30528226+iethree@users.noreply.github.com>
      Co-authored-by: default avatarRyan Laurie <iethree@gmail.com>
      Unverified
      2b91354f
    • Noah Moss's avatar
      SCIM-scoped API key (#42086) · 9d968d9e
      Noah Moss authored
      Unverified
      9d968d9e
    • Phoomparin Mano's avatar
      Migrate smart scalar and night mode to support Mantine theming (#42347) · e8dc5ec5
      Phoomparin Mano authored
      * migrate smart scalar to css modules
      
      * lighten theme color
      
      * adjust margin
      
      * map space 1 to xs
      
      * use c prop instead of color
      
      * use rem unit
      
      * use rem unit
      
      * add y margin
      
      * return null when no children
      
      * comment on text variation
      
      * cleanup unused components and add dark mode todo
      
      * remove todo comment
      
      * support night mode in embedding
      
      * lift dashboard theme to redux
      
      * make theme non-nullable with default
      
      * use component prop instead of title tag
      
      * optional display theme
      
      * restore tooltip state
      
      * add default mock state
      
      * remove theme from embed
      
      * replace handleActions with createReducer
      Unverified
      e8dc5ec5
    • Phoomparin Mano's avatar
      bump to 0.1.3 (#42519) · 6cc0f2bc
      Phoomparin Mano authored
      Unverified
      6cc0f2bc
  4. May 10, 2024
  5. May 09, 2024
  6. May 08, 2024
  7. May 07, 2024
  8. May 06, 2024
  9. May 03, 2024
  10. May 02, 2024
  11. May 01, 2024
  12. Apr 30, 2024
  13. Apr 29, 2024
Loading