diff --git a/resources/Crewli - Artist Timetable Management/app.jsx b/resources/Crewli - Artist Timetable Management/app.jsx index d74d125e..22ac4fc3 100644 --- a/resources/Crewli - Artist Timetable Management/app.jsx +++ b/resources/Crewli - Artist Timetable Management/app.jsx @@ -188,8 +188,6 @@ function App() { return (
- -
-
- c - Crewli - -
-
- - Stichting Feestfab… -
- -
Stichting Feestfabriek
- - - ); -} - // minimal inline icons function Icon({ name }) { const common = { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", stroke: "currentColor", strokeWidth: 1.4, strokeLinecap: "round", strokeLinejoin: "round" }; @@ -437,30 +392,6 @@ function Header({ dayCounts, conflicts, activeDayId, onChangeDay, onOpenMatrix, const D = window.CrewliData; return (
-
- -
-
- {D.EVENT.name} - Festival -
-
10-07-2026 – 11-07-2026 · Timetable
-
-
- - -
- -
- - - - - - - -
-
{D.EVENT.days.map(d => ( diff --git a/resources/Crewli - Artist Timetable Management/Crewli Timetable.html b/resources/Crewli - Artist Timetable Management/crewli-timetable.html similarity index 99% rename from resources/Crewli - Artist Timetable Management/Crewli Timetable.html rename to resources/Crewli - Artist Timetable Management/crewli-timetable.html index d3071c34..e5f3eacd 100644 --- a/resources/Crewli - Artist Timetable Management/Crewli Timetable.html +++ b/resources/Crewli - Artist Timetable Management/crewli-timetable.html @@ -1,3 +1,4 @@ + diff --git a/resources/Crewli - Artist Timetable Management/styles.css b/resources/Crewli - Artist Timetable Management/styles.css index 20b4a78c..afc6d494 100644 --- a/resources/Crewli - Artist Timetable Management/styles.css +++ b/resources/Crewli - Artist Timetable Management/styles.css @@ -51,7 +51,7 @@ input, select, textarea { font-family: inherit; } /* ─── App shell ─────────────────────────────────────────────────── */ .cw-app { display: grid; - grid-template-columns: 232px 1fr; + grid-template-columns: 1fr; height: 100vh; overflow: hidden; } @@ -176,7 +176,6 @@ input, select, textarea { font-family: inherit; } .cw-hdr-bar { display: flex; align-items: center; gap: 12px; padding: 12px 0; - border-top: 1px solid var(--border); } /* ─── Day tabs ──────────────────────────────────────────────────── */ diff --git a/resources/Crewli - Artist Timetable Management/uploads/pasted-1778201672092-0.png b/resources/Crewli - Artist Timetable Management/uploads/pasted-1778201672092-0.png deleted file mode 100644 index bed5c449..00000000 Binary files a/resources/Crewli - Artist Timetable Management/uploads/pasted-1778201672092-0.png and /dev/null differ