harvard-lil / perma-capture

GNU Affero General Public License v3.0
3 stars 6 forks source link

Constrain capture job list and make scrollable... #80

Closed rebeccacremona closed 2 years ago

rebeccacremona commented 2 years ago

... except on the smallest screens.

image

image

So, when you toggle the details open, you can see them, instead of having to scroll all the way to the top of the viewport.

This will also give us the option of adding a footer.

rebeccacremona commented 2 years ago

If you resize your window, it doesn't always work perfectly, especially right around 575/576/577px but I think the logic (including the resize logic) is correct.... It looks like this.$store.getters.isSmallestScreen doesn't always update in time, even with the "nextTick" in there. 🤷‍♀️ . If you refresh, at any pixel size, it works every time. I'm not that worried about it.