Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
82d889f
Fresh look based one schedule from 2024.
nikoshell Apr 16, 2025
e043c7c
Fix posters style.
nikoshell Apr 16, 2025
3912699
Merge branch 'ep2025' into ep2025-schedule
nikoshell Apr 16, 2025
c83d87d
Add preview schedule endpoint.
nikoshell Apr 16, 2025
358751f
Update TS types.
nikoshell Apr 16, 2025
47d75c5
Update style.
nikoshell Apr 16, 2025
e4c0491
Fix missing prod .env keys.
nikoshell Apr 16, 2025
fdcedcc
Update layouts.
nikoshell Apr 16, 2025
0325611
Merge branch 'ep2025' into ep2025-schedule
nikoshell Apr 17, 2025
a2fc8f8
Schedule view updates.
nikoshell Apr 19, 2025
431cc9c
Update mobile view.
nikoshell Apr 19, 2025
03f3a06
Update talks and tutorials.
nikoshell Apr 19, 2025
fc49540
Talk and tutorial.
nikoshell Apr 19, 2025
568e6ad
Update talks and tutorials.
nikoshell Apr 19, 2025
b436e01
Update for posters.
nikoshell Apr 20, 2025
a67f689
Full view for schedule.
nikoshell Apr 21, 2025
932a10b
Update full view for all schedule layouts.
nikoshell Apr 22, 2025
0272da3
Clean up layouts and types.
nikoshell Apr 22, 2025
81dc2d1
Update schedule endpoints.
nikoshell Apr 22, 2025
91c6ae8
Update schedule endpoint for preview.
nikoshell Apr 22, 2025
0235446
Clean up layout styles.
nikoshell Apr 22, 2025
89222a3
Merge branch 'ep2025' into ep2025-schedule
nikoshell Apr 22, 2025
39147ac
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 22, 2025
73b7d5e
Clean up styles and change mobile room style.
nikoshell Apr 22, 2025
1ae1eb6
Update titles and descriptions.
nikoshell Apr 23, 2025
a6b4617
Fix typescript for ScheduleLayout
nikoshell Apr 23, 2025
9ec1ef5
Remove tutorials double headline.
nikoshell Apr 23, 2025
153feba
Remove dead comments.
nikoshell Apr 23, 2025
92c89c7
Merge branch 'ep2025' into ep2025-schedule
nikoshell Apr 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
EP_SESSIONS_API="https://static.europython.eu/programme/ep2025/releases/current/sessions.json"
EP_SPEAKERS_API="https://static.europython.eu/programme/ep2025/releases/current/speakers.json"
EP_SCHEDULE_API="https://static.europython.eu/programme/ep2025/releases/current/schedule.json"
6 changes: 3 additions & 3 deletions .env.preview
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
EP_SESSIONS_API="https://static.europython.eu/programme/ep2024/releases/current/sessions.json"
EP_SPEAKERS_API="https://gist.githubusercontent.com/nikoshell/24f8c99de3758dc4ed1391876c382b43/raw/bdf11fe89e5010f35dc1351e9b71c02a19adefe2/24speakers.json"
EP_SCHEDULE_API="https://static.europython.eu/programme/ep2024/releases/current/schedule.json"
EP_SESSIONS_API="https://static.europython.eu/programme/ep2025/releases/current/sessions.json"
EP_SPEAKERS_API="https://static.europython.eu/programme/ep2025/releases/current/speakers.json"
EP_SCHEDULE_API="https://static.europython.eu/programme/ep2025/releases/current/schedule.json"
1 change: 1 addition & 0 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
EP_SESSIONS_API="https://static.europython.eu/programme/ep2025/releases/current/sessions.json"
EP_SPEAKERS_API="https://static.europython.eu/programme/ep2025/releases/current/speakers.json"
EP_SCHEDULE_API="https://static.europython.eu/programme/ep2025/releases/current/schedule.json"
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@
"@astrojs/mdx": "^4.2.3",
"@astrojs/react": "^4.2.3",
"@astrojs/sitemap": "^3.3.0",
"@astrojs/tailwind": "^5.1.4",
"@fontsource-variable/inter": "^5.1.1",
"@astrojs/tailwind": "^5.1.5",
"@fontsource-variable/inter": "^5.2.5",
"@fortawesome/fontawesome-free": "^6.7.2",
"@tailwindcss/typography": "^0.5.16",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"astro": "^5.1.6",
"astro": "^5.5.2",
"astro-delete-unused-images": "^1.0.3",
"astro-meta-tags": "^0.3.1",
"astro-pagefind": "^1.8.1",
"astro-pagefind": "^1.8.3",
"astro-preload": "^1.1.2",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"hastscript": "^9.0.0",
"hastscript": "^9.0.1",
"js-yaml": "^4.1.0",
"marked": "^15.0.7",
"pagefind": "^1.3.0",
Expand All @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"prettier": "^3.4.2",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1"
},
"prettier": {
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions src/components/schedule/break.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,19 @@ export interface Props {
const { time, title, style }: Props = Astro.props;
---

<div class="break" style={style}>
<div class="break" style={style} aria-label=`${time} ${title}` >
{time}{" "}
{title}
<span class="sr-only">{time} {title}</span>
</div>

<style>
.break {
background: var(--color-session-neutral);
color: var(--color-text);
display: flex;
align-items: center;
font-weight: bold;
text-align: center;
justify-items: center;
padding-left: 8px;
background-color: #FCFBFA;
}
</style>
Loading
Loading