Commit Graph

319 Commits

Author SHA1 Message Date
Alex Gleason
2631aed374 ProfileHoverCard: fix #425 hide hover card when ref gets detatched 2020-09-30 16:19:52 -05:00
Alex Gleason
b9d484623c Add closed registration message fixes #177 2020-09-29 22:28:42 -05:00
Alex Gleason
b782f6ab1a Snackbar: clean up styles, basic functionality 2020-09-29 18:55:05 -05:00
Alex Gleason
78b4587ce0 Snackbar: improve style 2020-09-28 18:43:17 -05:00
Alex Gleason
81c31f5d92 Merge remote-tracking branch 'origin/develop' into snackbar 2020-09-28 16:20:28 -05:00
Alex Gleason
532e37a347 Merge branch 'form-aesthetic-improvements' into 'develop'
Preferences Form aesthetic improvements

See merge request soapbox-pub/soapbox-fe!270
2020-09-28 16:05:43 +00:00
Mary Kate
061a820ce5 fix language picker dropdown arrow 2020-09-28 10:51:42 -05:00
Alex Gleason
57be8b0e2c DetailedStatus: display name spacing hotfix 2020-09-28 10:25:12 -05:00
Mary Kate
5b6833060e fix spacing on preferences options 2020-09-28 00:01:36 -05:00
Alex Gleason
c597200798 Remove unused CSS, #439 2020-09-27 23:20:15 -05:00
Alex Gleason
57b72840e5 Remove unused CSS, #439 2020-09-27 22:48:21 -05:00
Alex Gleason
3091f20fc9 Halloween: transparent vignette for light theme 2020-09-27 13:33:03 -05:00
Alex Gleason
bdd6b608a6 Chats: increase pane height 265-->350px 2020-09-26 22:46:55 -05:00
Alex Gleason
14e10382f2 Halloween mode 2020-09-25 15:39:54 -05:00
Alex Gleason
bcc2ee9c70 Chats: fix audio toggle on light theme 2020-09-22 17:02:33 -05:00
Alex Gleason
c96c537a52 Chats: clean up menu icon 2020-09-22 17:00:01 -05:00
Alex Gleason
9d2da836b3 Snackbar: allow severity levels 2020-09-21 22:56:15 -05:00
Alex Gleason
bf91463284 Chats: add timestamps, fixes #370 2020-09-18 18:55:57 -05:00
Alex Gleason
377506a92f Chats: allow toggle notification sounds from mobile 2020-09-18 00:28:54 -05:00
Alex Gleason
e60457dd01 Chat notifs: shrink toggle 2020-09-17 22:59:23 -05:00
Alex Gleason
57b82f7778 Merge remote-tracking branch 'origin/develop' into chat_notifications 2020-09-17 22:41:18 -05:00
Alex Gleason
dbddc177c1 Merge remote-tracking branch 'origin/develop' into fix_safari_sidebar_menu_rendering 2020-09-17 21:51:38 -05:00
Alex Gleason
0c15e3235a Chats: mobile action button padding hotfix 2020-09-11 20:10:47 -05:00
Alex Gleason
d644ed3c55 Chats: remove underline from recipient name on mobile 2020-09-11 19:47:45 -05:00
Alex Gleason
bdaab2110b Chats: improve mobile styles 2020-09-11 19:45:24 -05:00
Alex Gleason
c135ccffeb Chats: fix verification icon in chats list 2020-09-11 16:02:51 -05:00
Alex Gleason
4d5561e9af Hovercard: invisible hotfix 2020-09-11 15:54:22 -05:00
Alex Gleason
35fe2fa4fa Hovercard: hide on click ref 2020-09-11 15:39:38 -05:00
Alex Gleason
9ac6f3aaab Restore old border-radius behavior, fixes #266 2020-09-11 12:24:43 -05:00
Alex Gleason
72659f27c1 Hovercard: attach to each element for better positioning 2020-09-11 12:17:32 -05:00
Alex Gleason
1d90950e59 Hovercard: refactor with HoverRefWrapper 2020-09-11 11:37:05 -05:00
Alex Gleason
d8ea37bf5e Hovercard: clear when card is unhovered 2020-09-10 22:08:17 -05:00
Alex Gleason
4630a5cd04 Hovercard: mouseout clears the card 2020-09-10 20:18:04 -05:00
Alex Gleason
0c4eae5f10 Hovercard: basic Redux+Popper prototype 2020-09-10 19:09:27 -05:00
Alex Gleason
255419a6e9 Chats: display attachments in a shitty letterbox to support FireFox 2020-09-07 19:13:59 -05:00
Alex Gleason
fdaa9f24ce Chats: fix position of action icons 2020-09-07 18:51:57 -05:00
Alex Gleason
54a772190d Chats: fix send icon on light theme 2020-09-07 16:10:45 -05:00
Alex Gleason
9247f37e75 Chats: fix #399 scrolling in FireFox 2020-09-07 16:07:05 -05:00
Alex Gleason
60402a7402 Chats: add submit button, fixes #356 2020-09-06 17:43:16 -05:00
Curtis ROck
9103797de4 improve styling on chats audio toggle 2020-09-06 17:39:38 -05:00
Alex Gleason
024e9209af Chats: display of non-image attachments 2020-09-06 17:20:26 -05:00
Alex Gleason
a02155846d Chats: allow files to be removed before sending 2020-09-06 17:09:06 -05:00
Curtis ROck
ba5cab89aa styling for audio chat notifications 2020-09-06 16:54:45 -05:00
Alex Gleason
49d2121017 Chats: improve display of images, because we can 2020-09-06 16:50:54 -05:00
Alex Gleason
8088ca2748 Merge remote-tracking branch 'origin/develop' into chat-attachments 2020-09-06 16:25:16 -05:00
Alex Gleason
cf0baab6de Chats: add upload progress 2020-09-06 15:39:16 -05:00
Alex Gleason
07f29ebcb9 Chats: put attachment above content 2020-09-06 14:15:06 -05:00
Bárbara de Castro Fernandes
01667a005e Show file icon and name for other file types
Currently the media preview looks blank when the file type is anything
other than an image, video or audio. This commit inserts a generic file
icon and also a label with the filename for these other extensions.
2020-09-06 16:08:09 -03:00
Alex Gleason
6dc38adeaa Chats: add upload button to chat input 2020-09-06 11:55:20 -05:00
Alex Gleason
84e5175481 Chats: improve attachments, make modal work 2020-09-05 16:39:57 -05:00