mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[PR #987] [MERGED] Implementing a tree list for displaying servers. #3848
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#3848
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?
📋 Pull Request Information
Original PR: https://github.com/1Remote/1Remote/pull/987
Author: @VShawn
Created: 9/11/2025
Status: ✅ Merged
Merged: 9/11/2025
Merged by: @VShawn
Base:
main← Head:dev_treeview📝 Commits (10+)
5d5439dWIP #963 A tree diagram displays the server list and realizes the toggle button.da9ec2dfeat: Add context menu functionality to server tree viewd56fe86[WIP] treeview context menud0d40d2[WIP] make treeview context menu buttons work10739acrefactor: extract Display Page Common Functions343c677#963 Implement drag-and-drop sorting and re-layout for the treeview.e2a7329#963 improve ui6d4ddaf#963 feat: implement tree view node expansion state persistence03c4076#963 feat: support drag folder into another one. fix some bugs. refactor: card/list/tree view enum.7ccf13b#963 fix bug of server db update after folder drop.📊 Changes
74 files changed (+3849 additions, -1264 deletions)
View changed files
📝
Ui/AppInit.cs(+2 -3)📝
Ui/Bootstrapper.cs(+3 -1)📝
Ui/Controls/TagsEditor.xaml(+1 -1)📝
Ui/Model/GlobalData.cs(+4 -70)📝
Ui/Model/GlobalData_Timer.cs(+1 -1)📝
Ui/Model/GlobalEventHelper.cs(+3 -1)📝
Ui/Model/Protocol/Base/ProtocolBase.cs(+32 -0)📝
Ui/Model/ProtocolActionHelper.cs(+1 -5)📝
Ui/Model/Tag.cs(+4 -4)📝
Ui/Model/TagActionHelper.cs(+1 -1)📝
Ui/Resources/Icons/SVG.xaml(+3 -1)📝
Ui/Resources/Languages/cs-cz.xaml(+9 -3)📝
Ui/Resources/Languages/de-de.xaml(+9 -3)📝
Ui/Resources/Languages/en-us.xaml(+8 -3)📝
Ui/Resources/Languages/fr-fr.xaml(+8 -2)📝
Ui/Resources/Languages/gl-es.xaml(+9 -3)📝
Ui/Resources/Languages/glossary/cs-cz.csv(+9 -3)📝
Ui/Resources/Languages/glossary/de-de.csv(+9 -3)📝
Ui/Resources/Languages/glossary/en-us.csv(+8 -3)📝
Ui/Resources/Languages/glossary/fr-fr.csv(+9 -3)...and 54 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.