discourse/app
Andrei Prigorshnev a76d864c51
FEATURE: Show live user status on inline mentions on posts (#18683)
Note that we don't have a database table and a model for post mentions yet, and I decided to implement it without adding one to avoid heavy data migrations. Still, we may want to add such a model later, that would be convenient, we have such a model for mentions in chat.

Note that status appears on all mentions on all posts in a topic except of the case when you just posted a new post, and it appeared on the bottom of the topic. On such posts, status won't be shown immediately for now (you'll need to reload the page to see the status). I'll take care of it in one of the following PRs.
2022-12-06 19:10:36 +04:00
..
assets FEATURE: Show live user status on inline mentions on posts (#18683) 2022-12-06 19:10:36 +04:00
controllers FEATURE: Improve composer warnings for mentions (#18796) 2022-12-05 20:22:05 +02:00
helpers Meta topic: https://meta.discourse.org/t/meta-theme-color-is-not-respecting-current-color-scheme/239815 (#18832) 2022-11-07 10:06:26 +03:00
jobs FIX: Exclude claimed reviewables from user menu (#19179) 2022-12-01 07:09:57 +08:00
mailers SECURITY: Filter tags in user notifications for visibility (#19239) 2022-11-29 10:35:41 -06:00
models FEATURE: Show live user status on inline mentions on posts (#18683) 2022-12-06 19:10:36 +04:00
serializers FEATURE: Show live user status on inline mentions on posts (#18683) 2022-12-06 19:10:36 +04:00
services DEV: Centralise logic for updating sidebar section links (#19275) 2022-12-01 09:32:35 +08:00
views DEV: use structured data in topic-list for referencing only (#16235) 2022-12-05 18:00:32 +02:00