Add loading indicator and counter to query result#8212
Merged
abbyhu2000 merged 5 commits intoopensearch-project:mainfrom Sep 20, 2024
Merged
Add loading indicator and counter to query result#8212abbyhu2000 merged 5 commits intoopensearch-project:mainfrom
abbyhu2000 merged 5 commits intoopensearch-project:mainfrom
Conversation
opensearch-changeset-bot bot
added a commit
to abbyhu2000/OpenSearch-Dashboards
that referenced
this pull request
Sep 17, 2024
abbyhu2000
pushed a commit
to abbyhu2000/OpenSearch-Dashboards
that referenced
this pull request
Sep 17, 2024
b1b6e6e to
2fb3d5a
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8212 +/- ##
=======================================
Coverage 64.05% 64.06%
=======================================
Files 3741 3741
Lines 88682 88702 +20
Branches 13817 13822 +5
=======================================
+ Hits 56809 56829 +20
Misses 31261 31261
Partials 612 612
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
AMoo-Miki
reviewed
Sep 19, 2024
AMoo-Miki
reviewed
Sep 19, 2024
AMoo-Miki
reviewed
Sep 19, 2024
AMoo-Miki
reviewed
Sep 19, 2024
AMoo-Miki
reviewed
Sep 19, 2024
Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
687d610 to
ba73d87
Compare
Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
ba73d87 to
5cd91f5
Compare
Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
ashwin-pc
approved these changes
Sep 19, 2024
| const getTime = () => { | ||
| const time = new Date().getTime() - props.queryStatus.startTime!; | ||
| if (time > BUFFER_TIME) { | ||
| setElapsedTime(time); |
Member
There was a problem hiding this comment.
Its rounded down to seconds so that should not be a problem. Take a look at the video attached Miki :)
LDrago27
approved these changes
Sep 20, 2024
Member
Author
|
Link checker failure not related: |
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Sep 20, 2024
* add loading indicator and counter to query result Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> * Changeset file for PR #8212 created/updated * add unit tests Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> * address comments Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> * update snapshot Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> --------- Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 27ba36c) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Sep 20, 2024
* add loading indicator and counter to query result Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> * Changeset file for PR #8212 created/updated * add unit tests Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> * address comments Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> * update snapshot Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> --------- Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 27ba36c) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This was referenced Sep 20, 2024
abbyhu2000
pushed a commit
that referenced
this pull request
Sep 20, 2024
* add loading indicator and counter to query result * Changeset file for PR #8212 created/updated * add unit tests * address comments * update snapshot --------- (cherry picked from commit 27ba36c) Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
abbyhu2000
pushed a commit
that referenced
this pull request
Sep 20, 2024
* add loading indicator and counter to query result * Changeset file for PR #8212 created/updated * add unit tests * address comments * update snapshot --------- (cherry picked from commit 27ba36c) Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
amsiglan
pushed a commit
to amsiglan/OpenSearch-Dashboards
that referenced
this pull request
Sep 20, 2024
…#8212) * add loading indicator and counter to query result Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> * Changeset file for PR opensearch-project#8212 created/updated * add unit tests Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> * address comments Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> * update snapshot Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> --------- Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
virajsanghvi
pushed a commit
to virajsanghvi/OpenSearch-Dashboards
that referenced
this pull request
Sep 24, 2024
…#8212) * add loading indicator and counter to query result Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> * Changeset file for PR opensearch-project#8212 created/updated * add unit tests Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> * address comments Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> * update snapshot Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> --------- Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
abbyhu2000
added a commit
to abbyhu2000/OpenSearch-Dashboards
that referenced
this pull request
Sep 24, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Issues Resolved
Screenshot
Screen.Recording.2024-09-17.at.2.58.10.PM.mov
Testing the changes
Changelog
Check List
yarn test:jestyarn test:jest_integration