7926854fe6
ImportData: fix webpackChunkName
2020-09-27 12:36:24 -05:00
0666557282
ImportData: move FileChooserCSV params into CSVImporter
2020-09-27 12:34:35 -05:00
e6e4a5c447
ImportData: allow importing Blocks
2020-09-27 12:24:38 -05:00
a2500d9332
ImportData: form validation, Save --> Import
2020-09-27 11:43:26 -05:00
1ebc679b8b
ImportData: POST CSV directly instead of reading it
2020-09-27 11:41:46 -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
68a43d2df3
LoginForm: properly convey "isLoading" state
2020-09-25 19:49:30 -05:00
633d453edf
Halloween: update settings hint
2020-09-25 18:06:15 -05:00
14e10382f2
Halloween mode
2020-09-25 15:39:54 -05:00
eb76860422
Move react-color into soapbox_config, reduce initial bundle size, fixes #427
2020-09-23 22:46:45 -05:00
f183094f82
Refactor notifications again, this time with OrderedMap, fixes #433
2020-09-23 18:57:10 -05:00
c96c537a52
Chats: clean up menu icon
2020-09-22 17:00:01 -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
2dd3b39e7e
Chats: add label to send button
2020-09-22 14:21:07 -05:00
64a68c650e
Notifications: refactor with OrderedSet instead of List
2020-09-22 13:42:08 -05:00
1080204a97
Chats: add key to dividers in ChatMessageList
2020-09-21 22:15:00 -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
bf91463284
Chats: add timestamps, fixes #370
2020-09-18 18:55:57 -05:00
3c26d4ed73
Refined import follows. Breaks on Save event
2020-09-18 18:23:58 -05:00
377506a92f
Chats: allow toggle notification sounds from mobile
2020-09-18 00:28:54 -05:00
efe66d4301
Merge branch 'chat_notifications' into 'develop'
...
Chat notifications
Closes #398 and #354
See merge request soapbox-pub/soapbox-fe!211
2020-09-18 04:40:27 +00:00
cbf8f82035
Fix 0 bug for user panel, fixes #415 !235
2020-09-17 23:35:08 -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
6d900d9c19
About i18n: improve siteTitle translation
2020-09-17 22:13:30 -05:00
6b4cdacd67
Merge remote-tracking branch 'origin/develop' into translate_public_header
2020-09-17 22:06:34 -05:00
fdc1a051d3
Rough out import follows page and actions
2020-09-14 22:07:33 -05:00
5682688aed
Chats: fix #418 scrolling resize issue
2020-09-11 22:44:09 -05:00
40937b9fdc
Chats: allow clicking recipient in chatroom
2020-09-11 13:09:39 -05:00
ec491add23
UserPanel: only show stats when they're available
2020-09-11 13:04:45 -05:00
d6a39b3e09
Hovercard: put hovercard on chat window
2020-09-11 13:04:31 -05:00
7494a0fd00
Hovercard: delete legacy code
2020-09-11 12:30:16 -05:00
72659f27c1
Hovercard: attach to each element for better positioning
2020-09-11 12:17:32 -05:00
24bf880e0b
Hovercard: refactor detailed status
2020-09-11 11:42:02 -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
8c9206be3e
Use a better poll icon
2020-09-09 22:00:11 -05:00
16eab5c5f1
Added keystroke triggered marking of chats as read in chatbox
2020-09-09 21:37:35 -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
adc98b7ad2
UserLists: use OrderedSets instead of Lists, fixes #230
2020-09-09 18:06:01 -05:00
f1af5d6bfa
Merge branch 'scroll-status' into 'develop'
...
Scroll detailed status into view, fixes #257
Closes #257
See merge request soapbox-pub/soapbox-fe!223
2020-09-09 20:21:48 +00:00
fd971f053f
Scroll detailed status into view, fixes #257
2020-09-09 15:03:26 -05:00
28e8ab9067
Highlight home tab for public timelines, fixes #406
2020-09-09 14:52:27 -05:00
255419a6e9
Chats: display attachments in a shitty letterbox to support FireFox
2020-09-07 19:13:59 -05:00
fb35417fe2
Chats: prevent repeat API calls
2020-09-07 18:42:59 -05:00
9247f37e75
Chats: fix #399 scrolling in FireFox
2020-09-07 16:07:05 -05:00
458bdef633
Enable empty poll removal by deleting one of its options
...
Previously, the user had to click on the "poll" icon at the bottom of
the compose form in order to remove a poll. This commit changes how poll
options behave so as to enable an empty poll to be removed through the
deletion of either one of its options.
This closes #317 .
2020-09-07 16:04:21 -03:00