Jittery navigation #165

Closed
opened 2023-08-17 01:11:44 +00:00 by brandon.presley · 2 comments

Navigating to and from sets jolts the list around, if you first scroll down a few pages.

I think this because we are resetting the offset to zero every time we navigate. The offset should only be reset to zero when the user pulls downward, and when the page is first loaded.

Steps to Reproduce

  1. Have several sets in your database (>30)
  2. Navigate to the homepage
  3. Scroll down one page
  4. Tap on a set
  5. Go back to the homepage
  6. See the list jump around
Navigating to and from sets jolts the list around, if you first scroll down a few pages. I think this because we are resetting the offset to zero every time we navigate. The offset should only be reset to zero when the user pulls downward, and when the page is first loaded. # Steps to Reproduce 1. Have several sets in your database (>30) 2. Navigate to the homepage 3. Scroll down one page 4. Tap on a set 5. Go back to the homepage 6. See the list jump around
brandon.presley added the
bug
label 2023-08-17 01:11:44 +00:00
Author
Owner
Relevant commits: - 4b1bbf239545affa7253541bf3f56fd11abb9841 - 386a9a7bb200609dc3795c494830f393781b2781 - 6b524dce34c530e125969de79efc29e9a3cebdc5 - 82234a30a8031469c33a63dab23693d0ea3928af - 185ebd1824a24d8009ae35907dec24464a2a86d9 - f0d5fc4fa6e3099eb25914b506c3d323a507928c - dd609a20e5f612a94df6e9d3f4c02fd637980872
Author
Owner

In the progress of fixing this I also fixed a major issue with the SetList rendering which should improve it's performance drastically.

In the progress of fixing this I also fixed a major issue with the `SetList` rendering which should improve it's performance drastically.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: brandon.presley/Massive#165
No description provided.