[PR #137] [MERGED] #107 #3777

Closed
opened 2026-03-13 12:57:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/1Remote/1Remote/pull/137
Author: @VShawn
Created: 6/19/2021
Status: Merged
Merged: 6/19/2021
Merged by: @VShawn

Base: devHead: #107


📝 Commits (2)

📊 Changes

17 files changed (+228 additions, -290 deletions)

View changed files

📝 PRM.Core/Model/Tag.cs (+10 -0)
📝 PRM.Core/PRMVersion.cs (+1 -1)
📝 PRM.Core/Protocol/BaseClassProtocol/ProtocolServerBase.cs (+2 -2)
📝 PRM.Core/Protocol/RDP/Host/AxMsRdpClient09Host.xaml.cs (+1 -0)
📝 PRM.Core/Resources/Style/GlobalStyle.xaml (+4 -0)
📝 PRemoteM/Controls/AutoCompleteComboBox.xaml (+1 -0)
📝 PRemoteM/Controls/AutoCompleteComboBox.xaml.cs (+17 -2)
📝 PRemoteM/Controls/InputWindow.xaml.cs (+2 -1)
📝 PRemoteM/Controls/ServerListItem.xaml (+4 -3)
📝 PRemoteM/Controls/TagsEditor.xaml (+58 -54)
📝 PRemoteM/Controls/TagsEditor.xaml.cs (+22 -148)
📝 PRemoteM/View/SearchBoxWindow.xaml.cs (+4 -8)
📝 PRemoteM/View/ServerEditorPage.xaml (+3 -3)
📝 PRemoteM/View/ServerListPage.xaml (+12 -37)
📝 PRemoteM/ViewModel/VmSearchBox.cs (+7 -0)
📝 PRemoteM/ViewModel/VmServerEditorPage.cs (+0 -2)
📝 PRemoteM/ViewModel/VmServerListPage.cs (+80 -29)

📄 Description

No description provided


🔄 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/137 **Author:** [@VShawn](https://github.com/VShawn) **Created:** 6/19/2021 **Status:** ✅ Merged **Merged:** 6/19/2021 **Merged by:** [@VShawn](https://github.com/VShawn) **Base:** `dev` ← **Head:** `#107` --- ### 📝 Commits (2) - [`49b9480`](https://github.com/1Remote/1Remote/commit/49b94807ae314e02d758053ab5e6d43737ae87d7) #107 - [`e6e1a10`](https://github.com/1Remote/1Remote/commit/e6e1a10f7be597c66794bae840968ca656026b31) #107 autocomplete for tag editing ### 📊 Changes **17 files changed** (+228 additions, -290 deletions) <details> <summary>View changed files</summary> 📝 `PRM.Core/Model/Tag.cs` (+10 -0) 📝 `PRM.Core/PRMVersion.cs` (+1 -1) 📝 `PRM.Core/Protocol/BaseClassProtocol/ProtocolServerBase.cs` (+2 -2) 📝 `PRM.Core/Protocol/RDP/Host/AxMsRdpClient09Host.xaml.cs` (+1 -0) 📝 `PRM.Core/Resources/Style/GlobalStyle.xaml` (+4 -0) 📝 `PRemoteM/Controls/AutoCompleteComboBox.xaml` (+1 -0) 📝 `PRemoteM/Controls/AutoCompleteComboBox.xaml.cs` (+17 -2) 📝 `PRemoteM/Controls/InputWindow.xaml.cs` (+2 -1) 📝 `PRemoteM/Controls/ServerListItem.xaml` (+4 -3) 📝 `PRemoteM/Controls/TagsEditor.xaml` (+58 -54) 📝 `PRemoteM/Controls/TagsEditor.xaml.cs` (+22 -148) 📝 `PRemoteM/View/SearchBoxWindow.xaml.cs` (+4 -8) 📝 `PRemoteM/View/ServerEditorPage.xaml` (+3 -3) 📝 `PRemoteM/View/ServerListPage.xaml` (+12 -37) 📝 `PRemoteM/ViewModel/VmSearchBox.cs` (+7 -0) 📝 `PRemoteM/ViewModel/VmServerEditorPage.cs` (+0 -2) 📝 `PRemoteM/ViewModel/VmServerListPage.cs` (+80 -29) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 12:57:42 +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#3777
No description provided.