discourse/plugins/chat/assets/stylesheets/mobile
Joffrey JAFFEUX 89d7b1861d
FIX: various mobile optimizations (#22043)
* FIX: increases resize observer throttle delay
25ms is not necessary and was sometimes causing jankyness.

* FIX: removes ios momentum fix delay
Instead of a 50ms, simply use next+schedule("afterRender") to attempt to have the shortest delay possible.

* FIX: backdrop event propagation
Prevents backdrop touch to propagate to underlying channel/thread.

* UX: adds is-active class to container of active message
This change allows to keep the background on the active message while the actions menu is displayed.

* FIX: prevents skip-link to be selected on press

* UX: allows to close actions menu instantly
The backdrop should always receive events, we don't need to wait for the menu to be fully displayed.

* UI: adds spacing between last message and composer

* UI: makes backdrop less dark

* FIX: makes events passive on long-press modifier
2023-06-09 17:37:26 +02:00
..
base-mobile.scss FIX: various mobile optimizations (#22043) 2023-06-09 17:37:26 +02:00
chat-channel-info.scss REFACTOR: handles every chat resource as an URL (#18961) 2022-11-11 06:39:15 +01:00
chat-channel.scss FIX: various mobile optimizations (#22043) 2023-06-09 17:37:26 +02:00
chat-composer-upload.scss UX: improves composer and thread panel (#21210) 2023-04-25 10:23:03 +02:00
chat-composer.scss UX: implements new composer design (#21588) 2023-05-16 17:17:12 +02:00
chat-emoji-picker.scss UX: chat mobile tweaks (#21041) 2023-04-11 09:03:12 +02:00
chat-index.scss FIX: limits max height to viewport on channel only (#21539) 2023-05-15 11:46:33 +02:00
chat-message-actions.scss FIX: various mobile optimizations (#22043) 2023-06-09 17:37:26 +02:00
chat-message.scss FIX: various mobile optimizations (#22043) 2023-06-09 17:37:26 +02:00
chat-selection-manager.scss UI: correctly adds spacing for selection-management (#22006) 2023-06-08 17:37:28 +02:00
chat-side-panel.scss UI: thread panel sizing/spacing on mobile (#21440) 2023-05-09 00:17:42 +02:00
chat-thread-settings-modal.scss FEATURE: Thread list initial UI (#21412) 2023-05-10 11:42:32 +02:00
chat-thread.scss UI: thread panel sizing/spacing on mobile (#21440) 2023-05-09 00:17:42 +02:00
chat-threads-list.scss FIX: Handle deleted original message for thread index (#21470) 2023-05-10 13:58:15 +02:00
index.scss FIX: various mobile optimizations (#22043) 2023-06-09 17:37:26 +02:00