* origin/develop:
Apply suggestion to src/components/chat_list/chat_list.vue
Add the single-line prop to StatusContent and use it for chat list items
Remove direct style manipulations in favor of classes
Undo the promise rejection on the json parser error in promisedRequest
Add the empty chat list placeholder.
Disable status preview in the chat posting form
Address feedback
Add Chats
* origin/develop: (38 commits)
give notification timeago a min width
streamline profile image api, update reset ui for all profile images to match avatar, remove unnecessary stuff
corrected tos.html location
Translated using Weblate (Italian)
Translated using Weblate (Chinese (Simplified))
Translated using Weblate (Italian)
Translated using Weblate (Finnish)
Apply suggestion to src/components/staff_panel/staff_panel.js
StaffPanel: Move staff loading to panel creation.
Apply suggestion to src/boot/after_store.js
fix preview opening automatically
After Store: Correctly handle preloaded HTML
remove console log
fix issue on posting another status
remove unnecessary code
add more ways to set description
fix edge case of videos and unknown files together
fix modal types check being broken
don't close preview on post, move visibility notices above the preview where they belong
remove contenttype check from content type watcher
...
Use more specific css rules for the emoji dimensions in the chat list status preview.
Use more round em value for chat list item height.
Add global html overflow and height for smoother chat navigation in
the desktop Safari.
Use offsetHeight instad of a computed style when setting the window height on resize.
Remove margin-bottom from the last message to avoid occasional layout shift in the desktop Safari
Use break-word to prevent chat message text overflow
Resize and scroll the textarea when inserting a new line on ctrl+enter
Remove fade transition on route change
Ensure proper border radius at the bottom of the chat, remove unused border-radius
Prevent the chat header "jumping" on the avatar load.
* origin/develop: (41 commits)
Apply suggestion to src/components/notifications/notifications.js
fix height for emoji panel of settings modal
Add bookmarks
FE part of BE issue 1586 provide index md
change alert popup alpha
add follow request users to store
make the addNotice dispatch return the notice
change storage error one-off into a global notice system
remove accidental log
revert accidental change in instance.js
update the message and changelog
catch localforage error and let the application work, add an alert for user to dismiss
document the 'mark-as-read-detection' system
allow overscrolling enough to not have FAB block interactables
add initial fetching back in a more streamlined way
remove unnecessary fetchAndUpdate, change notifications fetcher to not double fetch
change Show New text to Reload when flushing
Make use of backend reply filtering
update changelog for reply-to strikethrough
add no-statusId support for status popover
...