discourse/app/assets/stylesheets/common
Joffrey JAFFEUX ab832cc865
FEATURE: introduces group channels (#24288)
Group channels will allow users to create channels with a name and invite people. It's possible to add people even after creation of the channel. Removing users is not yet possible but will be added in the near future.

Technically a group channel is `direct_message_channel` with a group attribute set to true on its direct message (chatable). This model might evolve in the future but offers much flexibility for now without having to rely on a complex migration.

The commit essentially consists of:
- a migration to set existing direct message channels with more than 2 users to a group
- a new message creator which allows to search, add members, and create groups
- a new `AddUsersToChannel` service
- a modified `SearchChatable` service
2023-11-10 11:29:28 +01:00
..
admin DEV: Add support for radar charts when displaying reports. (#24274) 2023-11-08 10:48:12 -03:00
base SECURITY: Limit height of pre/svg elements 2023-11-09 13:39:13 +11:00
components FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
float-kit FIX: replaces data-tooltip usage by <DTooltip /> (#24062) 2023-10-23 21:09:02 +02:00
foundation DEV: Add UI for passkeys (3/3) (#23853) 2023-10-13 12:24:06 -04:00
login UX: Invite signup page styling + separation (#24293) 2023-11-08 12:57:06 +01:00
modal DEV: converts user-status modal to component (#23168) 2023-08-21 16:19:21 +02:00
select-kit UX: change to input field + label styling (#24060) 2023-10-23 17:36:36 +02:00
d-editor.scss UX: update composer border colour (#24176) 2023-10-31 13:51:10 +01:00
font-variables.scss FIX: Use rem for font sizes in post headings (#13720) 2021-07-14 11:15:58 +10:00
input_tip.scss A11Y: disable non-essential CSS animations for reduced-motion users (#23571) 2023-09-14 17:31:43 -04:00
loading-slider.scss FEATURE: Introduce 'loading slider' for page navigations (#22042) 2023-07-05 14:59:24 +01:00
printer-friendly.scss DEV: Remove lazy-yt and replace with lazy-videos (#20722) 2023-03-29 11:54:25 -04:00
software-update-prompt.scss REFACTOR: move shadow vars to css custom props (#22094) 2023-06-13 16:38:31 -04:00
topic-entrance.scss REFACTOR: move shadow vars to css custom props (#22094) 2023-06-13 16:38:31 -04:00
topic-timeline.scss UX: improve touch, swipe, panning performance on mobile menus (#23775) 2023-10-16 11:27:00 -07:00
whcm.scss A11Y: Improve accessibility in WHCM themes (#18606) 2022-10-17 07:07:46 -07:00