Commit graph

384 commits

Author SHA1 Message Date
Alex Gleason
76e8e2e999
Create a wrapper component around react-hotkeys 2023-09-14 12:59:30 -05:00
Alex Gleason
19bf51165c
Thread: replace call to setImmediate 2023-09-13 14:17:30 -05:00
14e2e07305 Prefer accessible links
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-08-25 23:19:56 +02:00
55b1f9be67 Focus the correct status in media modal
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-03 13:39:11 +02:00
b0bdb78543 Fix hotkey navigation in media modal
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-02 18:41:39 +02:00
Alex Gleason
d4eaf1e27a
Make useOwnAccount return an object 2023-06-25 12:35:09 -05:00
Chewbacca
b45d1ea7fa Fix dark border color 2023-06-01 12:41:23 -04:00
Chewbacca
866c80d30b Improve the MediaModal with ability to like, comment, reply, etc 2023-05-31 08:50:03 -04:00
Chewbacca
602eaf1ec1 Use AppDispatch 2023-05-31 08:44:45 -04:00
5f1bbfb194 Fix open media hotkey
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-05-27 01:12:20 +02:00
Alex Gleason
917b45bdc5 Merge branch 'status-schema' into 'develop'
Status schema improvements

See merge request soapbox-pub/soapbox!2521
2023-05-23 14:22:44 +00:00
Alex Gleason
36bbef2293
Support quoted tombstone 2023-05-22 11:47:49 -05:00
Alex Gleason
bf7c08d4d1
DetailedStatus: remove unused props 2023-05-22 10:29:52 -05:00
Chewbacca
4a2b7faa59 Support soft-deleted statuses via tombstones 2023-05-09 15:16:13 -04:00
Alex Gleason
f47b5f0a20
Thread: fix display of initial loading indicator 2023-05-08 10:44:07 -05:00
Alex Gleason
f290ca85e3
Thread: scroll up a little more on focus so the thread connector is visible 2023-05-08 10:39:25 -05:00
Chewbacca
f8d31aa505 Merge branch 'thread-connector-fix' into 'develop'
Fix alignment on ThreadConnector

See merge request soapbox-pub/soapbox!2493
2023-05-04 14:14:22 +00:00
Alex Gleason
04811c4618
InteractionCounter: use neutral colors 2023-05-03 14:37:41 -05:00
Alex Gleason
08b2f0446d
DetailedStatus: remove timestamp from account 2023-05-03 14:29:57 -05:00
Chewbacca
27cc002572 Fix alignment on ThreadConnector 2023-05-03 11:13:47 -04:00
Chewbacca
b2848f52f9 Hide status info if Thread Status 2023-04-26 09:46:31 -04:00
Chewbacca
2cce0435b4 Improve StatusInfo for reposting from groups 2023-04-19 10:09:03 -04:00
Alex Gleason
ec903a984d Merge branch 'thread-scrolltop' into 'develop'
Thread: scroll into view accounting for sticky column header

See merge request soapbox-pub/soapbox!2449
2023-04-19 13:13:03 +00:00
Alex Gleason
de9e7b3c90
Thread: scroll into view accounting for sticky column header 2023-04-18 11:00:36 -04:00
Alex Gleason
c343cce5ea
Merge remote-tracking branch 'origin/develop' into group-lookup 2023-04-17 15:55:05 -04:00
Alex Gleason
f2d5b2eaef
Update group URLs to use slugs 2023-04-17 15:42:08 -04:00
Chewbacca
21419f23d4 Add group context to details screen 2023-04-12 09:44:33 -04:00
Chewbacca
e82ecdc05c Improve alignment/spacing 2023-04-11 08:55:17 -04:00
Alex Gleason
8476d69e7b
Threads: add a bit of space between the top post and column header 2023-04-10 09:53:51 -05:00
Alex Gleason
a5d7841987
Thread: use a different title for Group posts 2023-04-05 15:21:53 -05:00
Alex Gleason
4481d9227f
Drop thread back to a medium sized card 2023-04-05 15:17:11 -05:00
Alex Gleason
9e62226bd1
Make floating column header pretty much work 2023-04-05 13:16:18 -05:00
Alex Gleason
0c15c336ea
Thread: increase spacing around thread, change title to "Post Details" 2023-04-05 11:02:23 -05:00
12f3b4fbc3 Support Friendica dislikes, quotes
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-03-25 23:16:40 +01:00
Alex Gleason
fb8d543f7c
Redirect group statuses to a custom path 2023-03-20 20:57:49 -05:00
8b81838f2f Support custom emoji reacts
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-03-18 00:07:18 +01:00
81de0014d3 Change ESLint rules, lint
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-02-16 00:12:02 +01:00
4936c3ed38 Merge remote-tracking branch 'soapbox/develop' into cleanup
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-02-12 22:26:55 +01:00
49a7d40efb Fix filters, restyle filters page
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-02-07 15:38:31 +01:00
bfe1401a34 Fix imports
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-02-06 23:48:44 +01:00
c56728b722 classNames() ==> clsx()
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-02-06 20:28:18 +01:00
Alex Gleason
701215d7bc
classNames() --> clsx() 2023-02-06 12:05:19 -06:00
49ba4c7a9d Fixes, styles improvements, cleanup, enforce classes order for classNames
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-02-06 18:18:49 +01:00
Alex Gleason
0d99ae5daa
yarn lint:js --fix 2023-02-01 16:13:42 -06:00
Alex Gleason
cfd3ea9467 Merge branch 'status-font-size' into 'develop'
Increase font size of focused status in threads

See merge request soapbox-pub/soapbox!2232
2023-01-30 19:53:24 +00:00
Alex Gleason
747cc8c5b9
StatusContent: size --> textSize 2023-01-30 13:38:29 -06:00
1f39ddf0ec Merge remote-tracking branch 'soapbox/develop' into mastodon-groups
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-01-27 23:07:26 +01:00
Alex Gleason
1169149b83
Increase font size of focused status in threads 2023-01-27 12:36:49 -06:00
Alex Gleason
ed8299892c
Autoplay embedded videos after the play button is clicked 2023-01-17 13:12:47 -06:00
Chewbacca
0cc684d940 Allow null 2023-01-09 12:49:22 -05:00