Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Jun 26, 2023
  2. Jun 25, 2023
  3. Jun 23, 2023
  4. Jun 22, 2023
  5. Jun 21, 2023
  6. Jun 20, 2023
  7. Jun 19, 2023
  8. Jun 17, 2023
  9. Jun 16, 2023
    • Oisin Coveney's avatar
    • Nemanja Glumac's avatar
      Fix wrong issue reference in E2E test (#31547) · 6297bbff
      Nemanja Glumac authored
      [ci skip]
      Unverified
      6297bbff
    • Nick Fitzpatrick's avatar
      custom homepage modal (#31398) · dca89cc3
      Nick Fitzpatrick authored
      
      * WIP showing Toast
      
      * add dismissed_toasts stub on GET api/user/current
      
      * backend to save dismissed toast names as user-local-settings
      
      - adds dismissed_toasts key to GET user/current
      - introduces POST /user/:user-id/dismissed/:toast-name
        - For now, only custom_homepage_changed is a valid `toast-name`, but
          it can be extended to others.
        - I nearly put in a DELETE to unset it, which could be useful for
          tests, but took it out.
      
      * add untested DELETE route to ease devtime pains
      
      * setup dismissed-custom-dashboard-toast to be "yet another setting"
      
      - remove specific endpoints
      - keep the result on GET api/user/current
      
      * dismissed_toasts + improve setting api to take Snake Case
      
      - with tests
      
      * Adding dismiss action
      
      * dismissed toast map
      
      * Ensure that toast is dismissed for admin who set the custom homepage property
      
      * Fixing 2 toasts on login
      
      * Moving dismissed toast to settings
      
      * updateSettings, undo.canDismiss
      
      * adding loading state to settings, removing unneeded CLJ tests
      
      
      ---------
      
      Co-authored-by: default avatarBryan Maass <bryan.maass@gmail.com>
      Unverified
      dca89cc3
  10. Jun 14, 2023
Loading