Alex Gleason
|
c356597523
|
sw.js: fix match against undefined pathname
|
2021-11-15 13:04:03 -06:00 |
|
Alex Gleason
|
bb1275e51a
|
Merge branch 'fix-weird-text-overflow' into 'develop'
SubNavigation: fix weird overflow issue
See merge request soapbox-pub/soapbox-fe!867
|
2021-11-12 23:06:46 +00:00 |
|
Alex Gleason
|
6c201c7b13
|
SubNavigation: fix weird overflow issue
|
2021-11-12 17:06:14 -06:00 |
|
Alex Gleason
|
7baff3d696
|
Merge branch 'drop-invalid-notifications' into 'develop'
Notifications: drop status notifications if status is null
See merge request soapbox-pub/soapbox-fe!866
|
2021-11-12 21:20:31 +00:00 |
|
Alex Gleason
|
59db8fb442
|
Notifications: drop status notifications if status is null
|
2021-11-12 15:06:37 -06:00 |
|
Alex Gleason
|
9970780e53
|
Merge branch 'small-ui-updates' into 'develop'
Small UI updates
See merge request soapbox-pub/soapbox-fe!865
|
2021-11-12 20:03:49 +00:00 |
|
Alex Gleason
|
1e603b8255
|
Interactions: don't reimport updated status with unfavourite and unreblog.
Mastodon doesn't decrement the counter in the API response, and we actually don't want updated counters anyway.
|
2021-11-12 13:39:06 -06:00 |
|
Alex Gleason
|
95e80fc4f5
|
SubNavigation: increase Back button size, constrain message width
|
2021-11-12 12:47:36 -06:00 |
|
Alex Gleason
|
47a3ecc30e
|
ComposeModal: conditional title when replying
|
2021-11-12 12:28:58 -06:00 |
|
Alex Gleason
|
a354fd325d
|
Statuses: optimistic reply counter
|
2021-11-12 12:18:11 -06:00 |
|
Alex Gleason
|
4c1b3dd88b
|
ThumbNavigation: balance the width of the icons so the labels overflow
|
2021-11-12 11:48:43 -06:00 |
|
Alex Gleason
|
6871db26c4
|
Merge branch 'registration-form-password-fix' into 'develop'
RegistrationForm: prevent small error with password matching
See merge request soapbox-pub/soapbox-fe!863
|
2021-11-08 22:28:16 +00:00 |
|
Alex Gleason
|
def3c542c0
|
RegistrationForm: prevent small error with password matching
|
2021-11-08 16:27:32 -06:00 |
|
Alex Gleason
|
f51f3309a2
|
Merge branch 'password-confirm-fix' into 'develop'
RegistrationForm: validate password mismatch
See merge request soapbox-pub/soapbox-fe!862
|
2021-11-08 22:17:58 +00:00 |
|
Alex Gleason
|
5a767c8960
|
Jest: update snapshot
|
2021-11-08 16:08:25 -06:00 |
|
Alex Gleason
|
109046eef8
|
RegistrationForm: validate password mismatch
|
2021-11-08 15:57:37 -06:00 |
|
Alex Gleason
|
b1017450bc
|
Merge branch 'actions-modal-warnings' into 'develop'
DropdownMenu/ActionModal: Use warning color for delete actions
See merge request soapbox-pub/soapbox-fe!861
|
2021-11-08 16:36:14 +00:00 |
|
|
d25354013a
|
Use .destructive
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2021-11-08 17:21:33 +01:00 |
|
|
0549c365e5
|
Use high contrast color
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2021-11-07 10:36:20 +01:00 |
|
|
287bd6c7f5
|
Use warning color for delete actions
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2021-11-07 10:24:09 +01:00 |
|
Alex Gleason
|
b65b44be62
|
Merge branch 'fix-polls' into 'develop'
Poll: fix crash when voting
See merge request soapbox-pub/soapbox-fe!860
|
2021-11-06 04:44:02 +00:00 |
|
Alex Gleason
|
cb98c16011
|
Poll: fix crash when voting
|
2021-11-05 23:29:35 -05:00 |
|
Alex Gleason
|
b648861309
|
Merge branch 'eslint-indent-enforce' into 'develop'
eslint: error on wrong indentation
See merge request soapbox-pub/soapbox-fe!857
|
2021-11-04 20:29:17 +00:00 |
|
Alex Gleason
|
7bf70d9f4d
|
Merge branch 'menu-icon-disable-transition' into 'develop'
DropdownMenu: disable svg icon transition for better hover state
See merge request soapbox-pub/soapbox-fe!858
|
2021-11-04 20:28:58 +00:00 |
|
Alex Gleason
|
7361dba65b
|
DropdownMenu: disable svg icon transition for better hover state
|
2021-11-04 15:27:55 -05:00 |
|
Alex Gleason
|
17b90a9b74
|
eslint: error on wrong indentation
|
2021-11-04 15:22:40 -05:00 |
|
Alex Gleason
|
2cecefd749
|
Merge branch 'card-empty-icon' into 'develop'
Card: fix empty card icon
See merge request soapbox-pub/soapbox-fe!856
|
2021-11-04 20:12:31 +00:00 |
|
Alex Gleason
|
887da20192
|
Merge branch 'actions-modal-icons' into 'develop'
Add missing icon to account menu
See merge request soapbox-pub/soapbox-fe!855
|
2021-11-04 20:02:35 +00:00 |
|
|
adfde143bd
|
Add missing icon to account menu
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2021-11-04 20:58:11 +01:00 |
|
Alex Gleason
|
0e95a64027
|
Card: fix empty card icon
|
2021-11-04 14:57:52 -05:00 |
|
Alex Gleason
|
0b21092281
|
Merge branch 'more-pull-to-refresh' into 'develop'
Add Pull to Refresh to timelines, Notifications, Chats, Bookmarks
See merge request soapbox-pub/soapbox-fe!854
|
2021-11-04 19:37:47 +00:00 |
|
Alex Gleason
|
6bb946e9e7
|
Merge branch 'actions-modal-icons' into 'develop'
Add icons for status action bars
See merge request soapbox-pub/soapbox-fe!853
|
2021-11-04 19:33:28 +00:00 |
|
Alex Gleason
|
f42427fec3
|
Column: fix PullToRefresh border-radius
|
2021-11-04 14:22:54 -05:00 |
|
Alex Gleason
|
65a2a40cb2
|
Pull to Refresh: Notifications, Chats, Bookmarks
|
2021-11-04 14:20:11 -05:00 |
|
|
43fe27eecc
|
Add icons to all? dropdown menus
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2021-11-04 20:19:04 +01:00 |
|
Alex Gleason
|
f61845b876
|
Pull to Refresh on public timelines
|
2021-11-04 13:41:56 -05:00 |
|
Alex Gleason
|
9ce3aa8d1b
|
HomeTimeline: pull to refresh
|
2021-11-04 13:30:54 -05:00 |
|
|
e669938793
|
Fix icons opacity
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2021-11-04 19:28:23 +01:00 |
|
Alex Gleason
|
3ad3b5c84a
|
Status: implement proper Pull to Refresh, refactor horrible status actions
|
2021-11-04 13:16:28 -05:00 |
|
|
bdb61c14e3
|
Add icons for status action bars
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2021-11-04 19:16:04 +01:00 |
|
Alex Gleason
|
16f6644602
|
Status: implement actual Pull to Refresh on threads, add PullToRefresh custom component
|
2021-11-04 12:34:22 -05:00 |
|
Alex Gleason
|
4eb9b3c26e
|
Merge branch 'actions-modal-styles' into 'develop'
Restyle actions modal
See merge request soapbox-pub/soapbox-fe!852
|
2021-11-04 16:54:56 +00:00 |
|
|
9ccb295004
|
Restyle actions modal
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2021-11-04 17:44:19 +01:00 |
|
Alex Gleason
|
d7cae9c3ec
|
Merge branch 'ios-improvements' into 'develop'
Improve mobile input fields
See merge request soapbox-pub/soapbox-fe!851
|
2021-11-04 05:59:24 +00:00 |
|
Alex Gleason
|
d76219c624
|
Jest: update snapshots
|
2021-11-04 00:49:57 -05:00 |
|
Alex Gleason
|
a9a3f09068
|
Registration/Login: improve text inputs on mobile
|
2021-11-04 00:36:34 -05:00 |
|
Alex Gleason
|
7b7cfdd4be
|
ExternalLoginForm: improve mobile text input
|
2021-11-04 00:33:42 -05:00 |
|
Alex Gleason
|
250b945d03
|
Merge branch 'webpack-refactor-devserver-env' into 'develop'
Webpack: refactor devserver env
See merge request soapbox-pub/soapbox-fe!850
|
2021-11-04 04:50:22 +00:00 |
|
Alex Gleason
|
bcc55e9e85
|
Webpack: refactor devserver env
|
2021-11-03 23:41:55 -05:00 |
|
Alex Gleason
|
b516ff0b03
|
Merge branch 'pull-to-refresh' into 'develop'
Thread: fix pullable styles
See merge request soapbox-pub/soapbox-fe!849
|
2021-11-04 01:59:10 +00:00 |
|