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
9c404a21fc
test: fix agenda materials dialog footer btn tests ( #4567 )
2022-10-12 17:21:45 -05:00
Jennifer Richards
0ad293d6e9
feat: add slides / session materials links to session details modal ( #4535 )
...
* feat: add propose/upload slides button to session details modal
* refactor: remove unneeded chaining operator
* test: fix quotes around template string
* feat: link to meeting materials page from AgendaDetailsModal
* refactor: compute session details URL in JS instead of view
* chore: restyle materials page link
* test: fix test case to match changes to session modal
2022-10-12 16:07:23 -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
143877ec3d
test: Use Playwright + agenda start/end dates fix ( #4471 )
...
* test: agenda-neue - separate timezone controls assertions to allow retries
* test: agenda-neue - use dom query selectors instead of first() / eq()
* test: agenda-neue - playwright
* test: fix playwright setup for ci
* test: playwright - remove safari + fix timezone local
* test: upload playwright report
* test: playwright - fix trace upload
* test
* test: playwright - agenda search
* test: fix startdate timezone
* test: playwright - agenda table events
* test: playwright - remove only filter
* test: remove exit early flag
* test: allow longer tests
* test: agenda materials dialog
* test: agenda filter by area/group
* test: agenda calendar view
* test: agenda settings
* test: jump to day
* test: fix agenda jump to day timezone parse
* test: increase test timeout
* test: remove fail fast
* test: test sharding + increase delay
* test: fixes
* test: use macos image
* test: fixes
* test: agenda color assign + future + live meeting tests
* test: agenda mobile tests
* test: remainder of tests for playwright + optimizations
* test: red line intersection accept close value
* test: add delay for agenda search tests
* chore: cleanup old tests + adapt build workflow
* ci: fix build workflow
* ci: fix build workflow order
* fix: point to playwright floor plan images + readme
2022-09-20 13:33:22 -05:00