diff --git a/backend/static/index.html b/backend/static/index.html index 310c6da..7b8b567 100644 --- a/backend/static/index.html +++ b/backend/static/index.html @@ -169,6 +169,9 @@ + Soziales @@ -58,8 +60,9 @@ 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 — @@ -68,7 +71,8 @@ window.Page_jobs = (() => {

${trialStatus?.active ? `
- ✅ Dein Probezugang läuft noch ${trialStatus.remaining_days} Tage
` : ''} + + Dein Probezugang läuft noch ${trialStatus.remaining_days} Tage
` : ''}
@@ -99,7 +103,7 @@ window.Page_jobs = (() => { function _infoRow(icon, label, text) { return `
- ${icon} +
${icon}
${label}
${text}
@@ -109,15 +113,17 @@ window.Page_jobs = (() => { function _renderStatus(app) { const statusMap = { - 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)' }, + 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)' }, }; const s = statusMap[app.status] || statusMap.pending; return `
-
${s.icon}
+
+ +
${s.text}
Bewerbung eingereicht: ${app.created_at?.slice(0,10)} @@ -203,8 +209,9 @@ 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 5f872cb..65275d1 100644 --- a/backend/static/js/pages/movies.js +++ b/backend/static/js/pages/movies.js @@ -95,11 +95,11 @@ window.Page_movies = (() => {
- - + +
- +