feat: @mention autocomplete in comment composer
Typing "@" + 2+ characters now opens a dropdown of matching users (reusing the existing people-search endpoint), with arrow-key/Enter/ Tab selection and click-to-select. Consolidated the previously duplicated MENTION_REGEX (client display vs. server extraction) into a single export from lib/mentions.ts. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
All notable changes to Epicure are documented here. This file is mirrored in-app at `/changelog` (and in the admin dashboard) via `apps/web/lib/changelog.ts` — update both together.
|
||||
|
||||
## 0.16.0 — 2026-07-13 21:59
|
||||
|
||||
### Added
|
||||
- **@mention autocomplete in comments**: type "@" and a name to search and insert a mention, instead of typing the exact username blind.
|
||||
|
||||
## 0.15.0 — 2026-07-13 21:54
|
||||
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user