danilkinkin / buckwheat

App that helps you spend money wisely for Android made with Jetpack Compose
https://buckwheat.app
GNU General Public License v3.0
536 stars 32 forks source link

Budget History Scrolling is stuck at 60 hz. #42

Open electr1fy0 opened 1 year ago

electr1fy0 commented 1 year ago

Describe the bug Title.

To Reproduce

  1. Swipe down.
  2. Scroll.
  3. Notice the choppiness.

Expected behavior Should be silky smooth with HRR.

Other problems:

danilkinkin commented 1 year ago

Hmm. It's very interesting, thank you for the message.

Budget History Scrolling is stuck at 60 hz

I read about this problem in Jetpack Compose. At some points Compose, now not very fast.

Sensitivity of swipe left to delete is too high and happens accidentally very often

I know about this problem, but yet cannot fix. I have an issue for this #44

Cannot exit budget history without scrolling all the way to the bottom.

I did not think about that. You are right, it's a problem. Can you create a separate issue for “Close history with a swipe on the slider”.

The movement of the slide animation of the 'Enter spent' text

Unfortunately, I didn't quite get it. It would be nice to include a video.