1
0
Fork 0
Commit Graph

256 Commits

Author SHA1 Message Date
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
Ryan Fox 7fa6c05307
Update repository link for registering app 2021-01-11 19:36:50 +00:00
Ryan Fox 7e26999ff2
Fix sensitive image indicators 2021-01-11 19:32:29 +00:00
Ryan Fox b59ac87c81
Make some more Account values optional
Fixes the multi-account functionality.
2021-01-11 19:09:12 +00:00
Ryan Fox 1506453fc0
Add locked account and bot indicators 2021-01-11 09:07:37 +00:00
Ryan Fox 20199d02ad
Set last_status_at field as optional 2021-01-11 09:06:36 +00:00
Ryan Fox 628ac848d3
Load even more data from accounts 2021-01-11 08:47:19 +00:00
Ryan Fox 5da1d8882c
Update README 2021-01-11 04:53:04 +00:00
Ryan Fox f0d6484b9c
Make account selector avatars circular too 2021-01-11 04:48:39 +00:00
Ryan Fox c12a1ffb70
Make modal background semi-transparent 2021-01-11 03:13:50 +00:00
Ryan Fox 992c032e9f
Fix default draft settings; Reset draft on load 2021-01-11 03:12:21 +00:00
Ryan Fox e6a7eb4146
Get rid of max height when replying to toots
There is a ton of negative space. If the post I'm replying to is long,
I'll scroll in the column rather than in the box containing the post.
2021-01-10 22:19:29 +00:00
Ryan Fox d1dc4e1c67
Display usernames in notifications Mastodon-like 2021-01-10 22:09:11 +00:00
Ryan Fox 4934e38465
Remove minimum status height, looks weird 2021-01-10 21:53:50 +00:00
Ryan Fox be05f24b52
Make the preview_url optional
It won't always be present, especially for media like audio. (I'll fix
audio eventually.)
2021-01-10 21:44:48 +00:00
Ryan Fox 7eb414190a
Display banner images a bit nicer 2021-01-10 21:35:14 +00:00
Ryan Fox ea39adf374
Get "source" information from Mastodon
We will need this to get the correct draft defaults later.
2021-01-10 21:26:57 +00:00
Ryan Fox 5043e89837
Show acct instead of username where applicable
This allows users to see the instance used by the poster in the
timeline, and I like the look of it better.
2021-01-10 21:26:29 +00:00
Ryan Fox 2fc0cbb852
Show all images in their full glory 2021-01-10 20:28:22 +00:00
Ryan Fox cda948b815
Display avatars inline for notifications 2021-01-10 19:59:05 +00:00
Ryan Fox 8726a56320
Make all avatars circular; Fix emoticons I broke 2021-01-10 19:45:01 +00:00
Ryan Fox 4ecf7b89a7
Add license for the original author
Name taken from his GitHub profile, MIT license specified in the
elm-package.json. Hopefully I did this right.
2021-01-10 19:27:44 +00:00
Ryan Fox 1ad0247660
Default display_name text to username 2021-01-10 19:23:49 +00:00