Skip to content
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

Merged
merged 7 commits into from
Mar 28, 2024
Merged

Conversation

massi-ang
Copy link
Collaborator

@massi-ang massi-ang commented Mar 27, 2024

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

image

Delete session

image

Delete sessions

image

Settings

image

@massi-ang massi-ang requested a review from spugachev March 27, 2024 13:34
@massi-ang massi-ang requested review from bigadsoleiman and removed request for spugachev March 28, 2024 12:53
@massi-ang massi-ang marked this pull request as ready for review March 28, 2024 14:35
Copy link
Collaborator

@bigadsoleiman bigadsoleiman left a 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;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this is commented?

Copy link
Collaborator Author

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

@bigadsoleiman bigadsoleiman merged commit 1aec1cb into aws-samples:main Mar 28, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants