-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Session History screen #433
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great one, lots of good info and links.
@@ -61,7 +69,7 @@ export default function Sessions(props: SessionsProps) { | |||
|
|||
useEffect(() => { | |||
if (!appContext) return; | |||
if (!props.toolsOpen) return; | |||
//if (!props.toolsOpen) return; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this is commented?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left over. I need to remove it
Issue #, if available:
Description of changes:
This change provides better visibility to Session History feature, and conform with CloudScape design guidelines.
It introduces information panels on most screens and implements a framework to easily add information panels throughout the application.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Session History screen
Delete session
Delete sessions
Settings