App-Store-Badge nachgebaut (offizielles 'Laden im App Store', brauner Rand #C4843A) als /img/appstore-badge-de.svg — Hero, iOS-Abschnitt & Profil nutzen jetzt das Badge statt Eigenbau-Buttons, v1275
This commit is contained in:
parent
ad252c66c9
commit
5138b2a411
7 changed files with 30 additions and 28 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Router, State-Management, Navigation, Initialisierung.
|
||||
============================================================ */
|
||||
|
||||
const APP_VER = '1274'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VER = '1275'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VERSION = '1.6.0'; // ← semantische Version, wird bei make release gesetzt
|
||||
window.APP_VER = APP_VER; // global verfügbar für andere Module (z.B. offline-indicator)
|
||||
window.APP_VERSION = APP_VERSION;
|
||||
|
|
|
|||
|
|
@ -900,15 +900,13 @@ window.Page_settings = (() => {
|
|||
<span>Installations-Anleitung</span>
|
||||
<span style="margin-left:auto;color:var(--c-text-secondary)">›</span>
|
||||
</div>
|
||||
<a class="sidebar-item" href="https://apps.apple.com/app/ban-yaro-go/id6775012705"
|
||||
rel="noopener"
|
||||
style="padding:var(--space-4);border-radius:0;cursor:pointer;text-decoration:none;border-top:1px solid var(--c-border)">
|
||||
<svg class="ph-icon" style="color:#0a84ff" aria-hidden="true"><use href="/icons/phosphor.svg#app-store-logo"></use></svg>
|
||||
<a href="https://apps.apple.com/app/ban-yaro-go/id6775012705" rel="noopener"
|
||||
style="display:flex;align-items:center;gap:var(--space-3);padding:var(--space-4);text-decoration:none;border-top:1px solid var(--c-border)">
|
||||
<div style="display:flex;flex-direction:column;gap:1px;flex:1;min-width:0">
|
||||
<span style="font-weight:600;color:var(--c-text)">Ban Yaro Go fürs iPhone</span>
|
||||
<span class="text-xs-secondary">Im App Store · Tracking im Hintergrund, offline dabei</span>
|
||||
<span class="text-xs-secondary">Tracking im Hintergrund, offline dabei</span>
|
||||
</div>
|
||||
<svg class="ph-icon" style="margin-left:auto;width:16px;height:16px;color:var(--c-text-secondary)" aria-hidden="true"><use href="/icons/phosphor.svg#arrow-square-out"></use></svg>
|
||||
<img src="/img/appstore-badge-de.svg" alt="Laden im App Store" style="height:42px;width:auto;flex-shrink:0">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue