vscode-viva icon indicating copy to clipboard operation
vscode-viva copied to clipboard

💡 [Feature]: hide toolkit features that require being signed in to tenant until successful authentication

Open Adam-it opened this issue 1 year ago • 0 comments

🎯 Aim of the feature

We should hide some functionalities of the toolkit that require the user to be logged in when we are not signed in to the tenant

image

also, we should recheck if we have correct checks done and not signed in error handling for those features because it is still possible to run them using VS Coda command palette

image

📷 Images (if possible) with expected result

No response

🤔 Additional remarks or comments

This may be a bit tricky as the command views are registered once so what I would do is start without showing the commands that require auth and when logged in just refresh the views and show them. Similar thing is already done with the appcatalog view image

Adam-it avatar Jun 30 '24 21:06 Adam-it