Alex Gleason
9840bd315f
EmojiReacts: handle undefined emoji reacts on a status
2021-07-04 20:09:17 -05:00
faeb9b645f
Update Polish translation
...
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-07-03 12:25:36 +02:00
Alex Gleason
02c725adbe
Make admin crypto address tickers more forgiving
2021-07-02 18:49:32 -05:00
Alex Gleason
1cb53b60f9
Check URL params defensively, probably fixes #670
2021-07-02 15:06:27 -05:00
Alex Gleason
c24c97a320
Merge branch 'styles-unauthorized' into 'develop'
...
Correct unauthorized modal styling
See merge request soapbox-pub/soapbox-fe!573
2021-07-02 17:30:08 +00:00
9a6a6fe7e0
text-align: center
...
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-07-02 19:16:01 +02:00
539416f4a1
Correct unauthorized modal styling
...
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-07-02 19:09:22 +02:00
Alex Gleason
c329b6e13e
Fix upload form style on light theme
2021-07-01 22:59:44 -05:00
Alex Gleason
4d334bd2b8
Add blurhash to upload form, fixes #661
2021-07-01 22:04:34 -05:00
Alex Gleason
5c630ad094
Replace repetitive blurhash code with component
...
https://github.com/tootsuite/mastodon/pull/14267
https://github.com/tootsuite/mastodon/pull/14278
2021-07-01 21:50:53 -05:00
Alex Gleason
5d27cbe488
FIX LINTER ERROR AGAIN
2021-07-01 21:04:11 -05:00
Alex Gleason
bf59785941
Merge branch 'develop' into 'develop'
...
Localizable about pages
See merge request soapbox-pub/soapbox-fe!546
2021-07-02 02:03:13 +00:00
Alex Gleason
520d82dd0a
Merge branch 'shortcuts' into 'develop'
...
Fix keyboard shortcuts
See merge request soapbox-pub/soapbox-fe!555
2021-07-02 02:01:12 +00:00
Alex Gleason
fa3eb129f4
Fix linter error
2021-07-01 20:58:20 -05:00
Alex Gleason
e74379b6f2
Merge branch 'simplify-greentext' into 'develop'
...
Simplify greentext code
See merge request soapbox-pub/soapbox-fe!569
2021-07-02 01:54:52 +00:00
Alex Gleason
22a140f9f7
Fix SoapboxConfig theme toggle issue
2021-07-01 20:50:28 -05:00
Alex Gleason
d9202baa58
Simplify greentext code
2021-07-01 20:41:03 -05:00
Alex Gleason
151f198c66
Merge branch 'performance-improvements' into 'develop'
...
Performance improvements
See merge request soapbox-pub/soapbox-fe!568
2021-07-02 01:33:24 +00:00
Alex Gleason
67392cbc12
Chats: don't render ChatList unless mainWindow is open for performance
2021-07-01 20:14:39 -05:00
Alex Gleason
4f1139d414
Fix unused imports
2021-07-01 19:55:40 -05:00
Alex Gleason
352c87c3b7
Fix StatusList memoization
2021-07-01 19:41:16 -05:00
Alex Gleason
8961fc1b68
CoinList: memoize coinList for performance
2021-07-01 19:37:49 -05:00
Alex Gleason
e7d360baae
ProfileDropdown: memoize otherAccounts for performance
2021-07-01 19:31:27 -05:00
Alex Gleason
93d68ffe9b
SidebarMenu: memoize otherAccounts for performance
2021-07-01 18:59:48 -05:00
Alex Gleason
1b92ce0d4a
Chats: refactor AudioToggle for performance
2021-07-01 18:50:18 -05:00
Alex Gleason
9cbd7b88c7
Chats: memoize ChatMessageList messages for performance
2021-07-01 18:41:08 -05:00
Alex Gleason
319af71327
Chats: memoize sorted chat IDs list
2021-07-01 18:14:40 -05:00
Alex Gleason
0ac34db821
UI: get rid of LAYOUTS concept, use pages only
2021-07-01 18:01:50 -05:00
Alex Gleason
799f19bbc4
Chats: improve performance
2021-07-01 18:01:33 -05:00
Alex Gleason
74e6d8ce81
Refactor ThemeToggle, SettingToggle for performance
2021-07-01 16:43:28 -05:00
Alex Gleason
968c7332f0
Composer: only injectIntl on the ComposeFormContainer for performance
2021-07-01 16:10:03 -05:00
Alex Gleason
c5672806cb
Add "Why Did You Render" for debugging
2021-07-01 15:48:10 -05:00
Alex Gleason
069f32c602
Chats: fix unnecessary re-rendering
2021-07-01 15:42:10 -05:00
Alex Gleason
91fdec9d3c
Merge branch 'lists' into 'develop'
...
Fix issues related to lists
See merge request soapbox-pub/soapbox-fe!567
2021-07-01 20:01:42 +00:00
edab70e2ea
Fix issues related to lists
...
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-07-01 21:45:25 +02:00
Alex Gleason
64b0fa6d99
Load ChatPanes asynchronously
2021-07-01 14:05:35 -05:00
Alex Gleason
e87affbbca
Remove 'beforeunload' event from UI
...
This only works in MS Edge but likely causes re-rendering of the UI on compose events in every browser. There are better ways to prevent data loss, like storing the composer state in localStorage.
2021-07-01 14:05:34 -05:00
Alex Gleason
90a062e9a3
Remove unused navigation-bar code
2021-07-01 14:05:34 -05:00
Alex Gleason
55015a72c1
Fix greentext postprocessing
2021-06-30 22:38:33 -05:00
Alex Gleason
bbeecddc37
Greentext support
2021-06-30 21:39:27 -05:00
Alex Gleason
f0e53c2b2c
Datepicker: auto open
2021-06-30 21:02:53 -05:00
Alex Gleason
8e168fdc0a
Merge branch 'reaction-labels' into 'develop'
...
Reaction labels
See merge request soapbox-pub/soapbox-fe!557
2021-06-30 21:09:59 +00:00
78c55e8798
status.favourite: like
...
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-06-30 22:56:23 +02:00
f8deb13345
status.favourite: favorite
...
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-06-30 22:50:27 +02:00
Alex Gleason
9ea1df2fb1
Scheduled statuses validation
2021-06-30 14:53:29 -05:00
Alex Gleason
f692d3a987
Merge branch 'custom-fields-count' into 'develop'
...
Only show 4 profile metadata items by default
See merge request soapbox-pub/soapbox-fe!562
2021-06-30 16:10:59 +00:00
Alex Gleason
3f3b43d4a6
Merge branch 'sidebar-menu-align' into 'develop'
...
Align items in sidebar menus
See merge request soapbox-pub/soapbox-fe!561
2021-06-30 16:09:50 +00:00
Alex Gleason
411ecadeda
Merge branch 'move' into 'develop'
...
Account move notification
See merge request soapbox-pub/soapbox-fe!560
2021-06-30 16:06:57 +00:00
Alex Gleason
c382eb086a
Merge branch 'hotkey-navigation' into 'develop'
...
Partially fix hotkey navigation on timelines (up/down)
See merge request soapbox-pub/soapbox-fe!559
2021-06-30 16:05:59 +00:00
149d8a909f
Only show 4 profile metadata items by default
...
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-06-30 16:15:44 +02:00