Skip to content

Commit

Permalink
v2 entry config/DTOs (#146)
Browse files Browse the repository at this point in the history
Move entry config to CustomData

Update entry config to V2

Add support for new JSON_RPC methods and updated V2 DTOs

Experimental workaround for bug with window management that sometimes causes dialogs to be hidden underneath rather than on top (applied to URL add/edit only)
  • Loading branch information
luckyrat authored May 21, 2024
1 parent 86a12b9 commit 80c60a5
Show file tree
Hide file tree
Showing 102 changed files with 5,880 additions and 3,552 deletions.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"omnisharp.useModernNet": false
"omnisharp.useModernNet": false,
"dotnet.preferCSharpExtension": true,
"dotnet.defaultSolution": "disable"
}
Loading

0 comments on commit 80c60a5

Please sign in to comment.