Installed PWAs get their community favicon and manifest back. Moderators can tell when a jam is recording. New accounts can validate email through a dedicated endpoint and screen.
In the product
What members, moderators, and admins see
Install and navigation
- Community favicons and the dynamic web manifest work again for the PWA.
- The sidebar includes an overview link. Conversation inputs show a clearer focus ring. Checkboxes are easier to hit.
- Tapping a group member card opens that person’s profile.
Jams and signup
- The jam record button looks recorded when recording is on.
- Email validation has its own page, wired to a new auth endpoint.
In the platform
APIs, runtime, plugins, and operations
Auth and notifications
- A dedicated email-validation API backs the new screen.
- New-group-post notifications are isolated so one bad render cannot take down the rest of the notification list.
- i18n boots a dedicated instance with more reliable interpolation.