fix: New Groups and Members + Styl: Flashmassage cleaned up
This commit is contained in:
11
GUESTS.md
11
GUESTS.md
@@ -2,7 +2,7 @@
|
||||
|
||||
Aktueller Stand der Login-Gruppen aus `backend/app.py` (`DEFAULT_INVITATION_GROUPS`).
|
||||
|
||||
Anzahl Gruppen: **41**
|
||||
Anzahl Gruppen: **40**
|
||||
|
||||
| Username | Rolle | Passwort | Members |
|
||||
|---|---|---|---|
|
||||
@@ -15,7 +15,7 @@ Anzahl Gruppen: **41**
|
||||
| Marcel & Kathrin | guest | `Marc&Kath24#` | Marcel, Kathrin |
|
||||
| Marie & Kai | guest | `Mari&Kai24!#` | Marie, Kai |
|
||||
| Familie Olsem | guest | `Olse!Fam24#?` | Laura, Sven, Lena, Finn |
|
||||
| Maxime | guest | `Maxi#Love24!` | Maxime, Freund |
|
||||
| Maxime | guest | `Maxi#Love24!` | Maxime |
|
||||
| Familie Löster | guest | `Loes@Ring24#` | Claudia, Mario, Mélodie |
|
||||
| Familie Thiels | guest | `Thie$Fest24!` | Matthias, Opa Bernd, Oma Heidi |
|
||||
| Familie Gollor | guest | `Goll%Herz24!` | Michael, Christin, Bruno |
|
||||
@@ -28,15 +28,14 @@ Anzahl Gruppen: **41**
|
||||
| Anna & Leon | guest | `Anna&Leo24!#` | Anna, Leon |
|
||||
| Aryan | guest | `Arya!Fest24#` | Aryan |
|
||||
| Sebastian | guest | `Seba$Ring24!` | Sebastian, Olivia |
|
||||
| Leander & Heni | guest | `Lea&Heni24!#` | Leander, Heni |
|
||||
| Flo | guest | `Flo!Liebe24#` | Flo |
|
||||
| Nico & Pia | guest | `Nico&Pia24!#` | Nico, Pia |
|
||||
| Kiki | guest | `Kiki!Rose24#` | Kiki |
|
||||
| Lana & Eric | guest | `Lan&Eric24!#` | Lana, Eric |
|
||||
| Britta | guest | `Brit!Tanz24#` | Britta |
|
||||
| Holzi | guest | `Holz!Ring24#` | Holzi |
|
||||
| Eirene | guest | `Eire$Fest24!` | Eirene |
|
||||
| Family Hynes | guest | `Hyne#Love24!` | Steven, Martha, William, Tim, Steven Jr. |
|
||||
| Family Hynes | guest | `Hyne&Fam24!#` | Michael, Traci, Bethany, Josiah, Nicholas |
|
||||
| Steven & Martha | guest | `Stev&Mart24!#` | Steven, Martha |
|
||||
| Timbo | guest | `Timb!Rose24#` | Timbo |
|
||||
| Karen & Jay | guest | `Kare&Jay24!#` | Karen, Jay |
|
||||
| Alina | guest | `Alin!Gold24#` | Alina |
|
||||
@@ -44,7 +43,7 @@ Anzahl Gruppen: **41**
|
||||
| Paul & Alix | guest | `Paul&Alx24!#` | Paul, Alix |
|
||||
| Alfred & Nadia | guest | `Alfr&Nad24!#` | Alfred, Nadia |
|
||||
| Anne-Marie & Erny | guest | `Anne&Ern24!#` | Anne-Marie, Erny |
|
||||
| Familie Kieffer | guest | `Kief!Fest24#` | Anny, John, Jana |
|
||||
| Familie Kieffer | guest | `Kief!Fest24#` | Anny, John |
|
||||
| Peter | guest | `Peter!Fest26#` | Peter |
|
||||
| Johanna | guest | `Joha!Fest26#` | Johanna |
|
||||
|
||||
|
||||
@@ -96,7 +96,7 @@ DEFAULT_INVITATION_GROUPS = [
|
||||
"name": "Maxime",
|
||||
"password": "Maxi#Love24!",
|
||||
"role": "guest",
|
||||
"members": ["Maxime", "Freund"],
|
||||
"members": ["Maxime"],
|
||||
},
|
||||
{
|
||||
"name": "Familie Löster",
|
||||
@@ -145,19 +145,7 @@ DEFAULT_INVITATION_GROUPS = [
|
||||
"role": "guest",
|
||||
"members": ["Sebastian", "Olivia"],
|
||||
},
|
||||
{
|
||||
"name": "Leander & Heni",
|
||||
"password": "Lea&Heni24!#",
|
||||
"role": "guest",
|
||||
"members": ["Leander", "Heni"],
|
||||
},
|
||||
{"name": "Flo", "password": "Flo!Liebe24#", "role": "guest", "members": ["Flo"]},
|
||||
{
|
||||
"name": "Nico & Pia",
|
||||
"password": "Nico&Pia24!#",
|
||||
"role": "guest",
|
||||
"members": ["Nico", "Pia"],
|
||||
},
|
||||
{"name": "Kiki", "password": "Kiki!Rose24#", "role": "guest", "members": ["Kiki"]},
|
||||
{
|
||||
"name": "Lana & Eric",
|
||||
@@ -170,9 +158,15 @@ DEFAULT_INVITATION_GROUPS = [
|
||||
{"name": "Eirene", "password": "Eire$Fest24!", "role": "guest", "members": ["Eirene"]},
|
||||
{
|
||||
"name": "Family Hynes",
|
||||
"password": "Hyne#Love24!",
|
||||
"password": "Hyne&Fam24!#",
|
||||
"role": "guest",
|
||||
"members": ["Steven", "Martha", "William", "Tim", "Steven Jr."],
|
||||
"members": ["Michael", "Traci", "Bethany", "Josiah", "Nicholas"],
|
||||
},
|
||||
{
|
||||
"name": "Steven & Martha",
|
||||
"password": "Stev&Mart24!#",
|
||||
"role": "guest",
|
||||
"members": ["Steven", "Martha"],
|
||||
},
|
||||
{"name": "Timbo", "password": "Timb!Rose24#", "role": "guest", "members": ["Timbo"]},
|
||||
{
|
||||
@@ -205,7 +199,7 @@ DEFAULT_INVITATION_GROUPS = [
|
||||
"name": "Familie Kieffer",
|
||||
"password": "Kief!Fest24#",
|
||||
"role": "guest",
|
||||
"members": ["Anny", "John", "Jana"],
|
||||
"members": ["Anny", "John"],
|
||||
},
|
||||
{"name": "Peter", "password": "Peter!Fest26#", "role": "guest", "members": ["Peter"]},
|
||||
{"name": "Johanna", "password": "Joha!Fest26#", "role": "guest", "members": ["Johanna"]},
|
||||
|
||||
Binary file not shown.
@@ -801,12 +801,19 @@ input[type="file"]:focus {
|
||||
}
|
||||
}
|
||||
|
||||
.container > .flash,
|
||||
.flash {
|
||||
padding: 0.7rem 0.9rem;
|
||||
border-radius: 10px;
|
||||
background: linear-gradient(180deg, #fff6f3 0%, #f9f0e7 100%);
|
||||
border: 1px solid rgba(109, 47, 61, 0.25);
|
||||
width: min(760px, 100%);
|
||||
padding: 0.85rem 1.1rem;
|
||||
margin: 0 auto 1.1rem;
|
||||
border-radius: 16px;
|
||||
background: linear-gradient(180deg, rgba(255, 248, 244, 0.96) 0%, rgba(249, 240, 231, 0.98) 100%);
|
||||
border: 1px solid rgba(109, 47, 61, 0.18);
|
||||
color: #4c2330;
|
||||
text-align: center !important;
|
||||
box-shadow:
|
||||
0 10px 24px rgba(109, 47, 61, 0.08),
|
||||
0 1px 0 rgba(255, 255, 255, 0.5) inset;
|
||||
}
|
||||
|
||||
.gallery-grid {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Source+Sans+3:wght@400;500;600&display=swap" rel="stylesheet" />
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='styles.css') }}" />
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='styles.css', v='20260321a') }}" />
|
||||
</head>
|
||||
<body>
|
||||
<header class="topbar">
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user