Matthew Holloway
af21347b67
fix: Dark mode bug, pinia store reset across Vite entry points ( #7851 )
2024-08-23 17:50:31 -05:00
Matthew Holloway
e5e6c9bc89
feat: Site status message ( #7659 )
...
* Status WIP
* feat: Status
* fix: Status tests
* feat: status redirect
* chore: Status tests
* chore: Status tests
* feat: Status tests
* chore: Status playwright tests
* fix: PR feedback, mostly Vue and copyright dates
* fix: Status model migration tidy up
* chore: Status - one migration
* feat: status on doc/html pages
* chore: Resetting Status migration
* chore: removing unused FieldError
* fix: Update Status test to remove 'by'
* chore: fixing API test to exclude 'status'
* chore: fixing status_page test
* feat: Site Status PR feedback. URL coverage debugging
* Adding ietf.status to Tastypie omitted apps
* feat: Site Status PR feedback
* chore: correct copyright year on newly created files
* chore: repair merge damage
* chore: repair more merge damage
* fix: reconcile the api init refactor with ignoring apps
---------
Co-authored-by: Matthew Holloway <Matthew Holloway>
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2024-08-07 13:36:21 -05:00
Nicolas Giard
8ddab5a740
fix: support multiple slash in xslugify.js ( #7658 )
2024-07-10 15:34:19 -05:00
Nicolas Giard
05644a16ff
feat: agenda / floor-plan dark mode support ( #5995 )
2023-07-19 18:23:37 -05:00
Nicolas Giard
5e8d3dc601
fix: remove GMT offset labels from timezones.js ( #5922 )
...
* fix: remove GMT offset labels from timezones.js
* fix: add missing continents in timezones.js
2023-07-06 07:44:42 -05:00
Nicolas Giard
3ad1daaf8c
fix: improve chat log rendering ( #4686 )
2022-11-06 12:31:13 +00:00
Nicolas Giard
0c920b0a29
fix: precompile template urls at build time + bs5 btn on agenda loading screen ( #4679 )
...
* fix: precompile template urls at build time + bs5 btn on agenda loading screen
* fix: add back url store changes
2022-11-01 11:51:33 -05:00
Robert Sparks
69c0f4da04
fix: Revert "feat: js compiled url store ( #4568 )" ( #4675 )
...
This reverts commit 8cb67f978c
.
2022-10-28 14:17:47 -05:00
Nicolas Giard
8cb67f978c
feat: js compiled url store ( #4568 )
...
* feat: js compiled url store
* feat: use url store for AgendaFilter-MobileBar-QuickAccess components
* feat: use url store for AgendaScheduleList (wip)
2022-10-28 09:17:35 -05:00
Nicolas Giard
9f8fd90287
feat: agenda fallback link to plaintext version ( #4663 )
2022-10-28 09:03:42 -05:00
Nicolas Giard
395f110df2
feat(agenda): various agenda improvements and fixes ( #4613 )
...
* chore: update dependencies + add jsconfig
* fix(agenda): handle localStorage being disabled
* feat: agenda share modal
* feat: agenda tour
* feat: agenda share filters + picked sessions + fixes
* test: fix agenda tests
* test: add agenda share dialog test
* test: remove agenda only flag
2022-10-21 16:04:32 -05:00
Nicolas Giard
6f2114fb0c
feat: replace old agenda with agenda-neue ( #4406 )
...
* feat: remove old agenda (django-side)
* fix: bring in latest commits
* test: remove -neue from playwright tests
* test: remove agenda selenium js tests
* test: remove agenda views tests
* fix: remove deprecated agenda views (week-view, agenda-by, floor-plan)
* test: fix failing python tests
* test: remove more deprecated tests
* chore: remove deprecated templates
* test: remove unused import
* feat: handle agenda personalize with filter + move agenda specific stuff out of root component
* fix: redirect deprecated urls to agenda / floorplan
* feat: agenda - open picker mode when from personalize path
* fix: safari doesn't support device-pixel-content-box property on ResizeObserver
* test: move floor plan test into main agenda test
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2022-10-12 15:46:28 -05:00
Nicolas Giard
aa9490faf6
feat(ui): new dynamic agenda view ( #4086 )
...
* feat: agenda page in vue (wip)
* feat: scroll to agenda day
* fix: vue 3 composition api + eslint settings
* fix: agenda day scroll match indicator
* fix: convert vite deps to yarn
* fix: missing lodash + legacy build step
* fix: agenda - move calendar into drawer
* fix: improve agenda filter UI
* fix: download ics + move agenda into own component
* feat: use fullcalendar for agenda calendar view (wip)
* feat: add events to agenda calendar
* feat: agenda filter UI improvements
* feat: agenda add to calendar dropdown
* feat: agenda calendar filter + timezone + event coloring
* feat: agenda calendar color improvements
* chore: exclude dist-neue from git
* feat: agenda calendar event modal
* fix: rebuild yarn deps
* chore: add run migration task to vscode
* fix: agenda buttons display flag
* feat: agenda event modal component
* feat: show calendar event quick info on hover
* fix: clear calendar quick info on timezone change
* feat: agenda list view improvements
* feat: agenda list row coloring
* feat: agenda list note
* feat: agenda list icons for office hours + hackathon
* fix: agenda top links
* refactor: use pinia as store for agenda components
* feat: agenda jump to now
* fix: agenda mobile improvements
* feat: agenda search
* feat: agenda search improvements
* feat: agenda event recordings buttons for post-meeting
* fix: agenda switch to meeting timezone on load
* feat: agenda pre & live session buttons
* fix: remove agenda utc + personalize links in top menu
* feat: add pre-vue loading state on page load
* feat: filter from agenda picker mode
* fix: agenda UI improvements
* fix: django-vite non-dev mode
* chore: update yarn dependencies for vue + vite
* feat: agenda settings panel + UI improvements
* feat: agenda settings colors + import/export feature
* feat: agenda color assignments + responsive UI improvements
* feat: agenda realtime red line + debug datetime offset
* feat: agenda add aria labels for settings
* feat: add new agenda path + pages/menu
* fix: bring base/menu.html up to main
* fix: agenda various fixes
* test: add new agenda item to meetings menu for item count
* chore: restore devcontainer extensions list
* fix: agenda UI improvements + montserrat default font
* feat: agenda bolder text + hide event icons options
* feat: agenda warning badge
* fix: agenda various UI improvements + intersectionObserver fix
* feat: agenda floorplan page + various UI improvements
* feat: agenda floor plan pin
* feat: view floor plan room from agenda
* feat: agenda floor plan mobile optimization
* feat: adjust calendar options + default calendar view in settings
* feat: agenda persist picked events + change base font only on new agenda page
* feat: agenda mobile view optimizations
* fix: add .vite to cached volumes
* fix: mobile view for filters, calendar, settings panels
* test: upgrade cypress existing tests to work on bs5 + update dependencies
* fix: use named url patterns to avoid hardcoded URLs. Add rudimentary test coverage for the neue views.
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2022-07-13 16:20:23 -05:00