Commit Graph

678 Commits

Author SHA1 Message Date
c5b751a68d Merge branch 'announcements' into 'develop'
Announcements

See merge request soapbox-pub/soapbox-fe!1614
2022-07-16 19:02:10 +00:00
86579abd45 Workaround for filtering on latest Mastodon
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-07-16 19:59:00 +02:00
7482d37f5c Merge branch 'add-loading-state-to-carousel' into 'develop'
Add disabled state when changing feed filter

See merge request soapbox-pub/soapbox-fe!1636
2022-07-14 20:58:00 +00:00
6f727ae139 Add disabled state when changing feed filter 2022-07-14 15:46:04 -04:00
3377f1dcd1 Merge branch 'developers-stuff' into 'develop'
Add advanced settings under Developers section, refactor

See merge request soapbox-pub/soapbox-fe!1625
2022-07-14 18:18:22 +00:00
583e4171f1 Add some tests
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-07-13 19:57:22 +02:00
37d97eb857 Notifications: TS
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-07-11 23:27:43 +02:00
104c2305fb CreateApp: convert to TSX+FC 2022-07-11 11:34:14 -05:00
1254f8a3f3 Merge branch 'feed-suggestions' into 'develop'
Feed suggestions

See merge request soapbox-pub/soapbox-fe!1595
2022-07-11 13:00:41 +00:00
f6a0d31b54 Disable announcements reactions on Pleroma
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-07-10 23:35:22 +02:00
724fe8b765 statuses links
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-07-10 00:15:14 +02:00
ec040ff253 Merge remote-tracking branch 'soapbox/develop' into announcements
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-07-09 23:54:04 +02:00
cb26a515a2 Fix suggestions test types 2022-07-09 15:08:01 -05:00
3874d1d9ef Merge remote-tracking branch 'origin/develop' into feed-suggestions 2022-07-09 15:02:45 -05:00
ef6510f03b Merge remote-tracking branch 'origin/develop' into subscription-fixes 2022-07-09 14:46:47 -05:00
f5c3497ece Merge remote-tracking branch 'soapbox/develop' into announcements 2022-07-09 19:35:03 +02:00
6ddb44f626 Upgrade Tabler to v1.73.0, use new import paths, remove Webpack hack 2022-07-09 11:20:02 -05:00
627e6c574f Drop invalid notifications 2022-07-08 17:52:39 -05:00
da9eaf2b82 verifyCredentials: do alert on failure 2022-07-08 14:48:06 -05:00
3fbc912dae logIn: rethrow 403 for non-waitlisted account 2022-07-08 14:38:36 -05:00
8bc8137231 actions/auth: ignore the backend error message, always display "wrong username/password" 2022-07-08 13:02:07 -05:00
b3b6a7e4bc Announcements
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-07-07 23:10:09 +02:00
afe1edddf9 rootReducer(undefined, {} as any) --> rootState 2022-07-06 17:22:11 -05:00
e9112506c6 FIX ACTION TESTS TYPES 2022-07-06 17:02:44 -05:00
c664844e3c Persist suggestions when filtering feed 2022-07-06 14:30:06 -04:00
b46ccc8b3e Add tests for suggestions action 2022-07-06 14:30:06 -04:00
da98a1e137 Build Feed Suggestions 2022-07-06 14:30:06 -04:00
9ce9a3f951 patchMe(): use multipart/form-data only optionally 2022-07-05 21:04:42 -05:00
388d887583 Upgrade axios to v1.0.0-alpha.1, remove custom toFormData implementation 2022-07-04 12:53:25 -05:00
1e53c9f6d4 username -> acct 2022-06-29 11:10:00 -04:00
1f3785c920 Add FeedCarousel 2022-06-29 11:10:00 -04:00
33bebf5bba Add "carousel" redux logic 2022-06-29 11:10:00 -04:00
61968f3b84 actions/timelines: fix since_id 2022-06-27 09:55:40 -05:00
a228d87fa4 Merge branch 'alexgleason-develop-patch-30581' into 'develop'
Ignore streaming deletion events

See merge request soapbox-pub/soapbox-fe!1566
2022-06-27 14:49:03 +00:00
8e7d3d45a9 Merge branch 'sw-skipwaiting' into 'develop'
ServiceWorker: display a toast to skipWaiting and reload tabs when new ServiceWorker is ready

See merge request soapbox-pub/soapbox-fe!1480
2022-06-27 14:48:42 +00:00
1519bfa969 Fix tests from TSX conversion 2022-06-27 10:02:21 -04:00
e785fd2c63 Merge branch 'add-accounts-action-tests' into 'develop'
Add more tests for accounts action

See merge request soapbox-pub/soapbox-fe!1565
2022-06-27 12:28:50 +00:00
dfbe05b390 Merge branch 'ts' into 'develop'
Reducers: TypeScript

See merge request soapbox-pub/soapbox-fe!1562
2022-06-25 06:00:44 +00:00
4004163fac actions/streaming: comment out unused import 2022-06-24 20:36:06 +00:00
d5ffce844d ServiceWorker: display loading screen while updating 2022-06-24 11:52:57 -05:00
23c37229b8 Don't dismiss ServiceWorker snackbar 2022-06-23 18:03:35 -05:00
82122ffe45 Snackbar: refactor to use opts object 2022-06-23 17:54:38 -05:00
4e545f0638 Reducers: TypeScript
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-06-24 00:33:23 +02:00
8a13984be1 Alerts: convert to TSX 2022-06-23 16:07:00 -05:00
3e205a9610 ServiceWorker: click toast to install update (dirty) 2022-06-23 15:20:41 -05:00
a8d4a08e15 Ignore streaming deletion events 2022-06-23 19:58:38 +00:00
86d6c519f0 Add tests for authorizeFollowRequest() action 2022-06-23 15:37:21 -04:00
7fc43f524a Add tests for expandFollowRequests() action 2022-06-23 15:31:32 -04:00
6775beba93 Add tests for fetchFollowRequests() action 2022-06-23 15:24:31 -04:00
ba595259c1 Add tests for fetchRelationships() action 2022-06-23 15:17:36 -04:00