Map Management: Show Groups (#16005)

* Map Management: Show Groups

* reorganize group selector a bit

* Use uuid to prevent issues with unicode strings and other oddities

* Edit buttons should not be primary

* Reactivity for small screens
This commit is contained in:
Tony Murray
2024-05-03 18:30:03 -05:00
committed by GitHub
parent 3313949ea7
commit 5b20886732
6 changed files with 63 additions and 35 deletions

View File

@@ -44,7 +44,7 @@ return [
'saving' => 'Saving...',
'save_errors' => 'Save failed due to the following errors:',
'save_error' => 'Save failed. Server returned error response code: :code',
'delete' => 'Delete Map',
'delete' => 'Delete :name?',
'list' => 'Return to map list',
'unsavedchanges' => 'You have unsaved changes. Press confirm to discard changes and return to the map list, or cancel to return to the editor.',
'edit' => 'Edit Map Settings',