-
Notifications
You must be signed in to change notification settings - Fork 76
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
feat(FR-527): introduce BAIFetchKeyButton #3169
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
0e1ee52
to
1ac91d3
Compare
fb9eeef
to
b4f9d27
Compare
3b234d0
to
caf22f2
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.
Some pages show Refresh
text to the refresh button. Doesn't it need?
Yes, the refresh button without title is a default in NEO design. |
ecde3ec
to
b2e8163
Compare
caf22f2
to
e357a47
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.
LGTM
b2e8163
to
d8baa2d
Compare
e357a47
to
dccff75
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.
LGTM
d8baa2d
to
25be626
Compare
dccff75
to
216b0b9
Compare
Merge activity
|
25be626
to
dd32627
Compare
216b0b9
to
cae10f8
Compare
resolves #3174 (FR-567) Adds auto-refresh functionality to the compute session list page with a dedicated refresh button that shows loading state and supports automatic updates every 15 seconds. The table now displays a loading state with reduced opacity during updates and shows the total number of items. Key changes: - New `BAIFetchKeyButton` component for manual/automatic data refresh - Enhanced table loading states with smooth opacity transitions - Added "Last Updated" translations across all languages - Improved badge visibility for running sessions - Fixed state updates in `useDeferredQueryParams` hook
dd32627
to
ba1b285
Compare
cae10f8
to
af19cee
Compare
resolves #3174 (FR-567)
Adds auto-refresh functionality to the compute session list page with a dedicated refresh button that shows loading state and supports automatic updates every 15 seconds. The table now displays a loading state with reduced opacity during updates and shows the total number of items.
Key changes:
BAIFetchKeyButton
component for manual/automatic data refreshuseDeferredQueryParams
hook