[PR #866] [MERGED] Make some columns of the server list view resizable #3831

Closed
opened 2026-03-13 13:00:24 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: width-adjustable-listview


📝 Commits (2)

  • 64b823b Make some columns of the server list view resizable
  • 7a002ec Improved 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.

## 📋 Pull Request Information **Original PR:** https://github.com/1Remote/1Remote/pull/866 **Author:** [@itagagaki](https://github.com/itagagaki) **Created:** 2/16/2025 **Status:** ✅ Merged **Merged:** 2/20/2025 **Merged by:** [@VShawn](https://github.com/VShawn) **Base:** `main` ← **Head:** `width-adjustable-listview` --- ### 📝 Commits (2) - [`64b823b`](https://github.com/1Remote/1Remote/commit/64b823bca171311bd9bb71c1d55903c708399f67) Make some columns of the server list view resizable - [`7a002ec`](https://github.com/1Remote/1Remote/commit/7a002ec4eee1f63658c1cb55cddd58bd64f73f92) Improved not to exceed window width ### 📊 Changes **6 files changed** (+223 additions, -107 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description This patch is to fix #507. However, there is one problem - it is possible to expand out of the view. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 13:00:24 +03:00
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#3831
No description provided.