feat(dashboard): refactor location list UI to use data table (#13571)

* wip: convert location list to a table

* chore: changeset

* fix: rm search bluring on loading change

* feat: translations and palceholders, cleanup, make content more compact

* fix: delete message

* chore: optimise use memo

* fix: update toast

* feat: make stock location address searchable

* fix: search input blur on load finish
This commit is contained in:
Frane Polić
2025-09-24 10:29:13 +02:00
committed by GitHub
parent 6e806942c7
commit 10787c865f
15 changed files with 373 additions and 134 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/dashboard": patch
---
feat(dashboard): refactor location list UI to use data table