files-community / Files

A modern file manager that helps users organize their files and folders.
https://files.community
MIT License
34.6k stars 2.2k forks source link

Feature: Use dual pane view by merging two tabs #10336

Open verdaderoken opened 2 years ago

verdaderoken commented 2 years ago

What feature or improvement do you think would benefit Files?

Merging tabs would be a great feature for productivity specially for touch users

This feature helps users quickly use dual pane by dragging an existing tab over another tab. This also lets new users discover dual pane accidentally when dragging a tab

from this: image

to this: image

When ungrouping, there should be an option here like "Ungroup tabs" image

Requirements

  1. Implement a feature where dragging a tab over another tab would transform it into a grouped tab which also triggers a secondary pane
  2. Have the option to ungroup the tabs in context menu of the tab

Files Version

2.3.54.0

Windows Version

22623.875

Comments

I don't know if it's possible to do but I'll just issue this here. :)

yaira2 commented 2 years ago

This also lets new users discover dual pane accidentally when dragging a tab

This can be a downside as well

Is this something you've seen in other apps? I'd like to get a better grasp on the user experience here.

cinqmilleans commented 2 years ago

In Files, there is no true Dual Panel mode. It is only possible to display 2 folders at the same time in the same tab. Other softwares uses reverse logic, each panel has its own tabs.

An expected use of the dual panel mode is to sort your hard drives, keeping the source folders on the left and the target folders on the right. There are necessarily several source or target folders since the goal is to sort. It is possible to simulate this by placing 2 windows side by side, but it is the purpose of a Double Panel to avoid this tedious manipulation.

Currently.

The reverse logic (2 tab panels) requires reworking the entire interface. Also, users are used to having tabs at the top like in a browser.

Some suggestions that can be implemented easily without changing everything.

cinqmilleans commented 2 years ago

@yaichenbaum What do you think ?