feat(journey-editor): JourneyEditor frontend — issue #753 #792

Open
marcel wants to merge 92 commits from feat/issue-753-journey-editor into feat/issue-750-lesereisen-data-model
4 changed files with 4 additions and 1 deletions
Showing only changes of commit 7e6030a4fc - Show all commits

View File

@@ -1188,6 +1188,7 @@
"journey_move_down": "'{title}' nach unten verschieben",
"journey_note_error": "Notiz konnte nicht gespeichert werden",
"journey_item_moved": "Eintrag {position} von {total} — nach Position {newPosition} verschoben",
"journey_remove_item_aria": "Eintrag entfernen",
"journey_remove_confirm": "Wirklich entfernen?",
"journey_remove_confirm_yes": "Bestätigen",
"journey_remove_confirm_cancel": "Abbrechen",

View File

@@ -1188,6 +1188,7 @@
"journey_move_down": "Move '{title}' down",
"journey_note_error": "Could not save note",
"journey_item_moved": "Entry {position} of {total} — moved to position {newPosition}",
"journey_remove_item_aria": "Remove item",
"journey_remove_confirm": "Really remove?",
"journey_remove_confirm_yes": "Confirm",
"journey_remove_confirm_cancel": "Cancel",

View File

@@ -1188,6 +1188,7 @@
"journey_move_down": "Bajar '{title}'",
"journey_note_error": "No se pudo guardar la nota",
"journey_item_moved": "Entrada {position} de {total} — movida a la posición {newPosition}",
"journey_remove_item_aria": "Eliminar entrada",
"journey_remove_confirm": "¿Realmente eliminar?",
"journey_remove_confirm_yes": "Confirmar",
"journey_remove_confirm_cancel": "Cancelar",

View File

@@ -144,7 +144,7 @@ function handleRemoveClick() {
<button
type="button"
onclick={handleRemoveClick}
aria-label={m.journey_remove_confirm()}
aria-label={m.journey_remove_item_aria()}
class="-m-1 rounded p-3 text-ink-3 hover:text-danger focus:outline-none focus-visible:ring-2 focus-visible:ring-focus-ring"
>
<svg