discourse/app
Keegan George 71f808dea9
DEV: Improve method of presenting link clicks (#29453)
Currently the tracking for clicked links are injected into the HTML in a span tag. This leads to the link counter value being highlighted when copying and pasting. Additionally, any means for using CSS to hide link counters result in a gap due to it occupying a specific width.

With this change, we make link counters appear in a data attribute on the link element and visually shown with CSS `::after` element.
2024-10-31 12:44:08 -07:00
..
assets DEV: Improve method of presenting link clicks (#29453) 2024-10-31 12:44:08 -07:00
controllers FEATURE: Add 'Community title' field to about config page (#29500) 2024-10-31 10:04:31 +03:00
helpers DEV: Drop `WithServiceHelper` 2024-09-05 09:58:20 +02:00
jobs DEV: Remove logical OR assignment of constants (#29201) 2024-10-16 10:09:07 +08:00
mailers UX: Use a dropdown for SSL mode for group SMTP (#27932) 2024-07-18 10:33:14 +10:00
models FIX: duplicate topics in digests / summaries (#29517) 2024-10-31 18:22:41 +01:00
serializers FEATURE: Enable the new /about page for everyone (#29390) 2024-10-29 18:40:11 +03:00
services DEV: Remove hash-like access from service contracts 2024-10-29 16:02:51 +01:00
views FEATURE: Enable the new /about page for everyone (#29390) 2024-10-29 18:40:11 +03:00