Skip to content
- Create Event modal — Creating an event now opens a proper dialog where you set the event name, URL slug (auto-generated from the name, editable), status (defaults to Draft), and access control level (Public/Unlisted, Password Protected, or Admin Only). The slug shows a live preview of the attendee URL. Duplicate slug names are caught with a clear error message.
- Clickable comment counts — The comment count badge on any card is now clickable — tap it to open the comments dialog directly. Comments can be viewed and posted on all item types (questions, polls, content, forms, slides).
- Comments dialog — Uses the standard responsive modal/drawer for a consistent experience on desktop and mobile. Includes inline compose form with anonymous posting option.
- Comment moderation — Approve and reject actions are now available from all comment views (dialog, Comments Tab, and moderation sidebar).
- Cleaner item cards — Comment and vote counts display centered in the card action bar, aligned with the drag handle. Badges are a subtle grey instead of colored.
- Simplified card menus — Removed voting and comment controls from the three-dot and right-click menus (these controls are already in the card footer toggles).
- Simplified edit modals — Removed redundant “Show in Activity Feed”, “Enable Comments”, and “Enable Voting” toggles from create and edit modals. These controls are already available directly on the kanban board cards.
- Unified image upload — The image upload component now combines drag-and-drop, click-to-upload, and URL paste into a single compact area — no more separate “Or paste URL” field below.
- Link preview fetching — “Fetch Preview” for link cards now works reliably via server-side OG scraping, with proper handling of special characters in titles and descriptions.
- Poll improvements — Poll voting toggle moved into Poll Settings. Poll options are now locked after votes are received to prevent data inconsistency.
- Form improvements — Form settings moved below questions in create/edit dialogs. Form questions are locked after responses are received.
- Speaker card social links — Social link inputs now use prefixed input groups for a cleaner editing experience.
- Comments in responsive dialog — Comments now open in a responsive dialog/modal for a better mobile experience.
- Speaker card polish — Round avatar (80px), centered name and title, divider above biography, centered LinkedIn button. Social links wrap naturally for any number of links.
- Post image fix — Post header images now display full-width correctly.
- Polished UI — Improved comments dialog, attendee list spacing, and card footer styling.
- Duplicate event slug handling — Creating an event with a slug that already exists in the organization now returns a clear 409 error instead of an unhandled database error.