Commit Graph

155 Commits

Author SHA1 Message Date
93d2e83584 SoapboxConfig: site preview 2020-10-01 18:57:11 -05:00
2b3d86f390 Improve pending account message 2020-09-29 23:18:51 -05:00
c822ce0c90 Fallback to BE response in login form 2020-09-29 23:12:33 -05:00
88c12a72a9 Improve login messaging 2020-09-29 21:35:10 -05:00
d022978078 Merge branch 'snackbar' into 'develop'
Snackbars

See merge request soapbox-pub/soapbox-fe!243
2020-09-30 00:43:11 +00:00
0b8b0b82f7 Snackbar: fix auth test 2020-09-29 19:31:41 -05:00
14a5d478f3 Snackbar: update (most) existing alerts to snackbars 2020-09-29 19:10:57 -05:00
b782f6ab1a Snackbar: clean up styles, basic functionality 2020-09-29 18:55:05 -05:00
1b56fff6cb Chats: fix #451 duplicated message 2020-09-29 16:52:20 -05:00
78b4587ce0 Snackbar: improve style 2020-09-28 18:43:17 -05:00
81c31f5d92 Merge remote-tracking branch 'origin/develop' into snackbar 2020-09-28 16:20:28 -05:00
76b7b32e23 Revoke OAuth token on logout, fixes #445 2020-09-28 13:05:20 -05:00
ce1e04c224 Obliterate hydrateStore() 2020-09-27 19:49:55 -05:00
a67ab78c36 Timelines: refactor timelineQueue to use IDs instead of full objects, fixes #156 2020-09-27 16:17:21 -05:00
afe23f0028 Composer: push into timelines even if it's a reply 2020-09-27 15:28:37 -05:00
e6e4a5c447 ImportData: allow importing Blocks 2020-09-27 12:24:38 -05:00
2d29d69f50 ImportData: rename some stuff 2020-09-27 11:18:25 -05:00
ba6f6b2aa4 Merge remote-tracking branch 'origin/develop' into import_follows 2020-09-27 11:01:01 -05:00
f183094f82 Refactor notifications again, this time with OrderedMap, fixes #433 2020-09-23 18:57:10 -05:00
41eb69ecd1 Chats: report user from message, fixes #391 2020-09-22 16:34:43 -05:00
ed4abfdce3 Chats: allow deleting a message, fixes #358 2020-09-22 16:20:10 -05:00
64a68c650e Notifications: refactor with OrderedSet instead of List 2020-09-22 13:42:08 -05:00
9d2da836b3 Snackbar: allow severity levels 2020-09-21 22:56:15 -05:00
c815e4607d Removed use of media upload API, by implementing FileReader 2020-09-19 18:32:43 -05:00
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
b51236a6b0 Threading test #422 2020-09-18 17:03:00 -05:00
f643863ecc Chat notifs: only play sound for recipient message 2020-09-17 23:27:57 -05:00
d77ee9fec2 Chat notifs: refactor actions 2020-09-17 23:06:54 -05:00
57b82f7778 Merge remote-tracking branch 'origin/develop' into chat_notifications 2020-09-17 22:41:18 -05:00
1b8afd2248 Convert newline delimited data to space delimited data 2020-09-17 17:33:18 -05:00
556e11a9cb Skip importing empty accounts, fixes #424 2020-09-15 10:33:12 -05:00
fdc1a051d3 Rough out import follows page and actions 2020-09-14 22:07:33 -05:00
9692c7539a Hovercard: appear and disappear properly 2020-09-11 10:05:52 -05:00
4630a5cd04 Hovercard: mouseout clears the card 2020-09-10 20:18:04 -05:00
0c4eae5f10 Hovercard: basic Redux+Popper prototype 2020-09-10 19:09:27 -05:00
fa606b8040 Render chat unread count update in tab even when tab doesn't have focus
Render chat unread count update even when chat box has focus
Render chat unread count update on page load
2020-09-09 19:01:25 -05:00
76f8e02fb9 Refactor 2020-09-07 16:52:45 -05:00
3d282f45fa fixed toggle click state change bug 2020-09-06 05:13:44 -05:00
e157754116 Fix chat audio filtering bug 2020-09-05 19:36:28 -05:00
ca9be1ed05 Audio notification on chat. Currently hardcoded on in store/settings 2020-09-05 16:50:33 -05:00
cf93733076 Rough in support for chat sound and flash notification 2020-09-04 21:43:14 -05:00
9da87405f8 Chats: improve the way messageIds are sorted 2020-09-04 18:03:38 -05:00
0e7132d25e Chats: add the building blocks for pagination 2020-09-03 19:23:00 -05:00
f9a0ce1d6b Merge branch 'blue_flicker' into 'develop'
Apply non-blank default BrandColor only on failure to acquire brandColor. Fixes #364

Closes #364

See merge request soapbox-pub/soapbox-fe!198
2020-09-03 16:29:51 +00:00
181eef1edd corrected errors 2020-09-02 21:47:46 -05:00
cd5ee4837c Check that soapbox.json is really an object before importing, fixes #376 2020-09-01 00:02:01 -05:00
b337a4560e Apply non-blank default BrandColor only when API and soapbox.json methods fail, and only when API and/or JSON method succeeds, but brandColor value is blank 2020-08-31 22:00:11 -05:00
de78a87ec0 Make display name same as username during registration, fixes #267 2020-08-30 23:48:00 +00:00
2c551130e6 Rip out markers, don't rely on them for unread count 2020-08-28 16:49:27 -05:00
7d0bd47ac1 Chats: update "Message" button with conditional logic for mobile 2020-08-28 15:06:55 -05:00