feat: Actions V2 improvements in console (#9759)

# Which Problems Are Solved
This PR allows one to edit the order of Actions V2 Targets in an
Execution. Editing of Targets was also added back again.

# How the Problems Are Solved
One of the changes is the addition of the CorrectlyTypedExecution which
restricts the Grpc types a bit more to make working with them easier.
Some fields may be optional in the Grpc Protobuf but in reality are
always set.
Typings were generally improved to make them more accurate and safer to
work with.

# Additional Changes
Removal of the Actions V2 Feature flag as it will be enabled by default
anyways.

# Additional Context
This pr used some advanced Angular Signals logic which is very
interesting for future PR's.
- Part of the tasks from #7248

---------

Co-authored-by: Max Peintner <peintnerm@gmail.com>
This commit is contained in:
Ramon
2025-04-23 11:21:14 +02:00
committed by GitHub
parent aa9ef8b49e
commit 56e0df67d5
37 changed files with 557 additions and 375 deletions

View File

@@ -632,7 +632,8 @@
"TABLE": {
"NAME": "Název",
"ENDPOINT": "Koncový bod",
"CREATIONDATE": "Datum vytvoření"
"CREATIONDATE": "Datum vytvoření",
"REORDER": "Změnit pořadí"
}
}
},