discourse/plugins/chat/assets/javascripts/discourse
Joffrey JAFFEUX c42248670d
FIX: increase chat thread title limit (#30006)
This will ensure AI generated titles don't appear as out of range in the UI and also allow users to set longer titles. The limit in DB was already 100 so it's just a simple frontend change.
2024-11-30 00:42:20 +01:00
..
adapters
components FIX: increase chat thread title limit (#30006) 2024-11-30 00:42:20 +01:00
connectors DEV: Consolidate i18n import paths (#29804) 2024-11-19 20:45:18 +00:00
controllers DEV: Bump @discourse/lint-configs and autofix (#29847) 2024-11-20 14:15:04 +00:00
helpers DEV: Consolidate i18n import paths (#29804) 2024-11-19 20:45:18 +00:00
initializers FIX: show urgent badge for mentions in DM threads (#29821) 2024-11-29 12:52:55 +04:00
lib DEV: Consolidate i18n import paths (#29804) 2024-11-19 20:45:18 +00:00
models FIX: Improve the reliability of the unread channel keyboard shortcuts (#29814) 2024-11-21 08:24:26 +11:00
modifiers/chat FIX: ensures last read is updated on new message (#26772) 2024-04-26 18:27:39 +02:00
pre-initializers DEV: allows a context when creating a message (#25647) 2024-02-13 11:37:15 +01:00
routes DEV: Consolidate i18n import paths (#29804) 2024-11-19 20:45:18 +00:00
services FIX: show urgent badge for mentions in DM threads (#29821) 2024-11-29 12:52:55 +04:00
templates FEATURE: Convert chat plugin UI to new show plugin and admin UI guidelines (#28632) 2024-09-10 15:16:16 +10:00
admin-chat-route-map.js FEATURE: Convert chat plugin UI to new show plugin and admin UI guidelines (#28632) 2024-09-10 15:16:16 +10:00
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