-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add a refresh button to the Activity Log page #3020
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.
Neat job, thanks!
I left an alternative for the UI, but I think is a matter of taste. Besides of that, we can merge IMHO.
@@ -139,6 +141,15 @@ function ActivityLogPage() { | |||
setSearchParams | |||
)} | |||
/> | |||
<Button | |||
type="primary-white" |
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.
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.
Addressed like this 7cf3134
20cff95
to
46d9a63
Compare
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.
Nice! LGTM
Description
This PR adds a
Refresh
button to the Activity Log page.Visually this is the best we can come with at the moment and the auto-refresh feature is intentionally left out.
We will need to revisit the arrangements of filters and actions in the activity log page when introducing filters by metadata.
How was this tested?
Automated tests.