Commit Graph

492 Commits

Author SHA1 Message Date
f70d44f67c Display familiar followers on Mastodon
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-05-16 19:32:35 +02:00
c540ae2201 Restore session management
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-05-12 17:45:40 +02:00
b64be353cc eslint: indent switch statements 2022-05-11 16:06:35 -05:00
ae01b845de eslint: enforce spacing of imports (and infix ops) 2022-05-11 12:40:34 -05:00
99b76bb745 Fix LandingPage test. Fix rememberSoapboxConfig not importing (!!) 2022-05-10 19:11:26 -05:00
a657b6374c Search: fix crash on paginating hashtags 2022-05-06 11:36:55 -05:00
ffbb6f51de use camelCase
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-05-04 20:36:46 +02:00
f6f8ef99d9 Merge remote-tracking branch 'soapbox/develop' into edit-posts
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-05-03 21:29:38 +02:00
e2f24cdd6b Account for multiple rules 2022-05-03 08:15:11 -04:00
35a731ffd9 Restore localStorage onboarding code 2022-05-02 15:55:52 -05:00
86ecda84c5 rule_id --> rule_ids 2022-05-02 14:50:16 -05:00
9cbe98f131 Reports: submit rule_ids to API 2022-05-02 14:39:08 -05:00
86fb9bf704 Add ProgressBar and dark mode support 2022-05-02 13:55:08 -04:00
6baec89484 Fix test 2022-05-02 13:55:08 -04:00
ac53ed11b9 Add tests for Rules redux action/reducer 2022-05-02 13:55:08 -04:00
924b042c84 Improve reporting modal 2022-05-02 13:55:07 -04:00
0fa58be38c Catch instance/fetch error, only set instance_fetch_failed on 404 2022-05-02 11:46:18 -05:00
39b92b96fc Store settings in IndexedDB even on unsupported backends 2022-04-29 23:15:41 -05:00
db56d9b16a Update tests, remove unused code
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-04-29 23:19:52 +02:00
387ebfc56c Allow editing posts on Mastodon
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-04-28 16:26:47 +02:00
19d579c2a0 createAsyncThunk(): .toString() --> .type 2022-04-25 15:47:47 -05:00
72e64780f7 Update tests relying on actions/instance 2022-04-25 14:27:09 -05:00
c6456a43b6 Convert actions/instance to use createAsyncThunk() 2022-04-25 14:17:05 -05:00
e64d93abcb Fix Patron tests 2022-04-24 19:02:25 -05:00
73f086c680 Add "Donor" badge 2022-04-24 17:27:08 -05:00
3f9cc3cd04 Restore Patron features, context to TSX 2022-04-24 17:01:57 -05:00
7038d6a844 Convert a bunch of files to TypeScript 2022-04-24 14:28:07 -05:00
ea34a7f303 DELETE INTERSECTION OBSERVER ARTICLE 2022-04-22 13:13:40 -05:00
35396923be Test rendering notifications 2022-04-16 19:03:33 -05:00
2ebf4777c2 Nuke the local uuid implementation 2022-04-15 20:00:03 -05:00
19aa4b254e Support 'status' notification type
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-04-14 22:14:54 +02:00
92a6058f26 typescript
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-04-14 17:50:47 +02:00
44b64d51c4 Merge remote-tracking branch 'soapbox/next' into next_ 2022-04-14 00:05:21 +02:00
2faaa75d9c tests
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-04-14 00:04:41 +02:00
50797119ff typescript
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-04-13 16:07:50 +02:00
934055557f Fix sidebar reducer test 2022-04-12 20:23:45 -05:00
9c79ae386a SidebarMenu: convert to tsx 2022-04-12 19:52:20 -05:00
b5ae9adf63 Chats: typescript
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-04-12 18:52:56 +02:00
2943b91034 Typescript, convert some components to functional
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-04-11 21:58:48 +02:00
fb3b88b80b reply mentions modalto tsx
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-04-10 10:20:12 +02:00
20aa17ce64 Merge branch 'next-status-loading' into 'next'
Next: Improve status loading, refactor Status components to TSX

See merge request soapbox-pub/soapbox-fe!1179
2022-04-04 21:36:47 +00:00
e88fe4a707 Clean up me usage 2022-04-04 14:24:55 -05:00
c51441c026 TypeScript: reducers/me 2022-04-04 12:44:05 -05:00
ed47cf5f09 Convert old tests to use "react-testing-library" 2022-04-04 11:53:47 -04:00
4a8f08e313 StatusActionBar: convert to tsx 2022-04-01 18:39:27 -05:00
836c02b388 Convert reducers/alerts to Typescript 2022-03-31 18:18:39 -05:00
7efa10e7e0 Convert reducers/admin to Typescript 2022-03-31 18:10:34 -05:00
dddba516fb Convert selectors/index to Typescript 2022-03-31 17:00:31 -05:00
c0c758c103 Typescript: reducers/polls.ts 2022-03-26 16:20:45 -05:00
f83119bfc9 Filter statuses by full acct with @ symbol 2022-03-26 11:17:27 -05:00