diff --git a/app/components/live-atc/cockpit/HelpDialog.vue b/app/components/live-atc/cockpit/HelpDialog.vue new file mode 100644 index 0000000..e142ebd --- /dev/null +++ b/app/components/live-atc/cockpit/HelpDialog.vue @@ -0,0 +1,71 @@ + + + + + + + {{ helpContent.title }} + + {{ lang === 'de' ? 'EN' : 'DE' }} + + + + {{ helpContent.intro }} + + + {{ step.icon }} + + {{ step.title }} + {{ step.text }} + + + + + + + + {{ lang === 'de' ? 'Verstanden' : 'Got it' }} + + + + + diff --git a/app/components/live-atc/cockpit/TransmissionIssueDialog.vue b/app/components/live-atc/cockpit/TransmissionIssueDialog.vue new file mode 100644 index 0000000..cf922dd --- /dev/null +++ b/app/components/live-atc/cockpit/TransmissionIssueDialog.vue @@ -0,0 +1,56 @@ + + + + + + + + Mark transmission as faulty + + + + Optionally leave a short note so the dev team can follow up on the transmission. + + + + + + Cancel + + + Remove flag + + + Save + + + + + diff --git a/app/pages/live-atc.vue b/app/pages/live-atc.vue index 423eae3..70b7fe6 100644 --- a/app/pages/live-atc.vue +++ b/app/pages/live-atc.vue @@ -144,81 +144,31 @@ - - - - - - Mark transmission as faulty - - - - Optionally leave a short note so the dev team can follow up on the transmission. - - - - - - Cancel - - - Remove flag - - - Save - - - - + - - - - {{ helpContent.title }} - - {{ helpLang === 'de' ? 'EN' : 'DE' }} - - - - {{ helpContent.intro }} - - - {{ step.icon }} - - {{ step.title }} - {{ step.text }} - - - - - - - - {{ helpLang === 'de' ? 'Verstanden' : 'Got it' }} - - - - +
{{ helpContent.intro }}
+ Optionally leave a short note so the dev team can follow up on the transmission. +
- Optionally leave a short note so the dev team can follow up on the transmission. -