Changelog 8.2.2
Added
- Add vote indicator for locked options
Changed
- Make vote cells focusable
- Make shadow of sticky items transparent
- Changed experimental comments layout
- Improve poll loading times again by applying only diffs after updates
- Moved some store loading to views and rely on watchers
Fixed
- Force list view mode initially on mobile viewports
- Fix some visual issues of the vote page
- Bring back indicator for confirmed options after closing the poll
- Watch worker was not allowed to execute, added CSP header
- Fix loading archived polls
- Broken access if a logged in user enters a poll by public share if he already had access to the poll
- Fixing several performance issues
- Fixed a bug, where the sidebar tabs were not usable anymore
What's Changed
🚀 Enhancements
- Make vote cell focusable by @dartcafe in #4167
- Design/alternative-comment-layout by @dartcafe in #4172
- Delete all orphaned votes from poll by @dartcafe in #4176
- fix vote indicator and confirmed option by @dartcafe in #4180
- Fix some calendar issues by @dartcafe in #4185
- add janitor job: remove orphaned votes by @dartcafe in #4187
- async store loads by @dartcafe in #4188
🐛 Fixed bugs
- fix view mode mobile by @dartcafe in #4173
- fixing minor and major visual issues by @dartcafe in #4175
- Add csp to allow worker by @dartcafe in #4182
- Fix using public share on already accessible poll by @dartcafe in #4184
- Fix sidebar by @dartcafe in #4195
- Loading optimizations by @dartcafe in #4197
- Observe changed watch mode by @dartcafe in #4198
⚡ Performance related changes
- Just patch diff to poll store by @dartcafe in #4183
- Some Loading optimizations by @dartcafe in #4191
Other Changes
Full Changelog: v8.1.4...v8.2.2