cricketthomas / AzureKeyVaultExplorer

Azure Key Vault Explorer — a cross platform GUI desktop application for aggregating secrets, keys and certificates in azure key vault by subscription and resource group. Use azure key vault as an enterprise password manager.
https://keyvaultexplorer.sidesteplabs.us
MIT License
5 stars 0 forks source link

Add "Drop" tabs event on main app windows to route to tabs pages #6

Closed cricketthomas closed 1 month ago

cricketthomas commented 10 months ago

This will support adding tabs back to the main window. If possible, just use the same event or find a window drop event on the app window then use that to route to the tab page.

https://reference.avaloniaui.net/api/Avalonia.Controls/Window/

https://github.com/search?q=repo%3Aamwx%2FFluentAvalonia%20DragEventArgs%20&type=code

cricketthomas commented 9 months ago

This is almost done, just need to fix up reinitializing the view model