Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move tab to a new window #2357

Open
Apis035 opened this issue Dec 17, 2023 · 2 comments
Open

Move tab to a new window #2357

Apis035 opened this issue Dec 17, 2023 · 2 comments

Comments

@Apis035
Copy link

Apis035 commented Dec 17, 2023

Hi!
First of all, thank you for creating this browser! I found this project after the recent update to Chrome that makes the UI wide, more rounded, and eats a bit more of vertical space and driven me to search for an alternative with minimal-looking interface.

One particular issue I had after using this for several days is the inability to split/ move tab into a new window. On Chrome and other browsers, this behaviour can be achieved by dragging a tab up/down from the tabs row and it will be placed into a new window.

I have looked at the preferences settings and the wiki for a way to doing this but found none. Is this feature not supported (yet)?

@PalmerAL
Copy link
Collaborator

The current way to do this is sort of roundabout:

  1. Open a new window
  2. Open the task overlay
  3. Drag the tab from the old window's task to the new window's task

Electron doesn't have good APIs for dragging, so I think that will be difficult to support. What do you think about a context menu (right-click on the tab > "move to new window")?

@Apis035
Copy link
Author

Apis035 commented Jan 19, 2024

I think a context menu is better. Something like "Right click on a tab > Move tab to task/window 1/2/3/4"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants