mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-03-02 22:56:59 -05:00
Enhancement: Open in new tabs & have more rows without filling up the current row #66
Labels
No labels
EnhancedApp
FoundationApp
FoundationApp
FoundationApp
bug
closed-issue-activity
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
no-issue-activity
question
research
research
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Heimdall#66
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mgworek on GitHub (Feb 15, 2018).
Would like the apps to be able to open in new tab.
Rows. right now a new row of apps only gets created if the current one fills out. It would be nice to be able to move an app or two down to its own row on the bottom of the page and be able to have an empty row separating them from the other apps. Or however else someone wants to customize the screen.
Awesome job on this!
@KodeStar commented on GitHub (Feb 15, 2018):
I've changed it to open in a new tab on master, it will be in the next release.
The rows thing is more difficult, that's not the way flexbox works, I'll have a think about it, it would probably be doable, but would mean completely changing the way it works. Plus the amount of items you can fit on a line changes with the width of your screen. So what would fit on your desktop screen would be completely different on your portrait ipad screen.
@mgworek commented on GitHub (Feb 15, 2018):
Thanks!
Understand about the rows, if you are able to get the groups working that was mentioned earlier, maybe that would work. Not sure flexbox can have tabs(not to be confused with apps opening in new tabs, hehe) which could do the trick. I don't know anything about flexbox but going to look into it more for my own use. I did find this about flex box tabs https://codepen.io/josh_vogt/pen/EaaZbP