mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-05 08:55:54 +08:00
learn ui vereinfachen
This commit is contained in:
@@ -14,19 +14,6 @@
|
||||
</div>
|
||||
|
||||
<div class="hud-right">
|
||||
<button
|
||||
v-if="primaryObjective"
|
||||
type="button"
|
||||
class="next-objective"
|
||||
:aria-label="`Go to ${primaryObjective.title}`"
|
||||
@click="goToPrimaryObjective"
|
||||
>
|
||||
<span class="next-header">
|
||||
<span class="next-label">Next up</span>
|
||||
<span class="next-status">{{ primaryObjective.status }}</span>
|
||||
</span>
|
||||
<span class="next-value">{{ primaryObjective.title }}</span>
|
||||
</button>
|
||||
|
||||
<!-- Quick ATC: Voice & Level -->
|
||||
<div class="chip inline">
|
||||
@@ -71,7 +58,6 @@
|
||||
<div class="hero-orb-core">
|
||||
<span class="hero-orb-level">Lvl {{ level }}</span>
|
||||
<span class="hero-orb-progress">{{ levelProgress }}%</span>
|
||||
<span class="hero-orb-caption">{{ xpToNextLevel }} XP to L{{ nextLevel }}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="hero-highlight-meta">
|
||||
@@ -144,13 +130,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="actions">
|
||||
<button class="btn primary" type="button" @click="panel='hub'">
|
||||
<v-icon>mdi-play</v-icon>
|
||||
Mission hub
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="season" v-if="primaryObjective">
|
||||
<div class="season-head">
|
||||
<span>Today's focus</span>
|
||||
@@ -326,7 +305,7 @@
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div v-if="activeLesson" class="module-detail">
|
||||
<div class="console">
|
||||
<div v-if="scenario" class="scenario-bar">
|
||||
@@ -420,7 +399,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col">
|
||||
<div class="label">Your readback</div>
|
||||
<div class="panel readback-panel">
|
||||
@@ -479,7 +458,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div v-if="current" class="lesson-actions">
|
||||
<div class="lesson-actions-meta">
|
||||
<div v-if="nextLessonMeta" class="muted small">
|
||||
@@ -3443,13 +3422,6 @@ onMounted(() => {
|
||||
color: var(--t3)
|
||||
}
|
||||
|
||||
.hero-orb-caption {
|
||||
font-size: 11px;
|
||||
letter-spacing: .08em;
|
||||
color: var(--t3);
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.hero-highlight-meta {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user