mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-03-03 00:26:56 -05:00
Add option to open links in current window or new tab #25
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-linuxserver#25
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 @KodeStar on GitHub (Feb 10, 2018).
@RichardUUU commented on GitHub (Mar 11, 2018):
Right now, I get a new tab sometimes, and other times I don't, particularly when navigating to a tag page and back to the home page.
@KodeStar commented on GitHub (Mar 11, 2018):
That sounds like it's working? Tab pages should open in the same window (as you are still within Heimdall) and apps should open in a new window (as you are going away from the app)
@RichardUUU commented on GitHub (Mar 11, 2018):
Ok. I've added "apps" on each tag page that take me back to my home page. The first time I click on one of these "home apps", it creates a new tab so I am now looking at the second tab. From then on, I can click on "home apps" back and forth from home page to any tag page as much as I want, and it does not create any new tabs, even if I delete the first tab and there is only one tab left.
@aptalca commented on GitHub (Apr 24, 2018):
Right now, clicking on a link in Heimdall will open it in a new tab. If one goes back to Heimdall and clicks on another link, it will be opened in the same tab as the previous click.
Could there be an option to make all clicks open in a separate new tab?
I like to be able to open multiple tabs through Heimdall simultaneously, without having them open on top of each other in the same tab
Thanks
@kmlucy commented on GitHub (Apr 24, 2018):
I would prefer an option to open in the same tab, but separate new tabs would be better for how I use it than the way it currently works.
@kmlucy commented on GitHub (May 4, 2018):
For now, if anyone wants links to open in the same tab, just swap
linuxserver/heimdallwithkmlucy/docker-heimdall: https://github.com/kmlucy/docker-heimdall.It's super hacky, but it does work. If you want separate new tabs, just change the sed command that changes
"heimdallapp"to""to"_blank".@KodeStar commented on GitHub (Jun 13, 2018):
This is now done, there is a setting that lets you select the behaviour, thanks to @ullbergm it will be available in the next build (or if you are using master you can pull the changes and manually update the app version in config/app.php to a higher number to kick of the settings seeder)