Commit graph

1981 commits

Author SHA1 Message Date
Alex Gleason
d6201905c8
Pass iconset into IconButton, IconWithCounter 2021-09-12 19:45:17 -05:00
Alex Gleason
7de9fbcda8
HomeTimeline: nuke HomeColumnHeader 2021-09-12 19:37:27 -05:00
Alex Gleason
41f2c6afd6
Status: hide column header and back button 2021-09-12 19:36:18 -05:00
Alex Gleason
a3f162a2ea
Add 10px gap between statuses 2021-09-12 19:33:00 -05:00
Alex Gleason
9b723794b5
Add StatusPage 2021-09-12 19:16:28 -05:00
Alex Gleason
ca9ff1a0e6
TabsBar: move search to left 2021-09-12 19:08:41 -05:00
Alex Gleason
9d0f235408
Display PrimaryNavigation on DefaultPage 2021-09-12 19:02:39 -05:00
Alex Gleason
3bf15df730
Add SVG icon support 2021-09-12 18:57:30 -05:00
Alex Gleason
1ea45f7cdb
Gut the TabsBar 2021-09-12 18:51:39 -05:00
Alex Gleason
9a33215528
Improve SidebarMenu design 2021-09-12 18:39:26 -05:00
Alex Gleason
e0f97f4e99
Start navigation changes 2021-09-12 18:20:13 -05:00
Alex Gleason
5804285094
Webpack: fix CryptoDonateModal being added to the right chunk 2021-09-12 15:00:28 -05:00
Alex Gleason
08f5e1d021
Webpack: chunk Sentry to reduce entrypoint size 2021-09-12 12:33:39 -05:00
Alex Gleason
726d13e989 Merge branch 'exif-async' into 'develop'
Load exif.js library asynchronously

See merge request soapbox-pub/soapbox-fe!748
2021-09-12 16:56:39 +00:00
Alex Gleason
4aa9872c94
Load exif.js library asynchronously 2021-09-12 11:40:03 -05:00
Alex Gleason
33aaffa22d
Use immutable.js consistently 2021-09-12 11:25:44 -05:00
Alex Gleason
5921fa9b2d
Fix emoji tests again 2021-09-12 11:09:01 -05:00
Alex Gleason
5eab5ec0a5
Webpack: move Twemoji icons back to CopyPlugin 2021-09-12 10:51:58 -05:00
Alex Gleason
139b47eb22 Merge branch 'optimize-error-boundary' into 'develop'
Webpack: optimize ErrorBoundary

See merge request soapbox-pub/soapbox-fe!744
2021-09-11 23:46:14 +00:00
Alex Gleason
bf9a6950eb
Webpack: optimize ErrorBoundary 2021-09-11 18:29:43 -05:00
Alex Gleason
3fd1a10b73
Webpack: optimize ScheduleForm 2021-09-11 18:00:48 -05:00
Alex Gleason
5766243d5d Merge branch 'remove-wdyr' into 'develop'
Remove wdyr

See merge request soapbox-pub/soapbox-fe!742
2021-09-11 22:19:59 +00:00
Alex Gleason
d040de4c15
Remove wdyr 2021-09-11 17:03:53 -05:00
Alex Gleason
053ca9efff
Webpack: break out CryptoDonate into its own chunk 2021-09-11 16:56:39 -05:00
Alex Gleason
5166a71c27
CryptoDonate: refactor CryptoIcon into its own component 2021-09-11 16:21:12 -05:00
Alex Gleason
b91c7055ea
StatusContent: add missing key props 2021-09-11 14:31:24 -05:00
Alex Gleason
ad461343d2
Status: fix propType warnings with OrderedSet 2021-09-11 14:24:54 -05:00
Alex Gleason
6caefa9c8f Merge branch 'sentry' into 'develop'
Optionally build with a Sentry endpoint, fixes #738

Closes #738

See merge request soapbox-pub/soapbox-fe!739
2021-09-11 19:09:38 +00:00
Alex Gleason
ea3660abe3
Sentry: disable debug (too noisy) 2021-09-11 13:52:48 -05:00
Alex Gleason
c2560064e3
Sentry: basic monitoring 2021-09-11 13:44:54 -05:00
marcin mikołajczak
495882658a Merge branch 'develop' into 'public-favourites'
# Conflicts:
#   app/soapbox/features/favourited_statuses/index.js
2021-09-11 17:25:49 +00:00
Alex Gleason
32dc0d863f Merge branch 'webpack-assets' into 'develop'
Webpack: move to asset modules, refactor

See merge request soapbox-pub/soapbox-fe!738
2021-09-11 01:54:36 +00:00
Alex Gleason
d0630c765f
Jest: update emoji tests 2021-09-10 20:37:13 -05:00
Alex Gleason
ec474ba4c2
Webpack: use one entrypoint 2021-09-10 19:30:47 -05:00
Alex Gleason
3359bda7f8
Webpack: bundle sounds as assets 2021-09-10 17:23:37 -05:00
Alex Gleason
19181f40c3
Webpack: bundle Twemoji icons as assets 2021-09-10 17:15:57 -05:00
Alex Gleason
50caa0d1d8
Webpack: replace file-loader with asset/resource asset module 2021-09-10 16:17:37 -05:00
Alex Gleason
196284695b
SoapboxConfig: allow authenticated profiles to be configured 2021-09-10 11:44:18 -05:00
125f446eed rename, add Polish translation
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-09-10 12:41:42 +02:00
1dc78e4e95 fix proptypes
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-09-10 00:48:06 +02:00
58bdf4b1c7 do not push filter changes to history
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-09-10 00:44:21 +02:00
fc8bb22359 Reactions page improvements
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-09-10 00:23:49 +02:00
d60f187c98 Merge branch 'reactions-page' of https://gitlab.com/mkljczk/soapbox-fe into reactions-page 2021-09-09 23:35:51 +02:00
4c4739b5e8 Change chunk name
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-09-09 23:35:25 +02:00
marcin mikołajczak
c2fc7a0331 Merge branch 'develop' into 'reactions-page'
# Conflicts:
#   app/soapbox/utils/features.js
2021-09-09 20:48:30 +00:00
660661451c Conditionally link to emoji reaction list
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-09-09 20:44:12 +02:00
3672d9faa5 Show user likes to others if hide_favorites===false
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-09-09 20:05:54 +02:00
Sean King
c26471d57b
Fix merge conflicts 2021-09-09 10:53:19 -06:00
Alex Gleason
b24cf2361b
SidebarMenu: conditional display of features 2021-09-08 14:03:05 -05:00
Alex Gleason
2c2300cda4
Fix LoginPage & LoginForm tests 2021-09-08 12:20:20 -05:00