feat(status-bar): add status to quick pick menu
Description
In order to reflect statuses mthat require administrator intervention more clearly, we're lifting up certain errors to their own quick pick menu item and denoting the Duo Status bar to the error state to call attention to the issues.
This MR adds the corresponding item for the first pass (lifting "NO LICENSE") upwards and makes the corresponding change to update the status bar item at the bottom.
The red background on the status bar when there's a problem will assume whatever color the theme has set for "error".
Related Issues
Resolves #1550 (closed)
How has this been tested?
- Locally, I can toggle the status in code to see the the difference in state between "NO_LICENSE" and "READY" (or any other license).
Screenshots (if appropriate)
What CHANGELOG entry will this MR create?
-
fix:Bug fix fixes - a user-facing issue in production - included in changelog -
feature:New feature - a user-facing change which adds functionality - included in changelog -
BREAKING CHANGE:(fix or feature that would cause existing functionality to change) - should bump major version, mentioned in the changelog -
None - other non-user-facing changes
Closes #1550 (closed)
Edited by Marvin Gay


