1
0
Fork 0
Commit Graph

278 Commits

Author SHA1 Message Date
Ryan Fox 21d2927e50
Stop using old API for mention searches
This caused some errors on GoToSocial.
2022-04-10 16:57:59 -07:00
Ryan Fox bf734205da
Minor spacing tweaks 2022-04-10 16:35:09 -07:00
Ryan Fox ba14afda40
GoToSocial: Fix streaming
It did not like the trailing slash, lol.
2022-04-10 16:27:55 -07:00
Ryan Fox 9f61ebca7c
Shrink emotes 2022-03-30 09:01:48 -07:00
Ryan Fox d02b4802d5
Correct spacing on reblog markers 2022-03-29 22:22:04 -07:00
Ryan Fox e308c32bdd
Display emoji in account display names 2022-03-29 22:18:18 -07:00
Ryan Fox abfaaa5570
Fix wonky quote toot avatars 2022-03-29 21:56:29 -07:00
Ryan Fox 16eef14e04
Add support for custom emoji 2022-03-29 21:48:56 -07:00
Ryan Fox 291e0a8d75
Bump dependencies, I think
I absolutely plan to scrap this stupid NPM dependency. :-/
2022-03-29 21:47:22 -07:00
Ryan Fox 51b1fa2b17
Prepare for emoji support 2022-03-26 23:07:04 -07:00
Ryan Fox b30c66356a
Add follow requested indicator 2022-03-26 19:48:25 -07:00
Ryan Fox 5566d320f5
Pleroma: Support quote posts 2022-03-24 18:27:46 -07:00
Ryan Fox 1053544ddc
Make more fields optional
This fixes GoToSocial compatibility.
2022-03-23 17:02:31 -07:00
Ryan Fox 2fbcef5e4c
Strip inline quotes 2022-01-24 15:55:53 -08:00
Ryan Fox 906736dbd7
Correct margins on quote posts 2022-01-23 19:28:38 -08:00
Ryan Fox 222d4277a7
Display quote toots
This only works with QOTO, but making it work with Pleroma should be
pretty easy.
2022-01-23 18:27:22 -08:00
Ryan Fox 5e9e974e95
Use correct reblog URLs and creation dates 2022-01-21 19:25:01 -08:00
Ryan Fox 180a5719b8
Do not link mentions to external profiles 2022-01-21 02:11:52 -08:00
Ryan Fox ff3f72abfc
Display mentions as an inline-block
Otherwise, the usernames don't always wrap properly
2022-01-19 07:51:40 -08:00
Ryan Fox a5309d8cc7
Display acct as an inline block 2022-01-18 22:11:07 -08:00
Ryan Fox 6648fd840c
Show mentions in status
Soapbox does not seem to include mentions in the status text anymore.
I wanted to add a "Replying to" option, but I have no clue how replies
work.
2022-01-18 21:36:55 -08:00
Ryan Fox 592607835a
Make instance icons more prevalent 2021-12-01 00:50:51 -08:00
Ryan Fox afc3f3e09d
Add screenshot to README 2021-11-30 20:11:39 -08:00
Ryan Fox 122f22425e
Show instance icon on statuses 2021-11-30 20:01:34 -08:00
Ryan Fox c557d41acb
Remove the keyboard shortcut for sending a draft
The ctrlPressed value seems to be inaccurate, and I keep sending drafts
by accident.
2021-04-12 23:23:37 +00:00
Ryan Fox a27709ccfd
Add proper audio preview support 2021-03-07 03:31:09 +00:00
Ryan Fox b393666593
Whoops, fix columns on mobile 2021-03-07 02:56:18 +00:00
Ryan Fox 325a698ebe
Only hide borders on column menus 2021-03-07 02:38:51 +00:00
Ryan Fox ea00e2d684
Scale drafting menu for smaller screens 2021-03-07 02:36:17 +00:00
Ryan Fox 7af0fb6e2a
Remove edge borders from column buttons 2021-03-06 23:33:26 +00:00
Ryan Fox 89d1670ece
Don't adjust hashtag timeline for buttons
It doesn't have them! Fixes the weird space at the bottom.
2021-03-06 23:24:17 +00:00
Ryan Fox 6fc967c05a
Add support for displaying polls
Doesn't look the prettiest, but it's there!
2021-03-06 23:20:53 +00:00
Ryan Fox a0b3970747
Prevent clicking spoilers from opening thread 2021-01-30 03:37:04 +00:00
Ryan Fox 21ccfe7e52
Make whole status clickable
This makes it possible to open statuses without status text.
2021-01-30 02:13:25 +00:00
Ryan Fox a037cbe9ec
Move locked account indicator before badges 2021-01-17 00:20:37 +00:00
Ryan Fox e708f7197a
Add moved account indicator 2021-01-16 04:53:12 +00:00
Ryan Fox e0777847a8
Make hashtag history optional in searches
Fixes search on Pleroma.
2021-01-15 23:24:18 +00:00
Ryan Fox 54a3cec17c
Fix auth code extraction
Cut off get request at the & if provided. This fixes logins for
Pleroma.
2021-01-15 22:57:31 +00:00
Ryan Fox a1a7b16842
Don't re-open statuses on click 2021-01-15 20:13:24 +00:00
Ryan Fox c74e09cfaf
Account selector: Username before instance name 2021-01-15 04:48:41 +00:00
Ryan Fox 0fd0441093
Show username in boost if no display_name found 2021-01-13 21:26:55 +00:00
Ryan Fox dae4d98f54
Follow request notifications
I'm not sure why the other clients don't have these. I want them!
2021-01-12 21:06:13 +00:00
Ryan Fox 3814ee8f62
Disable width constraints on image viewer
Prevents aspect ratio from getting all distorted. Width is less of an
issue on laptop screens.
2021-01-12 19:33:53 +00:00
Ryan Fox 2f227355b8
Show pinned statuses 2021-01-12 06:08:43 +00:00
Ryan Fox 487adc9d1f
Use display_name when showing boosts 2021-01-12 05:39:00 +00:00
Ryan Fox 0162eeaeda
Exclude replies by default 2021-01-12 04:20:35 +00:00
Ryan Fox 0f7a4c6bcf
Update search functionality
APIv1 search is deprecated and doesn't work anymore.
2021-01-12 00:12:13 +00:00
Ryan Fox 0222df76c7
Add fields to Tooty 2021-01-11 22:56:21 +00:00
Ryan Fox da0358b9ea
Format dates the way that God intended 2021-01-11 22:55:40 +00:00
Ryan Fox 5a3ef2f83e
Bring back minimum status height
Fixes some div sizes. Turns out I just needed to lower it to match the
avatar size.
2021-01-11 19:40:37 +00:00