Closed nexushoratio closed 1 year ago
Current job id is in the URL as the query parameter currentJobId=3670479906
. We can probably use that somehow upon refresh to start at the item (also upon initial page load).
One of the selectors (page?) is also capturing some of the sections in the details view (right hand pane). Those towards the bottom, like How you match and About the company. At least, clicking on them causes something interesting to happen.
The recent changes to Scroller
selectors seems to have resolved the random selection issues.
Also the pagination scroller seems to be working as expected now as well.
May be 100% overlap with
jobs/collections
as wellj'/
k` go through jobs<
/>
first/last job (what about result pages?)f
ocusd
jump to details pane, just like the hidden buttonn
/p
go through result pagesX
toggle hidingS
toggle saving=
meatball menuF
ollow companyA
pply?A
pply?)jobs
tojobCards
; maybe consider renaming pages to pagination or somethingScrollers
, it starts on the out-of-bounds item. So the firstn
goes to the page the user is already on, making it appear that nothing happened. This can likely be fixed by one of those newService
things being worked on.li
around thebutton
.Scroller
does not go out-of-bounds withn
ext page, nor wrap around. However,p
revious works as expected.pageReadySelector
never resolves.PageUp/PageDown already scroll through the job itself. But that will cause the apply/share/meatball buttons to move