discourse/plugins/chat/assets/javascripts/discourse
Kris 8c22831672
UX: update appropriate btn-flat instances to btn-transparent (#25945)
With the adjustments of `btn-transparent` in https://github.com/discourse/discourse/pull/24666, there are more buttons that could use this class instead of `btn-flat`. This mostly relates to `x` close buttons, but also includes composer and chat toggles.

The primary difference between these styles is that `btn-transparent` never has a background, where `btn-flat` may have a hover or focus background.
2024-02-29 11:47:07 +01:00
..
adapters
components UX: update appropriate btn-flat instances to btn-transparent (#25945) 2024-02-29 11:47:07 +01:00
connectors FEATURE: chat header redesign on mobile (#24938) 2023-12-26 17:36:26 +08:00
controllers FEATURE: Create a link to start a new chat (#25722) 2024-02-20 18:08:57 +08:00
helpers DEV: Modernize chat helper definitions (#24017) 2023-10-19 15:51:38 +01:00
initializers DEV: Update chat addToHeaderIcons to pass component (#25885) 2024-02-26 11:00:16 -07:00
lib FIX: correctly updates last read on scroll arrow click (#25838) 2024-02-23 14:23:17 +01:00
models DEV: chat streaming (#25736) 2024-02-20 09:49:19 +01:00
modifiers/chat FEATURE: save/retrieve scroll position in chat channel (#25336) 2024-01-19 16:34:11 +01:00
pre-initializers DEV: allows a context when creating a message (#25647) 2024-02-13 11:37:15 +01:00
routes FEATURE: introduces chat_preferred_mobile_index setting (#25927) 2024-02-28 12:05:05 +01:00
services DEV: chat streaming (#25736) 2024-02-20 09:49:19 +01:00
templates FEATURE: Mobile Chat Footer Redesign (#25161) 2024-01-16 14:29:33 +08:00
admin-chat-route-map.js
chat-route-map.js FEATURE: Create a link to start a new chat (#25722) 2024-02-20 18:08:57 +08:00
preferences-chat-route-map.js