mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[PR #544] [MERGED] Branch dev #1839
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#1839
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/544
Author: @VShawn
Created: 10/29/2023
Status: ✅ Merged
Merged: 10/29/2023
Merged by: @VShawn
Base:
main← Head:Branch_dev📝 Commits (6)
32c360echore: remove net48 build from GitHub action.1d6e4a2[WIP] refacing protocol editor view to MVVMcbab802Merge branch 'Branch_dev' of https://github.com/1Remote/1Remote into Branch_deva127b63Merge branch 'main' into Branch_devbfe6372[WIP] refacing protocol editor view constructore0bf7a6refactor: 1. Validation for editor and tooltip📊 Changes
59 files changed (+967 additions, -776 deletions)
View changed files
📝
.github/workflows/build-on-dev-push.yml(+52 -52)📝
Shawn.Utils(+1 -1)📝
Ui/Controls/AutoCompleteComboBox.xaml(+1 -0)📝
Ui/Model/Protocol/AppProtocol.cs(+27 -6)📝
Ui/Model/Protocol/Base/ProtocolBase.cs(+30 -10)📝
Ui/Model/Protocol/Base/ProtocolBaseWithAddressPort.cs(+37 -0)📝
Ui/Model/Protocol/RdpApp.cs(+31 -1)📝
Ui/Model/Protocol/Serial.cs(+33 -0)📝
Ui/Ui.csproj(+10 -10)📝
Ui/View/AboutPageView.xaml(+3 -0)📝
Ui/View/AboutPageViewModel.cs(+1 -0)➖
Ui/View/Editor/FormBase.cs(+0 -40)📝
Ui/View/Editor/Forms/AlternativeCredential/AlternativeCredentialEditView.xaml(+4 -7)➖
Ui/View/Editor/Forms/AlternativeCredential/AlternativeCredentialListControl.xaml.cs(+0 -28)📝
Ui/View/Editor/Forms/AlternativeCredential/AlternativeCredentialListView.xaml(+8 -7)➕
Ui/View/Editor/Forms/AlternativeCredential/AlternativeCredentialListViewModel.cs(+13 -0)➖
Ui/View/Editor/Forms/AppFormView.xaml.cs(+0 -50)📝
Ui/View/Editor/Forms/Argument/ArgumentEditViewModel.cs(+2 -2)📝
Ui/View/Editor/Forms/Argument/ArgumentListControl.xaml(+22 -7)➖
Ui/View/Editor/Forms/BaseFormWithAddressPort.xaml(+0 -36)...and 39 more files
📄 Description
refactor:
Validation for editor and tooltip
protocol editor to mvvm
some fix of app protocol
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.