feat(ui): ARIA-Abkuerzung ausgeschrieben in App-Ueber + Diagnostic-Einstellungen
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1469,7 +1469,8 @@ const SettingsScreen: React.FC = () => {
|
|||||||
<Text style={styles.aboutTitle}>ARIA Cockpit</Text>
|
<Text style={styles.aboutTitle}>ARIA Cockpit</Text>
|
||||||
<Text style={styles.aboutVersion}>Version {require('../../package.json').version}</Text>
|
<Text style={styles.aboutVersion}>Version {require('../../package.json').version}</Text>
|
||||||
<Text style={styles.aboutInfo}>
|
<Text style={styles.aboutInfo}>
|
||||||
Stefans Kommandozentrale f{'\u00FC'}r ARIA.{'\n'}
|
ARIA \u2014 Autonomous Reasoning & Intelligence Assistant.{'\n'}
|
||||||
|
Stefans Kommandozentrale.{'\n'}
|
||||||
Gebaut mit React Native + TypeScript.
|
Gebaut mit React Native + TypeScript.
|
||||||
</Text>
|
</Text>
|
||||||
<TouchableOpacity
|
<TouchableOpacity
|
||||||
|
|||||||
@@ -459,6 +459,14 @@
|
|||||||
<!-- ══════ TAB: Einstellungen ══════ -->
|
<!-- ══════ TAB: Einstellungen ══════ -->
|
||||||
<div id="tab-settings" class="main-tab">
|
<div id="tab-settings" class="main-tab">
|
||||||
|
|
||||||
|
<!-- Was ist ARIA? -->
|
||||||
|
<div class="settings-section">
|
||||||
|
<div class="card" style="max-width:700px;font-size:13px;color:#AAA;border-left:3px solid #0096FF;">
|
||||||
|
<strong style="color:#0096FF;">ARIA</strong> — Autonomous Reasoning & Intelligence Assistant.
|
||||||
|
Selbst gehosteter JARVIS-artiger KI-Assistent, gebaut von Stefan / HackerSoft Oldenburg.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- Betriebsmodus -->
|
<!-- Betriebsmodus -->
|
||||||
<div class="settings-section">
|
<div class="settings-section">
|
||||||
<h2>Betriebsmodus</h2>
|
<h2>Betriebsmodus</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user