diff --git a/backend/static/index.html b/backend/static/index.html index 7b8b567..21afd73 100644 --- a/backend/static/index.html +++ b/backend/static/index.html @@ -169,9 +169,6 @@ - Soziales @@ -60,9 +56,8 @@ window.Page_jobs = (() => {
-
- - Luna 14 Tage kostenlos testen +
+ 🤖 Luna 14 Tage kostenlos testen

Mit deiner Bewerbung schalten wir dir sofort den vollen Zugang zu Luna frei — @@ -71,8 +66,7 @@ window.Page_jobs = (() => {

${trialStatus?.active ? `
- - Dein Probezugang läuft noch ${trialStatus.remaining_days} Tage
` : ''} + ✅ Dein Probezugang läuft noch ${trialStatus.remaining_days} Tage
` : ''}
@@ -103,7 +97,7 @@ window.Page_jobs = (() => { function _infoRow(icon, label, text) { return `
-
${icon}
+ ${icon}
${label}
${text}
@@ -113,24 +107,22 @@ window.Page_jobs = (() => { function _renderStatus(app) { const statusMap = { - pending: { icon: 'clock', text: 'Deine Bewerbung ist eingegangen — wir melden uns bald!', color: 'var(--c-text-secondary)' }, - reviewing: { icon: 'magnifying-glass', text: 'Wir schauen uns deine Bewerbung gerade genauer an.', color: '#0284c7' }, - accepted: { icon: 'check-circle', text: 'Herzlichen Glückwunsch — du bist dabei!', color: 'var(--c-success)' }, - rejected: { icon: 'x', text: 'Es hat diesmal leider nicht geklappt.', color: 'var(--c-danger)' }, + pending: { icon: '⏳', text: 'Deine Bewerbung ist eingegangen — wir melden uns bald!', color: 'var(--c-text-secondary)' }, + reviewing: { icon: '🔍', text: 'Wir schauen uns deine Bewerbung gerade genauer an.', color: '#0284c7' }, + accepted: { icon: '🎉', text: 'Herzlichen Glückwunsch — du bist dabei!', color: 'var(--c-success)' }, + rejected: { icon: '😔', text: 'Es hat diesmal leider nicht geklappt.', color: 'var(--c-danger)' }, }; const s = statusMap[app.status] || statusMap.pending; return `
-
- -
+
${s.icon}
${s.text}
Bewerbung eingereicht: ${app.created_at?.slice(0,10)}
${app.admin_note ? `
${_esc(app.admin_note)}
` : ''} + color:var(--c-text-secondary);text-align:left">${UI.esc(app.admin_note)}
` : ''}
`; } @@ -147,13 +139,13 @@ window.Page_jobs = (() => {
+ value="${u ? UI.esc(u.name) : ''}" placeholder="Vorname oder Nickname" required>
+ value="${u ? UI.esc(u.email || '') : ''}" placeholder="deine@email.de" required>
@@ -209,9 +201,8 @@ window.Page_jobs = (() => { bekommst du sofort den 14-tägigen Luna-Probezugang.
` : ''} - diff --git a/backend/static/js/pages/movies.js b/backend/static/js/pages/movies.js index 552928d..5f872cb 100644 --- a/backend/static/js/pages/movies.js +++ b/backend/static/js/pages/movies.js @@ -93,13 +93,13 @@ window.Page_movies = (() => {
- - - - + + + +
- +