Knigge: Padding auf Voting/KI-Rat/Haftpflicht-Cards — SW by-v419
This commit is contained in:
parent
c272812661
commit
aa49ff1f85
3 changed files with 5 additions and 5 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
Router, State-Management, Navigation, Initialisierung.
|
Router, State-Management, Navigation, Initialisierung.
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
|
||||||
const APP_VER = '397'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
const APP_VER = '398'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||||
|
|
||||||
const App = (() => {
|
const App = (() => {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -173,7 +173,7 @@ window.Page_knigge = (() => {
|
||||||
// ----------------------------------------------------------
|
// ----------------------------------------------------------
|
||||||
function _renderVoting() {
|
function _renderVoting() {
|
||||||
const cards = SZENARIEN.map(s => `
|
const cards = SZENARIEN.map(s => `
|
||||||
<div class="card" style="margin-bottom:var(--space-4)" id="sz-${s.id}">
|
<div class="card" style="margin-bottom:var(--space-4);padding:var(--space-4)" id="sz-${s.id}">
|
||||||
<p style="font-weight:var(--weight-semibold);margin-bottom:var(--space-3);line-height:1.5">
|
<p style="font-weight:var(--weight-semibold);margin-bottom:var(--space-3);line-height:1.5">
|
||||||
${_esc(s.frage)}
|
${_esc(s.frage)}
|
||||||
</p>
|
</p>
|
||||||
|
|
@ -295,7 +295,7 @@ window.Page_knigge = (() => {
|
||||||
<h2 style="font-size:var(--text-lg);font-weight:700;margin:var(--space-6) 0 var(--space-3)">
|
<h2 style="font-size:var(--text-lg);font-weight:700;margin:var(--space-6) 0 var(--space-3)">
|
||||||
${UI.icon('robot')} KI-Situationsberater
|
${UI.icon('robot')} KI-Situationsberater
|
||||||
</h2>
|
</h2>
|
||||||
<div class="card">
|
<div class="card" style="padding:var(--space-4)">
|
||||||
<textarea id="ki-situation-input" class="form-control"
|
<textarea id="ki-situation-input" class="form-control"
|
||||||
rows="3"
|
rows="3"
|
||||||
placeholder="Beschreibe deine Situation…"
|
placeholder="Beschreibe deine Situation…"
|
||||||
|
|
@ -363,7 +363,7 @@ window.Page_knigge = (() => {
|
||||||
<h2 style="font-size:var(--text-lg);font-weight:700;margin:var(--space-6) 0 var(--space-3)">
|
<h2 style="font-size:var(--text-lg);font-weight:700;margin:var(--space-6) 0 var(--space-3)">
|
||||||
${UI.icon('shield')} Haftpflicht-Hinweise
|
${UI.icon('shield')} Haftpflicht-Hinweise
|
||||||
</h2>
|
</h2>
|
||||||
<div class="card" style="margin-bottom:var(--space-8)">
|
<div class="card" style="margin-bottom:var(--space-8);padding:var(--space-4)">
|
||||||
<ul style="list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-3)">
|
<ul style="list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-3)">
|
||||||
<li style="display:flex;gap:var(--space-3);align-items:flex-start">
|
<li style="display:flex;gap:var(--space-3);align-items:flex-start">
|
||||||
<span style="font-size:1.2rem;flex-shrink:0">${UI.icon('scales')}</span>
|
<span style="font-size:1.2rem;flex-shrink:0">${UI.icon('scales')}</span>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
Offline-Cache + Push Notifications + Tile-Cache
|
Offline-Cache + Push Notifications + Tile-Cache
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
|
||||||
const CACHE_VERSION = 'by-v418';
|
const CACHE_VERSION = 'by-v419';
|
||||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||||
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
|
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue