You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ding (#4486)
As discussed in our contributors meeting.
Advantages:
- last element of list never obscured by action button
- less code that runs on every scroll
- less settings to worry about
Additionally:
- Added a (smaller) padding to the bottom of lists without action
button, I think it looks nice if there is a bit of white space and the
nav bar divider and the last list divider don't touch.
- The list of filters had no dividers, I added them.
- Recyclerviews with fixed height (Drafts, Filters, edits) now have
scrollbars
- code formatted all touched xml files
closes#1563
<img
src="https://github.com/tuskyapp/Tusky/assets/10157047/cd50199f-e84f-4402-93e4-a5a1beba2a08"
width="280"/>
On profiles with fewer toots, when you scroll until the bottom of the toot list, the FAB (floating action button) for tooting covers the last toot.
This is particularly a bad user experience when a user tries to interact with that last toot.
Perhaps if each Scroll List is ended with an extra filler list-element, FAB won't cover the last element and everyone is catered to.
Tusky Version: 9.1
Android Version: 9.0.9
Android Device: OnePlus 5T
Mastodon instance (if applicable): mastodon.social
I searched or browsed the repo’s other issues to ensure this is not a duplicate.
The text was updated successfully, but these errors were encountered: