Commit Graph

3 Commits

Author SHA1 Message Date
Sinclair Chen
07c1693eaf Cache with react query instead of memoize 2022-09-08 12:47:57 -07:00
Sinclair Chen
cc8de39eff Don't rerender entire editor for user list
also fixes bug where you are the only person mentionable
2022-08-31 22:11:05 -07:00
Sinclair Chen
6c89e5f18f
Add @ mentions to editor (#670)
* Add @ mentions to editor

* Fix mention list not loading

* Sort mention list by prefix, follow count

* Render at mention with Linkify component

- mentions are now Next <Link> rather than <a>
- fix bug where editor.getText() returns [object Object] for mentions
- fix mention rendering for posted markets
2022-07-23 20:37:34 -07:00