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:
@@ -5834,9 +5834,23 @@
|
||||
"properties": {
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"noRecordsMessage": {
|
||||
"type": "string"
|
||||
},
|
||||
"noRecordsMessageEmpty": {
|
||||
"type": "string"
|
||||
},
|
||||
"noRecordsMessageFiltered": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": ["description"],
|
||||
"required": [
|
||||
"description",
|
||||
"noRecordsMessage",
|
||||
"noRecordsMessageEmpty",
|
||||
"noRecordsMessageFiltered"
|
||||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"create": {
|
||||
@@ -5876,9 +5890,12 @@
|
||||
"properties": {
|
||||
"confirmation": {
|
||||
"type": "string"
|
||||
},
|
||||
"successToast": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": ["confirmation"],
|
||||
"required": ["confirmation", "successToast"],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"fulfillmentProviders": {
|
||||
|
||||
Reference in New Issue
Block a user