discourse-ai/assets/javascripts/discourse
Keegan George 50ad5415ff
UX: `no-text` style being incorrectly added to tag suggester (#987)
In the tag suggester menu we use `DButton` as a wrapper element and use the `discourseTag` helper to render the text inside the element. So visually there is text content inside the button. However, since `DButton` assumes that no `label`/`translatedLabel` inside an element means `.no-text` CSS style should be applied to the button's element, it was resulting in some incorrect styling being applied to this menu. This PR resolves that by programmatically adding the tag as a `translatedLabel` and then visually hiding it with CSS.
2024-12-02 10:11:04 -08:00
..
admin FEATURE: smarter persona tethering (#832) 2024-10-16 07:20:31 +11:00
components UX: `no-text` style being incorrectly added to tag suggester (#987) 2024-12-02 10:11:04 -08:00
connectors REFACTOR: Helper suggestions (#914) 2024-11-27 12:21:03 -08:00
controllers FIX: Switch up start/end dates in emotion dashboard report (#951) 2024-11-25 12:25:48 -03:00
lib REFACTOR: Helper suggestions (#914) 2024-11-27 12:21:03 -08:00
routes FEATURE: Auto image captions (#637) 2024-05-27 10:49:24 -07:00
services UX: update gist toggle styles (#926) 2024-11-19 15:33:34 -05:00
templates FEATURE: Refinements to Emotion in dashboard (#947) 2024-11-25 11:31:51 -03:00
admin-discourse-ai-plugin-route-map.js FEATURE: AI Usage page (#964) 2024-11-29 06:26:48 +11:00
admin-discourse-ai-route-map.js FEATURE: Expose sentiment classifications via the admin dashboard. (#284) 2023-11-08 10:50:37 -03:00
discourse-ai-shared-conversation-show-route-map.js FEATURE: Share conversations with AI via a URL (#521) 2024-03-12 16:51:41 +11:00
preferences-ai-route-map.js FEATURE: Auto image captions (#637) 2024-05-27 10:49:24 -07:00