Where did this happen?
No response
Expected Behavior
When logging out from the day or now view, Compass should make it obvious that the user is no longer logged in.
The cmd palette should only show either 'Log In' or 'Log out' — never both.
Current Behavior
After logging out from the day view, it's not clear that the user is no longer logged in
- Their calendar events are still visible
- There is no message notifying them that they successfully logged out.
Both are shown
Steps to Reproduce
- Log in
- Open cmd palette and select 'Log out'
- Log out by clicking the button
- You'll be redirected to the app again
- Open cmd palette
- Expected: Only 'Log In' is shown
- Actual: 'Log In' and 'Log out' are shown
Possible Solution
Use the user's auth state when determine which actions to display in the palette
- Ensure this is the same logic for each view. That is, the /day command palette should work the same as the /week
Context
No response
Where did this happen?
No response
Expected Behavior
When logging out from the day or now view, Compass should make it obvious that the user is no longer logged in.
The cmd palette should only show either 'Log In' or 'Log out' — never both.
Current Behavior
After logging out from the day view, it's not clear that the user is no longer logged in
Both are shown
Steps to Reproduce
Possible Solution
Use the user's auth state when determine which actions to display in the palette
Context
No response