mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[PR #866] [MERGED] Make some columns of the server list view resizable #1868
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#1868
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/866
Author: @itagagaki
Created: 2/16/2025
Status: ✅ Merged
Merged: 2/20/2025
Merged by: @VShawn
Base:
main← Head:width-adjustable-listview📝 Commits (2)
64b823bMake some columns of the server list view resizable7a002ecImproved not to exceed window width📊 Changes
6 files changed (+223 additions, -107 deletions)
View changed files
📝
Ui/Controls/ServerLineItem.xaml(+3 -4)📝
Ui/Service/ConfigurationService.cs(+0 -1)📝
Ui/Service/Locality/LocalityListViewService.cs(+29 -0)📝
Ui/View/ServerList/ServerListPageView.xaml(+114 -102)📝
Ui/View/ServerList/ServerListPageView.xaml.cs(+51 -0)📝
Ui/View/ServerList/ServerListPageViewModel.cs(+26 -0)📄 Description
This patch is to fix #507.
However, there is one problem - it is possible to expand out of the view.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.