You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Grid layouts have finally been introduced in the latest commit. There's some problems with them that I plan on addressing, some I can't figure out right now and others I'm going to do soon.
Stuff that needs to be done:
Temporary (most likely) removal of the "Use shelves homepage layout" option. Doesn't work at all with the grid layout. Will come back with a proper shelves layout hopefully at some point, as there's things other than the home tab that could use it.Finished 9/6/2023
"Prefer list layouts over grid layouts" optionFinished 9/6/2023
Centering the grid. I thought this would be easy to do, turns out it's not. Spent like 20 minutes trying to do it and couldn't.
Actual bugs:
Crash when a continuation gets triggered by maximizing the window. There's a few seconds between the maximize and the crash where some visual glitches happen outside of the list widget, so I'm thinking it's a Qt issue I will have to circumvent somehow. Already did that successfully once so there's hope.
The text was updated successfully, but these errors were encountered:
Grid layouts allow a lot more videos to be displayed at once, especially
the bigger the window is. Currently, they're being used for the Home and
Subscriptions tabs on the main page.
There are some things that need to be done with this still. See issue #10.
Grid layouts have finally been introduced in the latest commit. There's some problems with them that I plan on addressing, some I can't figure out right now and others I'm going to do soon.
Stuff that needs to be done:
Temporary (most likely) removal of the "Use shelves homepage layout" option. Doesn't work at all with the grid layout. Will come back with a proper shelves layout hopefully at some point, as there's things other than the home tab that could use it.Finished 9/6/2023"Prefer list layouts over grid layouts" optionFinished 9/6/2023Actual bugs:
The text was updated successfully, but these errors were encountered: