Commit graph

1378 commits

Author SHA1 Message Date
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
Alex Gleason
136965acdd
Composer: remove click listener on unmount 2020-09-27 17:55:04 -05:00
Alex Gleason
b8a643c18c Merge branch 'faster-reactions' into 'develop'
Interactions: optimistic Favourite and EmojiReact actions, fixes #104

Closes #104

See merge request soapbox-pub/soapbox-fe!262
2020-09-27 22:38:25 +00:00
Alex Gleason
d5d8c4877e
Interactions: optimistic Favourite and EmojiReact actions, fixes #104 2020-09-27 17:24:55 -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
ff85ff7bd4 Merge branch 'timeline-fixes' into 'develop'
Timeline fixes, fixes #85 #156 #409

Closes #409, #156, and #85

See merge request soapbox-pub/soapbox-fe!261
2020-09-27 21:30:42 +00:00
Alex Gleason
a67ab78c36
Timelines: refactor timelineQueue to use IDs instead of full objects, fixes #156 2020-09-27 16:17:21 -05:00
Mary Kate
0b7763e726 fix composer jump by reseting lastToken on click and arrow up and down in autosuggesttextarea 2020-09-27 15:44:12 -05:00
Alex Gleason
afe23f0028
Composer: push into timelines even if it's a reply 2020-09-27 15:28:37 -05:00
Alex Gleason
ffb6f7fd67 Merge branch 'notifications-sort-fix' into 'develop'
Notifications: parseInt ID when sorting

See merge request soapbox-pub/soapbox-fe!259
2020-09-27 19:47:02 +00:00
Alex Gleason
83f31b8a00
Notifications: parseInt ID when sorting 2020-09-27 14:33:21 -05:00
Alex Gleason
aac2b42e9d Merge branch 'halloween-vignette' into 'develop'
Halloween: transparent vignette for light theme

See merge request soapbox-pub/soapbox-fe!258
2020-09-27 18:45:45 +00:00
Alex Gleason
3091f20fc9
Halloween: transparent vignette for light theme 2020-09-27 13:33:03 -05:00
Alex Gleason
d6a7ef8e70 Merge branch 'import_follows' into 'develop'
Import follows

Closes #113

See merge request soapbox-pub/soapbox-fe!234
2020-09-27 17:49:52 +00: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
bdd6b608a6
Chats: increase pane height 265-->350px 2020-09-26 22:46:55 -05:00
Alex Gleason
bc2aaca5da Merge branch 'auth-form-improvements' into 'develop'
LoginForm: properly convey "isLoading" state

See merge request soapbox-pub/soapbox-fe!254
2020-09-26 02:39:47 +00: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
896a94d8b9 Merge branch 'halloween' into 'develop'
Halloween mode

See merge request soapbox-pub/soapbox-fe!253
2020-09-25 20:53:22 +00:00
Alex Gleason
14e10382f2
Halloween mode 2020-09-25 15:39:54 -05:00
Alex Gleason
3e5d27bc07 Merge branch 'colorpicker-size' into 'develop'
Move react-color into soapbox_config, reduce initial bundle size, fixes #427

Closes #427

See merge request soapbox-pub/soapbox-fe!250
2020-09-24 04:00:14 +00: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
886ca48f28 Merge branch 'notifications-again' into 'develop'
Refactor notifications again, this time with OrderedMap, fixes #433

Closes #433

See merge request soapbox-pub/soapbox-fe!249
2020-09-24 00:09:57 +00:00
Alex Gleason
f183094f82
Refactor notifications again, this time with OrderedMap, fixes #433 2020-09-23 18:57:10 -05:00
Alex Gleason
5cac0fbc1f Merge branch 'renovate/configure' into 'develop'
Configure Renovate

See merge request soapbox-pub/soapbox-fe!242
2020-09-23 17:01:48 +00:00
Renovate Bot
403ab2ca50
Add renovate.json 2020-09-23 16:49:31 +00:00
Alex Gleason
9c0793d1f3
Comment TIMELINE_DISCONNECT test 2020-09-23 10:26:01 -05:00
Alex Gleason
3b94700311
Lint: fix import 2020-09-23 10:15:49 -05:00
Alex Gleason
4851ec24f9
Don't just put "null" in the notifications list, fixes #432 2020-09-23 10:14:27 -05:00
Alex Gleason
e8a9737fc9 Merge branch 'chat-deletion' into 'develop'
Chat message deletion

Closes #358 and #391

See merge request soapbox-pub/soapbox-fe!247
2020-09-22 22:16:15 +00: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
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
3b8eed17b6 Merge branch 'notifications-refactor' into 'develop'
Notifications: refactor with OrderedSet instead of List

See merge request soapbox-pub/soapbox-fe!245
2020-09-22 18:55:47 +00:00
Alex Gleason
64a68c650e
Notifications: refactor with OrderedSet instead of List 2020-09-22 13:42:08 -05:00
Alex Gleason
ac4040992f Merge branch 'docs-yunohost-install' into 'develop'
Add installing via YunoHost to docs

See merge request soapbox-pub/soapbox-fe!244
2020-09-22 17:36:07 +00:00
Sean King
026c1eb3a1
Add installing via YunoHost to docs 2020-09-22 11:22:46 -06:00
Alex Gleason
1080204a97
Chats: add key to dividers in ChatMessageList 2020-09-21 22:15:00 -05:00