Commit graph

465 commits

Author SHA1 Message Date
Alex Gleason
17266e172f
Chats: count only unread *chats* not total unread messages for counter 2020-10-02 20:01:09 -05:00
Alex Gleason
a817deffa0
SoapboxConfig: button styles 2020-10-01 21:48:24 -05:00
Alex Gleason
83a06e2708
SoapboxConfig: i18n "Default theme" 2020-10-01 21:26:20 -05:00
Alex Gleason
d65eedb67b
SoapboxConfig: style improvements 2020-10-01 20:53:11 -05:00
Alex Gleason
b99bb7bd4b
SoapboxConfig: improve layout 2020-10-01 19:44:40 -05:00
Alex Gleason
3a0b58315f
SoapboxConfig: add a default themeMode toggle 2020-10-01 19:33:03 -05:00
Alex Gleason
93d2e83584
SoapboxConfig: site preview 2020-10-01 18:57:11 -05:00
Alex Gleason
58d5b1940e
Accordion: fix PropType error 2020-10-01 16:17:32 -05:00
Alex Gleason
645474a77c Merge branch 'accordion' into 'develop'
Accordions

See merge request soapbox-pub/soapbox-fe!285
2020-10-01 21:11:52 +00:00
Alex Gleason
7b6276fa59
Accordion: replace ExplanationBox with Accordion 2020-10-01 16:00:50 -05:00
Alex Gleason
63fc0b4e26
Accordion: refactor 2020-10-01 15:19:38 -05:00
Alex Gleason
43afd599cd
Redirect Soapbox Legacy canary URLs to /about/canary 2020-10-01 11:56:33 -05:00
Mary Kate
12bdeac718 updates to Soapbox Config. Remove unnecessary fields, add accordion component 2020-09-30 14:09:00 -05:00
Alex Gleason
1109a000cb
Update snapshots 2020-09-29 23:42:08 -05:00
Alex Gleason
b9d484623c
Add closed registration message fixes #177 2020-09-29 22:28:42 -05:00
Alex Gleason
d0496caeb1
Auth form validation improvements 2020-09-29 21:29:06 -05:00
Alex Gleason
14a5d478f3
Snackbar: update (most) existing alerts to snackbars 2020-09-29 19:10:57 -05:00
Alex Gleason
b782f6ab1a
Snackbar: clean up styles, basic functionality 2020-09-29 18:55:05 -05:00
Alex Gleason
bd12226a84
Composer: fixes #419 jumpy cursor 2020-09-28 22:04:29 -05:00
Alex Gleason
b78a00a306
Revert "pass getClickableArea into autosuggesttextarea as prop"
This reverts commit 99f0a069dd.
2020-09-28 19:05:56 -05:00
Alex Gleason
edf3612f93
SoapboxConfig: hide CustomCSS for now, #447 2020-09-28 13:52:13 -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
3d81dd2892
DetailedStatus: fix link on display name 2020-09-27 23:53:43 -05:00
Alex Gleason
d5517aad79
Remove standalone components 2020-09-27 22:48:08 -05:00
Alex Gleason
5fa3d66a64 Merge branch 'fix-composer-jump2' into 'develop'
Fix composer issues

Closes #200 and #419

See merge request soapbox-pub/soapbox-fe!260
2020-09-27 23:15:55 +00:00
Alex Gleason
d243b53486
PrivacyDropdown: clean up dispatch calls 2020-09-27 18:02:57 -05:00
Mary Kate
5ad39921f9 re-open compose modal after changing privacy, fixes #200 2020-09-27 17:04:24 -05:00
Alex Gleason
c77c89ea08
UI: fix PropType warning on page 2020-09-27 16:48:23 -05:00
Mary Kate
99f0a069dd pass getClickableArea into autosuggesttextarea as prop 2020-09-27 16:32:07 -05:00
Alex Gleason
7926854fe6
ImportData: fix webpackChunkName 2020-09-27 12:36:24 -05:00
Alex Gleason
0666557282
ImportData: move FileChooserCSV params into CSVImporter 2020-09-27 12:34:35 -05:00
Alex Gleason
e6e4a5c447
ImportData: allow importing Blocks 2020-09-27 12:24:38 -05:00
Alex Gleason
a2500d9332
ImportData: form validation, Save --> Import 2020-09-27 11:43:26 -05:00
Alex Gleason
1ebc679b8b
ImportData: POST CSV directly instead of reading it 2020-09-27 11:41:46 -05:00
Alex Gleason
2d29d69f50
ImportData: rename some stuff 2020-09-27 11:18:25 -05:00
Alex Gleason
ba6f6b2aa4
Merge remote-tracking branch 'origin/develop' into import_follows 2020-09-27 11:01:01 -05:00
Alex Gleason
68a43d2df3
LoginForm: properly convey "isLoading" state 2020-09-25 19:49:30 -05:00
Alex Gleason
633d453edf
Halloween: update settings hint 2020-09-25 18:06:15 -05:00
Alex Gleason
14e10382f2
Halloween mode 2020-09-25 15:39:54 -05:00
Alex Gleason
eb76860422
Move react-color into soapbox_config, reduce initial bundle size, fixes #427 2020-09-23 22:46:45 -05:00
Alex Gleason
f183094f82
Refactor notifications again, this time with OrderedMap, fixes #433 2020-09-23 18:57:10 -05:00
Alex Gleason
c96c537a52
Chats: clean up menu icon 2020-09-22 17:00:01 -05:00
Alex Gleason
41eb69ecd1
Chats: report user from message, fixes #391 2020-09-22 16:34:43 -05:00
Alex Gleason
ed4abfdce3
Chats: allow deleting a message, fixes #358 2020-09-22 16:20:10 -05:00
Alex Gleason
2dd3b39e7e
Chats: add label to send button 2020-09-22 14:21:07 -05:00
Alex Gleason
64a68c650e
Notifications: refactor with OrderedSet instead of List 2020-09-22 13:42:08 -05:00
Alex Gleason
1080204a97
Chats: add key to dividers in ChatMessageList 2020-09-21 22:15:00 -05:00
crockwave
c815e4607d Removed use of media upload API, by implementing FileReader 2020-09-19 18:32:43 -05:00
crockwave
241c83233a Debugged import follows. Handles 2 column CSVs with header. Need to change synchronous get to asynchronous get 2020-09-19 16:22:14 -05:00