Commit Graph

57 Commits

Author SHA1 Message Date
730e041794 feat(kursy/urls.py): add oauth2/ url 2026-03-19 15:22:11 +01:00
12de01c2dc chore(settings/base.py): add oauth to INSTALLED_APPS and MIDDLEWARE 2026-03-18 11:47:58 +01:00
ac31336acc feat(kusry/urls.py): include home urls 2026-03-18 10:24:14 +01:00
899ed539c4 feat(locale/pl): update polish translations 2026-03-17 12:52:43 +01:00
c22ef183f8 feat(locale/en): update english translations 2026-03-17 12:52:32 +01:00
397336457f refactor(calendar.html): change API URLs and event to occurrence 2026-03-17 12:15:56 +01:00
f2a1534e63 refactor(urls.py): rewrite paths after EventOccurrence addition 2026-03-17 12:13:22 +01:00
b8f9173628 feat(templates/occurrence_detail.html): add occurrence_detail template 2026-03-17 12:12:29 +01:00
c55fe40db0 feat(views.py): adapt views after for EventOccurrences 2026-03-17 12:08:07 +01:00
fa06fb3854 feat(views.py): set event color to gray on frontend if is past 2026-03-16 14:00:38 +01:00
af05e9186e feat(header.html): add link to course calendar 2026-03-16 13:46:19 +01:00
3514b2d893 feat(locale/en): update english translations 2026-03-16 13:45:59 +01:00
f845b06515 feat(locale/pl): update polish translations 2026-03-16 13:45:39 +01:00
eb526618d1 feat(views.py): provide color and tags fields to calendar 2026-03-16 13:16:04 +01:00
5f21e7042f feat(base.py): add wagtail_color_panel to INSTALLED_APPS 2026-03-16 13:14:32 +01:00
8f47f14611 perf(calendar.html): load modal faster 2026-03-16 12:40:45 +01:00
4e4774081e fix(header.html): make language switcher always on top 2026-03-16 12:35:58 +01:00
cf0a4777ca feat(views.py): add views for calendar API and event signin/out 2026-03-16 12:30:27 +01:00
9890a51635 feat(urls.py): add routes to calendar api and event signin/out 2026-03-16 12:29:22 +01:00
f8193e9c47 feat(calendar.html): allow calendar to scroll 2026-03-16 12:28:07 +01:00
1a0e2c6f59 feat(calendar.html): add showModal() function and save currently viewed event to get params 2026-03-16 12:27:46 +01:00
6c3fc5241e feat(base.html): put body and content blocks in a flexbox 2026-03-16 12:26:42 +01:00
0e066941ad feat(kursy/urls.py): add calendar url 2026-03-13 14:37:51 +01:00
ac27498885 feat(kursy/views.py): add calendar view 2026-03-13 14:37:51 +01:00
cf5d7f2384 feat(calendar.html): add calendar template 2026-03-13 14:37:51 +01:00
cfd174a233 feat(base.html): add justify-center to body 2026-03-13 14:37:42 +01:00
766330401e fix(templates/base.html): center the content div on page 2026-03-12 14:23:50 +01:00
f57e594e9c refactor(header.html): use one unified search bar 2026-03-12 13:47:11 +01:00
240e0c654c feat(header.html): use wagtail site name instead of hard-coded 2026-03-12 10:22:04 +01:00
7de7fabf54 chore(locale/pl): correct 'Logout' to 'Wyloguj się' 2026-03-12 09:54:14 +01:00
a303125b2b chore(locale/pl): add new strings 2026-03-11 14:56:26 +01:00
746b00ed91 chore(locale/en): add new strings 2026-03-11 14:56:15 +01:00
51c4db3d2b feat(profile.html): replace no courses message with translatable string 2026-03-11 14:55:45 +01:00
afedc3bbc4 refactor(base.html): fix indentation to 2 spaces 2026-03-11 14:52:08 +01:00
afd3703968 feat(settings/base.py): use allauth login for WAGTAIL_FRONTEND_LOGIN_TEMPLATE 2026-03-11 14:50:21 +01:00
4439fd1003 feat(kursy/urls.py): add django_browser_reload url path 2026-03-11 14:47:18 +01:00
54be520743 feat(settings/dev.py): add django_browser_reload to installed apps and middleware on dev 2026-03-11 14:46:44 +01:00
6f0f9e359d feat: override allauth_ui container component to remove padding 2026-03-11 13:38:18 +01:00
8dda2ecd52 feat(templates/header.html): make search bar responsive 2026-03-11 12:58:05 +01:00
87989fb134 feat(locale): add polish locale 2026-03-11 12:39:10 +01:00
c1eae9ced7 chore(locale/en): refresh english locale 2026-03-11 12:39:05 +01:00
876c083674 fix(templates/profile.html): fix up trans blocks 2026-03-11 12:38:09 +01:00
a692fde6fd feat(templates/header.html): add language switchen in header 2026-03-11 12:37:39 +01:00
2fd6ee5a73 feat(templates/base.html): enclose content block in padded div 2026-03-11 12:37:00 +01:00
81e3f99187 feat(kursy/urls.py): add i18n/ path 2026-03-11 12:36:31 +01:00
f26da36700 feat(settings/base.py): add LOCALE_PATHS 2026-03-11 12:35:26 +01:00
6c56696240 refactor(header.html): use flexbox for elements 2026-03-11 12:32:39 +01:00
6665765b83 feat(templates/403.html): add template for 403 2026-03-11 12:28:43 +01:00
db995cc848 feat(kursy/base.html): include flaticon icons 2026-03-11 12:25:27 +01:00
32b6a60c7f feat(base.py): use allauth_ui for allauth templates 2026-03-11 11:15:40 +01:00