[GH-ISSUE #46] Group tree view in connection list #992

Closed
opened 2026-02-28 12:00:41 +03:00 by kerem · 10 comments
Owner

Originally created by @profbaco on GitHub (Dec 26, 2020).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/46

Originally assigned to: @VShawn on GitHub.

On Linux I work with the Remmina program (I think you should know about it). He works the same way you do, which are the connection groups.
But he has a view where I can see the list of connections grouped by group - like a folder.
This latest version that you released I can see them in a list - I thought it was fantastic. But is there a possibility to group them by folders, where these folders are the connection groups?


No linux eu trabalho com o programa Remmina (acho que você deve conhecê-lo). Ele trabalha com mesmo jeito que você, que são os grupos de conexões.
Mas ele tem uma visão onde eu consigo ver a listagem de conexões agrupas por grupo - tipo uma pasta.
Esta ultima versão que vc soltou eu consigo ver eles em forma de lista - achei fantástico. Mas existe a possibilidade de se agrupar eles por pastas, onde estas pastas são os grupos de conexão?

Groups

Originally created by @profbaco on GitHub (Dec 26, 2020). Original GitHub issue: https://github.com/1Remote/1Remote/issues/46 Originally assigned to: @VShawn on GitHub. On Linux I work with the Remmina program (I think you should know about it). He works the same way you do, which are the connection groups. But he has a view where I can see the list of connections grouped by group - like a folder. This latest version that you released I can see them in a list - I thought it was fantastic. But is there a possibility to group them by folders, where these folders are the connection groups? --- No linux eu trabalho com o programa Remmina (acho que você deve conhecê-lo). Ele trabalha com mesmo jeito que você, que são os grupos de conexões. Mas ele tem uma visão onde eu consigo ver a listagem de conexões agrupas por grupo - tipo uma pasta. Esta ultima versão que vc soltou eu consigo ver eles em forma de lista - achei fantástico. Mas existe a possibilidade de se agrupar eles por pastas, onde estas pastas são os grupos de conexão? ![Groups](https://user-images.githubusercontent.com/5287317/103152378-0b7e6080-4766-11eb-8903-45eecfcd87f9.png)
Author
Owner

@majkinetor commented on GitHub (Dec 26, 2020):

This is already possible in premotem its just that interface is different. I personally like it better then folders.

image

<!-- gh-comment-id:751356595 --> @majkinetor commented on GitHub (Dec 26, 2020): This is already possible in premotem its just that interface is different. I personally like it better then folders. ![image](https://user-images.githubusercontent.com/85767/103152425-1a760a80-4788-11eb-9a4b-ae0ba777ec95.png)
Author
Owner

@VShawn commented on GitHub (Dec 27, 2020):

I see, the advantage of 'folder view' is that users can clearly see belonging of group.
I will check out if it is possible to add a group name in server info list view when list view is order by Group, and let it fold/unfold when click the group name.

Since this feature is not important and seems to be difficult to implement on current list view, I would not devote a lot of time on it. so don't expect too much.

<!-- gh-comment-id:751436020 --> @VShawn commented on GitHub (Dec 27, 2020): I see, the advantage of 'folder view' is that users can clearly see belonging of group. I will check out if it is possible to add a group name in server info list view when list view is order by Group, and let it fold/unfold when click the group name. Since this feature is not important and seems to be difficult to implement on current list view, I would not devote a lot of time on it. so don't expect too much.
Author
Owner

@VShawn commented on GitHub (Dec 27, 2020):

something like this, it seems only work with UWP since PRemoteM is based on WPF.

image

<!-- gh-comment-id:751436735 --> @VShawn commented on GitHub (Dec 27, 2020): something like this, it seems only work with UWP since PRemoteM is based on WPF. ![image](https://user-images.githubusercontent.com/10143738/103165931-9c356900-4858-11eb-9e47-1bc5c7d0ee3a.png)
Author
Owner

@majkinetor commented on GitHub (Dec 27, 2020):

Why just not add new csortable column Group in All view that achieves the same effect ?

<!-- gh-comment-id:751453449 --> @majkinetor commented on GitHub (Dec 27, 2020): Why just not add new csortable column Group in _All_ view that achieves the same effect ?
Author
Owner

@VShawn commented on GitHub (Dec 27, 2020):

Why just not add new csortable column Group in All view that achieves the same effect ?

sorry but I don't take what you mean, do you have a demo for it?

<!-- gh-comment-id:751474263 --> @VShawn commented on GitHub (Dec 27, 2020): > Why just not add new csortable column Group in _All_ view that achieves the same effect ? sorry but I don't take what you mean, do you have a demo for it?
Author
Owner

@majkinetor commented on GitHub (Dec 27, 2020):

Sorry, didn't notice it, but the column exists already.

So, I don't think the proposed feature is useful at all at this moment - it doesn't bring anything new to the table and requires implementation and maintenance.

This would perhaps be useful if you allowed groups within groups (but even then sorting the column would achieve teh same effect if it would contain entire path instead of just leaf group).

<!-- gh-comment-id:751475126 --> @majkinetor commented on GitHub (Dec 27, 2020): Sorry, didn't notice it, but the column exists already. So, I don't think the proposed feature is useful at all at this moment - it doesn't bring anything new to the table and requires implementation and maintenance. This would perhaps be useful if you allowed groups within groups (but even then sorting the column would achieve teh same effect if it would contain entire path instead of just leaf group).
Author
Owner

@majkinetor commented on GitHub (Dec 27, 2020):

But he has a view where I can see the list of connections grouped by group - like a folder.

image

Typing group name in search doesn't limit it, but you have tabs already.

<!-- gh-comment-id:751475461 --> @majkinetor commented on GitHub (Dec 27, 2020): > But he has a view where I can see the list of connections grouped by group - like a folder. ![image](https://user-images.githubusercontent.com/85767/103173253-fd117100-4859-11eb-84e2-cf2101293924.png) Typing group name in search doesn't limit it, but you have tabs already.
Author
Owner

@majkinetor commented on GitHub (Dec 27, 2020):

You only can't achieve the following with tree view: see M < N of your total groups at the same time. Not sure if that is useful at all.

<!-- gh-comment-id:751475585 --> @majkinetor commented on GitHub (Dec 27, 2020): You only can't achieve the following with tree view: see M < N of your total groups at the same time. Not sure if that is useful at all.
Author
Owner

@VShawn commented on GitHub (Dec 27, 2020):

@majkinetor

yeap, that‘s why i treat it as not important feature.

Since this feature is not important and seems to be difficult to implement on current list view, I would not devote a lot of time on it. so don't expect too much.


BTW, your screenshot blur effect was just cool! how do you did that?

<!-- gh-comment-id:751481658 --> @VShawn commented on GitHub (Dec 27, 2020): @majkinetor yeap, that‘s why i treat it as not important feature. > Since this feature is not important and seems to be difficult to implement on current list view, I would not devote a lot of time on it. so don't expect too much. --- BTW, your screenshot blur effect was just cool! how do you did that?
Author
Owner

@majkinetor commented on GitHub (Jan 8, 2021):

BTW, your screenshot blur effect was just cool! how do you did that?

Paint.net and its radial blur effect.

<!-- gh-comment-id:756792931 --> @majkinetor commented on GitHub (Jan 8, 2021): > BTW, your screenshot blur effect was just cool! how do you did that? Paint.net and its radial blur effect.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/1Remote#992
No description provided.