0f7a4c6bcf
Update search functionality
...
APIv1 search is deprecated and doesn't work anymore.
2021-01-12 00:12:13 +00:00
0222df76c7
Add fields to Tooty
2021-01-11 22:56:21 +00:00
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
7e26999ff2
Fix sensitive image indicators
2021-01-11 19:32:29 +00:00
f0d6484b9c
Make account selector avatars circular too
2021-01-11 04:48:39 +00:00
c12a1ffb70
Make modal background semi-transparent
2021-01-11 03:13:50 +00:00
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
4934e38465
Remove minimum status height, looks weird
2021-01-10 21:53:50 +00:00
2fc0cbb852
Show all images in their full glory
2021-01-10 20:28:22 +00:00
cda948b815
Display avatars inline for notifications
2021-01-10 19:59:05 +00:00
8726a56320
Make all avatars circular; Fix emoticons I broke
2021-01-10 19:45:01 +00:00
5b3f14ab13
Limit avatar size to 180px
2021-01-10 05:29:06 +00:00
Nicolas Perriault
2e89ad0b0f
Fix #196 : Fix incompatibilities with the Mastodon API v2.0.0. ( #197 )
2017-11-29 14:06:08 +01:00
Nicolas Perriault
7c602100a5
Fix #72:Add browser notifications.
2017-06-02 14:11:50 +02:00
Vincent Jousse
2fbafdbe53
Add follow date in notification aggregate ( #190 )
...
Add follow date in notification aggregate
Closes #176
2017-06-01 12:01:13 +02:00
Nicolas Perriault
a7c17ab6f1
Fix #160 : Add search feature. ( #188 )
...
Also fixes #187 .
2017-05-31 00:27:30 +02:00
Nicolas Perriault
6d7e9e9036
Urlify app. ( #186 )
2017-05-29 16:28:01 +02:00
Nicolas Perriault
6218f7222c
Fix #138 : Add a simple hashtag view. ( #184 )
2017-05-27 09:32:15 +02:00
Nicolas Perriault
dfc0362242
Fix #175 : Implement muting and blocking of users. ( #182 )
2017-05-25 23:07:17 +02:00
Nicolas Perriault
b6c858da2d
Render app link in target thread toot.
2017-05-23 00:25:28 +02:00
Nicolas Perriault
b180cc42e3
Improve draft status field padding.
2017-05-22 21:42:40 +02:00
Nicolas Perriault
239326b79f
Improve autocomplete menu styles.
2017-05-22 09:09:47 +02:00
Nicolas Perriault
9df541adc8
Improve selected visibility tab contrast.
2017-05-22 09:00:08 +02:00
Nicolas Perriault
f2ec5416ba
Improve toot compose form.
2017-05-21 23:42:09 +02:00
Nicolas Perriault
6f09a341e4
Move NSFW button to the draft action bar.
2017-05-18 23:23:44 +02:00
Nicolas Perriault
310fc2705e
Reduce draft status textarea size and shape.
2017-05-18 17:32:19 +02:00
Nicolas Perriault
f8763f5cae
Ensure wmin width & height for medias.
2017-05-18 15:35:16 +02:00
Nicolas Perriault
89c5a62074
Reduce column margins, fix body scroll issue.
2017-05-18 15:31:59 +02:00
Nicolas Perriault
037d62114f
Use local bootstrap assets.
...
Tooty should try harder to not rely on external http dependencies,
this is a first step.
2017-05-18 10:37:55 +02:00
Thomas Parisot
5b83a55462
Remove body overflow ( #173 )
...
It enables vertical scrolling on mobile.
2017-05-18 09:18:40 +02:00
Nicolas Perriault
d5f69c18fd
Fix #157 : Make draft column scrollable on overflow.
2017-05-14 12:53:13 +02:00
Nicolas Perriault
60ba13158d
Reduce column and status entry padding.
2017-05-14 12:00:27 +02:00
Nicolas Perriault
7ace73ed83
Fix minor styling issue with column menus.
2017-05-14 11:30:38 +02:00
Nicolas Perriault
4d8757ad7c
Fix #168 : List user favorites.
...
- Favorite timeline model and commands.
- 4th column navigation bar.
- Use of SetView for account selector.
- Move timeline views to their own view module.
- Handle favorite timeline updates.
- Integrate contextual menu in account selector view.
2017-05-13 22:16:57 +02:00
Nicolas Perriault
8e187efc10
Improve modalconfirm window placement.
2017-05-13 15:42:24 +02:00
Nicolas Perriault
9753efe7e8
Fix #27 : Render universal emojis.
2017-05-13 11:21:29 +02:00
Nicolas Perriault
d47a5ad7cc
Center confirm windows.
2017-05-13 10:27:32 +02:00
Nicolas Perriault
92b9e53b8f
Add a logout button.
2017-05-12 22:03:52 +02:00
Nicolas Perriault
3c7584306f
Fix long links may break a column.
2017-05-12 12:42:18 +02:00
Vincent Jousse
7f6bfce7ba
Fix input file (attachment) styling for Firefox ( #162 )
...
The trick is to hide the input field and style the label instead.
2017-05-12 11:41:53 +02:00
Nicolas Perriault
2f856a8bc3
Inform about media uploading status.
2017-05-11 12:23:10 +02:00
Nicolas Perriault
f25f560f8f
Improve media upload button styles.
2017-05-11 12:13:56 +02:00
Nicolas Perriault
b7001eb8da
Fix #78 : Handle media upload. ( #156 )
2017-05-11 10:55:15 +02:00
Nicolas Perriault
7a053b9fa0
Fix #152 : Multiple accounts. ( #153 )
...
* Update model to store multiple clients.
* Delete tmp registration data after client creation.
* Add minimal account selector view
* Update clients so they can have an account attached.
* List clients in the account selector.
* List accounts in the account selector view.
* It works™.
* Minor CSS fix.
* Reset server value when switching account.
* Fix empty black screen on reauth with new client format.
* Fix typo.
[skip-ci]
2017-05-09 18:43:12 +02:00
Nicolas Perriault
51a802f096
Updated favicon with somthing better.
2017-05-08 14:34:00 +02:00
Frank Taillandier
f90f41571b
change color on hover on action buttons ( #148 )
2017-05-07 19:41:29 +02:00
Nicolas Perriault
c318be3aa2
Improve status action buttons styling.
2017-05-07 14:48:37 +02:00
Nicolas Perriault
8832b3156f
Closes #132 : Split model update functions to their own modules. ( #147 )
2017-05-07 14:31:51 +02:00
Nicolas Perriault
6746b21725
Fix #141 : Hide error notifications after a delay. ( #146 )
2017-05-07 10:01:11 +02:00
Nicolas Perriault
68fc8e5bfd
Prevent thread view jiggling when scrolling to target toot.
2017-05-06 10:36:17 +02:00