Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: saleor/saleor-dashboard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.19.2
Choose a base ref
...
head repository: saleor/saleor-dashboard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref

Commits on Feb 19, 2024

  1. Add clarity to order cancel dialog (#4673)

    * Improve order cancel dialog
    
    * Add tests
    
    * Extract messages
    
    * Add changeset
    
    * Trigger deployment
    
    * Simplify test
    
    * Improve test
    Droniu authored Feb 19, 2024
    Copy the full SHA
    c10dd8a View commit details

Commits on Feb 20, 2024

  1. [MERX-95] Update error color in datagrid (#4678)

    * Change critical2 to critical1 for datagrid error
    
    * Add changeset
    poulch authored Feb 20, 2024
    Copy the full SHA
    51a360f View commit details

Commits on Feb 21, 2024

  1. Add product analytics (#4677)

    * Product analytics
    
    * Product analytics
    
    * Product analytics
    
    ---------
    
    Co-authored-by: Paweł Chyła <chyla1988@gmail.com>
    andrzejewsky and poulch authored Feb 21, 2024
    Copy the full SHA
    b475eb8 View commit details

Commits on Feb 23, 2024

  1. Fix zero value in money cell, improve show discount type in order pay…

    …ment summary (#4685)
    
    * Display zero value in money cell
    
    * Add promotion type to order payment details
    
    * Fix types
    
    * Add changeset
    
    * Extract messages
    
    * Update src/components/Datagrid/customCells/Money/utils.test.ts
    
    Co-authored-by: Michał Droń <droniu@droniu.dev>
    
    * Improve shipping methods update test
    
    ---------
    
    Co-authored-by: Michał Droń <droniu@droniu.dev>
    poulch and Droniu authored Feb 23, 2024
    Copy the full SHA
    9226dc9 View commit details
  2. [MERX-53] Implement refunds datagrid (#4681)

    * Basic implementation of refunds datagrid
    
    * Extract messages
    
    * Add changeset
    
    * Fix failing test
    
    * Translate strings
    
    * Move onRowClick to menuItems
    
    * Refactor ternary
    
    * Remove test label
    
    * Refactor to hooks & fix test
    
    * Group grid opts into hook
    
    * Fix flag
    
    * Fix test names
    
    ---------
    
    Co-authored-by: Paweł Chyła <chyla1988@gmail.com>
    Droniu and poulch authored Feb 23, 2024
    Copy the full SHA
    488c8e4 View commit details
  3. Copy the full SHA
    19d8bf9 View commit details

Commits on Feb 26, 2024

  1. Copy the full SHA
    232cd2a View commit details
  2. Fix showing promotion discount type in order summary (#4689)

    * Show promotion discount type
    
    * Add changeset
    poulch authored Feb 26, 2024
    Copy the full SHA
    e234ddc View commit details
  3. Set codeowners accordingly to the new GH groups (#4686)

    * Set codeowners
    
    * Set codeowners
    andrzejewsky authored Feb 26, 2024
    Copy the full SHA
    c8f4b0a View commit details
  4. Copy the full SHA
    f9d1b2b View commit details

Commits on Feb 27, 2024

  1. Show discount name for promotion discounts (#4692)

    * Show discount name for promotion discounts
    
    * Add tests
    
    * Add changeset
    poulch authored Feb 27, 2024
    Copy the full SHA
    756681f View commit details

Commits on Feb 28, 2024

  1. Fix obtaining version in manual run workflow (#4695)

    * Fix obtaining version in manual run workflow
    
    * Fix obtaining version in manual run workflow
    andrzejewsky authored Feb 28, 2024
    Copy the full SHA
    8015d98 View commit details
  2. Fix instance name for manual workflow (#4697)

    * Fix instance name
    
    * Fix instance name
    andrzejewsky authored Feb 28, 2024
    Copy the full SHA
    e87de81 View commit details
  3. Fix backup name for manual run (#4698)

    * Fix backup name
    
    * Fix backup name
    andrzejewsky authored Feb 28, 2024
    Copy the full SHA
    347af0b View commit details
  4. Check all permission for attribute config (#4694)

    * Check all permission for attribute config
    
    * Add changeset
    poulch authored Feb 28, 2024
    Copy the full SHA
    f97dd45 View commit details
  5. Fix flaky tests (#4693)

    * Fix flaky tests
    
    * add changeset
    karola312 authored Feb 28, 2024
    Copy the full SHA
    8d30330 View commit details
  6. Fix/pt br translaction (#4699)

    * fix pt-BR.json
    
    * change:add
    
    ---------
    
    Co-authored-by: Paweł Chyła <chyla1988@gmail.com>
    GabrielZacchi and poulch authored Feb 28, 2024
    Copy the full SHA
    4e5459e View commit details
  7. Copy the full SHA
    4d778e4 View commit details

Commits on Feb 29, 2024

  1. Copy the full SHA
    1dcb956 View commit details

Commits on Mar 1, 2024

  1. Fix show empty promotion name (#4700)

    * Fix show empty discount name
    
    * Add changeset
    poulch authored Mar 1, 2024
    Copy the full SHA
    85117cf View commit details
  2. Disable autocapture events (#4702)

    * Disable autocapture
    
    * Disable autocapture
    andrzejewsky authored Mar 1, 2024
    Copy the full SHA
    3b8648d View commit details

Commits on Mar 6, 2024

  1. Copy the full SHA
    f845150 View commit details

Commits on Mar 7, 2024

  1. Add shortcuts at bottom of sidebar (#4705)

    * Add shortcuts at bottom of sidebar
    
    * Navigator context
    
    * Style sidebar
    
    * Remove menu back to cloud tests
    
    * Add changeset
    
    * Add condtion to back to cloud btn
    
    * Style improvents, show cmd base on os
    
    * Show playground on ctrl + '
    
    * Test sidebar go to cloud and shortcuts
    
    * Update changeset
    
    * Improve naming
    
    * Rename Navigator to NavigatorSearch
    
    * Move context outside AppLayout
    
    * Memoize shortcuts
    
    * Update tests
    
    * Fix typo
    
    * Refactor dev panel
    poulch authored Mar 7, 2024
    Copy the full SHA
    5faad9e View commit details
  2. Fix: assigned category in voucher details is not visible (#4709)

    * Refetch when catalog add and delete
    
    * Add changeset
    
    * Update changeset
    poulch authored Mar 7, 2024
    Copy the full SHA
    1240872 View commit details

Commits on Mar 11, 2024

  1. Prevent warehouses fetch when no channels in variant details (#4712)

    * Prevent warehouses fetch when no channels
    
    * Add changeset
    
    * useAllwarehouses hook with tests
    poulch authored Mar 11, 2024
    Copy the full SHA
    a98763c View commit details
  2. Remove changsets (#4716)

    poulch authored Mar 11, 2024
    Copy the full SHA
    b39531f View commit details
  3. Fix sending empty order condition in discount rules (#4713)

    * Fix sending empty conditions, write test to cover this case
    
    * Add changset
    poulch authored Mar 11, 2024
    Copy the full SHA
    ca52b2d View commit details
  4. Fix: Dashboard crashing when entering variants (#4715)

    * Fix undefined channel listing array
    
    * Add changeset
    poulch authored Mar 11, 2024
    Copy the full SHA
    46c0b10 View commit details

Commits on Mar 12, 2024

  1. [E2E][TEST] Add tests for thirdparty apps (#4708)

    * changeset
    
    * add tests for installing and removing app
    
    * add test ids
    szczecha authored Mar 12, 2024
    Copy the full SHA
    563b865 View commit details
  2. Copy the full SHA
    6a625a7 View commit details
  3. Change "Go to Saleor Cloud" copy and icon (#4721)

    * Change back icon to cloud and update copy
    
    * Add changeset
    
    * Optimize icon
    
    * Update tests
    poulch authored Mar 12, 2024
    Copy the full SHA
    5c30c8d View commit details

Commits on Mar 15, 2024

  1. Fix: TypeError: Cannot read properties of undefined (reading '0') in …

    …datagrid (#4724)
    
    * Stop propagate on click radio group events
    
    * Add changeset
    
    * Refactor RadioGroup
    
    * Add radix issue
    poulch authored Mar 15, 2024
    Copy the full SHA
    1532560 View commit details
  2. Ignore ResizeObserver error caused by Cypress in Sentry (#4726)

    * Add ResizeObserver error to ignore
    
    * Add changeset
    
    * Fix typo
    poulch authored Mar 15, 2024
    Copy the full SHA
    e41a96d View commit details
  3. Add "ResizeObserver loop completed with undelivered notifications" to…

    … Sentry ignore (#4727)
    
    * Add error with resize observer to igonred
    
    * Add changeset
    poulch authored Mar 15, 2024
    Copy the full SHA
    cac7189 View commit details
  4. [TEST] [E2E] Added test for setting balance and exporting gift cards (#…

    …4650)
    
    * Added test for setting balance and exporting gift cards
    
    * add changeset
    
    * Fixes after review
    
    * Fixes after review
    
    * Fix mailpit url
    
    * Fix mailpit env variable
    
    * Fix mailpit url
    
    * changes after review
    karola312 authored Mar 15, 2024
    Copy the full SHA
    dbfe9b7 View commit details
  5. Migrate dashboard to new font tokens (#4725)

    * Bump macaw-ui
    
    * Fix hero, title, heading, bodyStrong, bodyEmp typefaces
    
    * Fix body, captions, buttons
    
    * Fix nonstandard cases
    
    * Add changeset
    
    * Fix size instead of typeSize
    
    * Remove typeSize
    
    * Bump macaw-ui
    
    * Bump macaw-ui to 1.1.1
    Droniu authored Mar 15, 2024
    Copy the full SHA
    12622c1 View commit details

Commits on Mar 18, 2024

  1. [E2E] Add tests for translations (#4723)

    * add changeset
    
    * add ttest for add and edit translation
    
    * add test for celaring translation
    szczecha authored Mar 18, 2024
    Copy the full SHA
    31e4575 View commit details
  2. Add sentry source map tracking and release (#4731)

    * Add sentry source map tracking and release
    
    * Throw error
    
    * Remove old scripts
    
    * Remove throw button
    
    * Add changeset
    
    * Fix sentry in storybook
    poulch authored Mar 18, 2024
    Copy the full SHA
    9cdb1f6 View commit details
  3. [E2E] [QA] Refactoring playwright setup file and moving auth specs (#…

    …4707)
    
    * refactoring playwright setup file
    
    * refactoring login tests
    
    * fixing file name typo
    
    * updating gh action
    
    * corrections
    
    * applying requested changes - storageState()
    yellowee authored Mar 18, 2024
    Copy the full SHA
    202b18f View commit details

Commits on Mar 19, 2024

  1. Remove storybook (#4732)

    * Remove storybook
    
    * Remove storybook
    
    * fix: tsc error
    
    * remove storybook folder & chromatic dep
    
    * remove leftovers
    
    * remove leftovers
    krzysztofzuraw authored Mar 19, 2024
    Copy the full SHA
    470bc89 View commit details
  2. Remove brackets next to order status title (#4736)

    * Remove brackets
    
    * Changeset add
    poulch authored Mar 19, 2024
    Copy the full SHA
    a9745e4 View commit details
  3. Replace navigation icons with new one, remove not used icons (#4735)

    * Replace icons
    
    * Remove not used icon
    
    * Changeset add
    poulch authored Mar 19, 2024
    Copy the full SHA
    b048a50 View commit details

Commits on Mar 20, 2024

  1. Fix button font weights (#4734)

    * Preview button weights
    
    * Add changeset
    
    * Fix datagrid fullscreen icon
    
    * Bump macaw to 1.1.2
    
    * Change patch to minor
    Droniu authored Mar 20, 2024
    Copy the full SHA
    fd8368f View commit details

Commits on Mar 21, 2024

  1. Copy the full SHA
    66f565d View commit details
  2. [TEST] [E2E] Adding e2e tests for attributes (#4728)

    * adding e2e tests for attributes
    
    * correcting test case ids and adding extra assertion for attributes page
    yellowee authored Mar 21, 2024
    Copy the full SHA
    a47581e View commit details
  3. Copy the full SHA
    8d58575 View commit details
  4. Copy the full SHA
    9f7370d View commit details

Commits on Mar 22, 2024

  1. Cleanup 3.19.4 (#4744)

    poulch authored Mar 22, 2024
    Copy the full SHA
    ca4d4d4 View commit details
  2. Implement refund add modal (#4745)

    * Implement refund add modal
    
    * Add changeset
    
    * Add translations
    
    * Refactor & tests
    
    * Remove package.json comment
    
    * Better handling of empty state
    
    * Remove radix from package.json
    
    * Rename getHoverState
    
    * Export indicator to separate component
    
    * Handle empty state
    
    * Make RadioTiles compound component
    
    * Add translation
    
    * Handle empty state with datagrid
    Droniu authored Mar 22, 2024
    Copy the full SHA
    b3a87cd View commit details

Commits on Mar 25, 2024

  1. Allow to copy code from voucher codes datagrid (#4746)

    * Allow to copy from voucher codes datagrid
    
    * add changeset
    poulch authored Mar 25, 2024
    Copy the full SHA
    d9766f4 View commit details
Showing 3,130 changed files with 100,188 additions and 141,648 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 0 additions & 5 deletions .changeset/angry-pumpkins-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brave-dragons-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-sheep-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-trainers-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-keys-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-ties-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-ghosts-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-meals-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-chairs-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-humans-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-olives-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-fishes-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-crabs-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-points-appear.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/dry-queens-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

The alert in the Apps link in the Dashboard's sidebar now hide after user is informed about apps' issues. This means the dot will hide after you enter the App list and will show only when there is a new failed webhook after your last visit.
5 changes: 5 additions & 0 deletions .changeset/early-carpets-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Now clicking in radio and checkbox in a channel availability section no more case error
5 changes: 0 additions & 5 deletions .changeset/early-panthers-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-hats-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-mangos-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-bananas-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-horses-exercise.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/fair-news-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-otters-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-badgers-wink.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/fast-mirrors-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": minor
---

Comment from tests results will now be displayed for cloud-deployments CORE release PRs
5 changes: 5 additions & 0 deletions .changeset/five-bears-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Opening item in new tab using cmd key on datagrid now takes into account mounting point
5 changes: 0 additions & 5 deletions .changeset/forty-comics-remember.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/four-lions-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Now you can re-order products within the collection.
5 changes: 0 additions & 5 deletions .changeset/four-news-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-zoos-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-glasses-provide.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/gold-hotels-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Order transaction list now displays the name of a transaction
5 changes: 0 additions & 5 deletions .changeset/green-buses-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-kings-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-oranges-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-ants-play.md

This file was deleted.

6 changes: 6 additions & 0 deletions .changeset/hip-bobcats-fetch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"saleor-dashboard": patch
---

App list now shows an alert if app's webhooks have failed or the app is disabled. This means you can see if there are issues with your apps without having to enter app details.

5 changes: 5 additions & 0 deletions .changeset/hip-horses-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Now you can see pageviews in the posthog.
5 changes: 0 additions & 5 deletions .changeset/itchy-oranges-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-cats-smash.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/khaki-melons-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Now tests results in ctrf scheme are attached to job from manual trigger tests.
5 changes: 5 additions & 0 deletions .changeset/late-kangaroos-punch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

You can now save, update, and delete filter presets on a page types list
5 changes: 5 additions & 0 deletions .changeset/late-pants-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": minor
---

Always add comment after tests to CORE release PR, even if previous job fails.
5 changes: 5 additions & 0 deletions .changeset/lemon-shrimps-obey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Gift card details page now show correct balance amount after update
5 changes: 5 additions & 0 deletions .changeset/loud-hats-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Menu item create dialog no more show static amount of item, now data is loading dynamically when user scrolls the list
5 changes: 0 additions & 5 deletions .changeset/loud-steaks-perform.md

This file was deleted.

6 changes: 6 additions & 0 deletions .changeset/lucky-hornets-hide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"saleor-dashboard": patch
---

Added `OrderLine` metadata editor when opening metadata modal for products on Order details page.
It now allows editing `OrderLine`'s `metadata` and `privateMetadata` and viewing (read-only) `metadata` and `privateMetadata` for `OrderLine.variant`
5 changes: 5 additions & 0 deletions .changeset/mean-points-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

You can now edit note in order details. Notes in order details now show id of note, id of related note and type of note "added" or "updated"
5 changes: 5 additions & 0 deletions .changeset/modern-pianos-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

"Apps" link in sidebar now shows an alert if one or more apps have failed or pending webhook deliveries. This means you can see if there are issues with your apps without having to enter app details.
5 changes: 0 additions & 5 deletions .changeset/moody-islands-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-apples-bake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nervous-flowers-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-mails-beg.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/new-monkeys-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

You can now open datagrid list item in new tab using cmd/ctrl button
5 changes: 5 additions & 0 deletions .changeset/odd-impalas-rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Adding changesets can be now skipped on Pull Requests by adding `skip changeset` label
5 changes: 0 additions & 5 deletions .changeset/perfect-olives-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-hornets-shout.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/pink-sheep-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": minor
---

Do not open cloud deployment release PR after automation tests for CORE
5 changes: 0 additions & 5 deletions .changeset/poor-ducks-mate.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/poor-files-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

`@radix-ui/react-portal` and `@radix-ui/react-radio-group` were added as explicit dependencies, previously these packages were assumed to be installed from `@saleor/macaw-ui`
5 changes: 0 additions & 5 deletions .changeset/pretty-hairs-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-mice-grab.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/proud-bulldogs-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Now product links on the collection points to the correct url.
5 changes: 0 additions & 5 deletions .changeset/proud-garlics-count.md

This file was deleted.

Loading