[PR #131] [MERGED] Connection tags #3779

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/131
Author: @VShawn
Created: 6/9/2021
Status: Merged
Merged: 6/9/2021
Merged by: @VShawn

Base: devHead: #107


📝 Commits (6)

📊 Changes

54 files changed (+2623 additions, -535 deletions)

View changed files

PRM.Core/FodyWeavers.xml (+4 -0)
PRM.Core/FodyWeavers.xsd (+74 -0)
📝 PRM.Core/I/IDb.cs (+0 -0)
📝 PRM.Core/I/IDbServer.cs (+0 -0)
📝 PRM.Core/I/ITab.cs (+0 -0)
📝 PRM.Core/Languages/de-de.json (+3 -5)
📝 PRM.Core/Languages/de-de.xaml (+1 -1)
📝 PRM.Core/Languages/en-us.json (+3 -5)
📝 PRM.Core/Languages/en-us.xaml (+1 -1)
📝 PRM.Core/Languages/zh-cn.json (+3 -5)
📝 PRM.Core/Languages/zh-cn.xaml (+1 -1)
📝 PRM.Core/Model/DbOperator.cs (+8 -2)
📝 PRM.Core/Model/GlobalData.cs (+51 -2)
📝 PRM.Core/Model/GlobalEventHelper.cs (+2 -2)
📝 PRM.Core/Model/PrmContext.cs (+0 -4)
📝 PRM.Core/Model/SystemConfig.General.cs (+6 -24)
📝 PRM.Core/Model/SystemConfig.Theme.cs (+5 -0)
📝 PRM.Core/Model/SystemConfig.cs (+0 -2)
PRM.Core/Model/Tag.cs (+95 -0)
📝 PRM.Core/NotifyPropertyChangedBase.cs (+2 -1)

...and 34 more files

📄 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/131 **Author:** [@VShawn](https://github.com/VShawn) **Created:** 6/9/2021 **Status:** ✅ Merged **Merged:** 6/9/2021 **Merged by:** [@VShawn](https://github.com/VShawn) **Base:** `dev` ← **Head:** `#107` --- ### 📝 Commits (6) - [`3f919cb`](https://github.com/1Remote/1Remote/commit/3f919cb248f6d04f8546e494685527c6873e70bf) #107 - [`d6a80a6`](https://github.com/1Remote/1Remote/commit/d6a80a692a92cf4231a5f092a475f12bb96228f1) add Tags property for server - [`757ea3a`](https://github.com/1Remote/1Remote/commit/757ea3ad3f7d90fb68320a22fbde8398809a1324) tags can be edit now - [`061b2dc`](https://github.com/1Remote/1Remote/commit/061b2dc29eb0808fadc2e8d099b779f4df74a923) #107 new tag editor. - [`b0b4d62`](https://github.com/1Remote/1Remote/commit/b0b4d621fcb095327d4a6a9a41d0a073c713a990) tags multi-edit in editor view - [`d00dba6`](https://github.com/1Remote/1Remote/commit/d00dba65e2a721746d56d7571041a263fdee927b) close #107 ### 📊 Changes **54 files changed** (+2623 additions, -535 deletions) <details> <summary>View changed files</summary> ➕ `PRM.Core/FodyWeavers.xml` (+4 -0) ➕ `PRM.Core/FodyWeavers.xsd` (+74 -0) 📝 `PRM.Core/I/IDb.cs` (+0 -0) 📝 `PRM.Core/I/IDbServer.cs` (+0 -0) 📝 `PRM.Core/I/ITab.cs` (+0 -0) 📝 `PRM.Core/Languages/de-de.json` (+3 -5) 📝 `PRM.Core/Languages/de-de.xaml` (+1 -1) 📝 `PRM.Core/Languages/en-us.json` (+3 -5) 📝 `PRM.Core/Languages/en-us.xaml` (+1 -1) 📝 `PRM.Core/Languages/zh-cn.json` (+3 -5) 📝 `PRM.Core/Languages/zh-cn.xaml` (+1 -1) 📝 `PRM.Core/Model/DbOperator.cs` (+8 -2) 📝 `PRM.Core/Model/GlobalData.cs` (+51 -2) 📝 `PRM.Core/Model/GlobalEventHelper.cs` (+2 -2) 📝 `PRM.Core/Model/PrmContext.cs` (+0 -4) 📝 `PRM.Core/Model/SystemConfig.General.cs` (+6 -24) 📝 `PRM.Core/Model/SystemConfig.Theme.cs` (+5 -0) 📝 `PRM.Core/Model/SystemConfig.cs` (+0 -2) ➕ `PRM.Core/Model/Tag.cs` (+95 -0) 📝 `PRM.Core/NotifyPropertyChangedBase.cs` (+2 -1) _...and 34 more files_ </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#3779
No description provided.