discourse/app
Joffrey JAFFEUX ccb1861ada
DEV: better highlighting of mentions (#28403)
This commit improves the hilight-ing of mentions in posts and chat messages.

- `@here` and `@all` will generate a `<a class="mention --wide">`
- bots will generate a `<a class="mention --bot">`
- current user will generate a `<a class="mention --current">`

To achieve this change the following value transformer has been added: "mentions-class". It will be run in posts and chat messages after the mention is rendered.

A bug were bots were not considered in mentioned users has also been fixed as part of this PR.
2024-08-20 14:37:28 +02:00
..
assets DEV: better highlighting of mentions (#28403) 2024-08-20 14:37:28 +02:00
controllers FIX: Don't show silence button on staff users and display similar users (#28423) 2024-08-20 15:27:29 +03:00
helpers UX: Use localized time format in embedded comments (#28014) 2024-07-22 18:42:36 +08:00
jobs DEV: Cleanup empty method in job (#28395) 2024-08-16 14:10:46 +08:00
mailers UX: Use a dropdown for SSL mode for group SMTP (#27932) 2024-07-18 10:33:14 +10:00
models FIX: Don't show silence button on staff users and display similar users (#28423) 2024-08-20 15:27:29 +03:00
serializers FIX: Don't show silence button on staff users and display similar users (#28423) 2024-08-20 15:27:29 +03:00
services FEATURE: add delay to native push notifications (#28314) 2024-08-13 12:12:05 +04:00
views DEV: Convert account activation pages to use Ember (#28206) 2024-08-12 18:02:00 -03:00