hegocre / NextcloudPasswords

Secure app for viewing passwords for the Nextcloud Passwords app. Supports end-to-end encryption.
GNU General Public License v3.0
50 stars 0 forks source link

Feature Request: Scrollbars #77

Closed Saijin-Naib closed 4 months ago

Saijin-Naib commented 8 months ago

Checklist

Feature description

We currently do not have any scrollbars.

I think implementing whatever Material Design includes would be great for navigating larger lists.

Why do you want this feature?

Larger lists are cumbersome, and having an idea of relative position in a list is helpful for navigating.

Additional information

No response

hegocre commented 8 months ago

Hello,

So there are two things we can do here. The core issue is that Jetpack Compose does not support scrollbars as of yet. There are people that have implemented custom ones, but seem to work unreliably. However, it is in the priority roadmap of the Google Compose Team, which means they should be supported really soon. I think our best bet is to wait for official support.

What do you think?

Saijin-Naib commented 8 months ago

I trust your judgement. If you say wait, I agree.

hegocre commented 4 months ago

Got tired of waiting, implemented a temporary solution based on a stack overflow thread