Closed (fixed)
Project:
Project Browser
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 May 2022 at 15:58 UTC
Updated:
6 Jul 2022 at 20:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
hooroomooComment #3
bnjmnmComment #4
libbna commentedHi @bnjmnm are you working on this issue?
Comment #5
bnjmnmYes
Comment #7
bnjmnmReady for review. I'm trying something out in the MR where I explain each of my changes -- stuff that makes it easier to review but would be wildly confusing as a comment in code (such as explaining why something was removed
// This is why you're not seeing a 20 item array here, ok?). This goes a little further than the IS, but the result is better accessibility, easier to navigate pagination code, and removed a bit of unused code.Comment #8
bnjmnmNote that I left a bunch of comments explaining my own work on the MR which should make this easier to review.
Comment #9
hooroomooComment #10
hooroomooStart looking at this, will continue tomorrow but unassigning myself for now in case anyone else wants to looks at this
Comment #11
hooroomooComment #12
hooroomooAccompanying comments were very helpful. Looks good and the new PagerItem component makes it much cleaner.
Just one nit, I think the spacing between the "First"/"Last" and the arrow icon regressed, theyre very close to each other now. Fine with it being a followup and I can RTBC or i think this needs a rebase anyway so if the spacing could be added then.
MR:

HEAD:

Comment #13
bnjmnmGood catch! PagerItem needed a bit of additional styling.

Comment #14
hooroomooComment #15
tim.plunkettComment #17
tim.plunkettMerged, thanks!