-
Notifications
You must be signed in to change notification settings - Fork 88
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
Fit and Finish UX Fixes #1092
Merged
Merged
Fit and Finish UX Fixes #1092
Conversation
This file contains 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
Signed-off-by: Joanne Wang <[email protected]>
Signed-off-by: Joanne Wang <[email protected]>
Signed-off-by: Joanne Wang <[email protected]>
Signed-off-by: Joanne Wang <[email protected]>
Signed-off-by: Joanne Wang <[email protected]>
Signed-off-by: Joanne Wang <[email protected]>
Signed-off-by: Joanne Wang <[email protected]>
Signed-off-by: Joanne Wang <[email protected]>
Signed-off-by: Joanne Wang <[email protected]>
Signed-off-by: Joanne Wang <[email protected]>
Signed-off-by: Joanne Wang <[email protected]>
Signed-off-by: Joanne Wang <[email protected]>
Signed-off-by: Joanne Wang <[email protected]>
Signed-off-by: Joanne Wang <[email protected]>
Signed-off-by: Joanne Wang <[email protected]>
Signed-off-by: Joanne Wang <[email protected]>
Signed-off-by: Joanne Wang <[email protected]>
Signed-off-by: Joanne Wang <[email protected]>
Signed-off-by: Joanne Wang <[email protected]>
Signed-off-by: Joanne Wang <[email protected]>
Signed-off-by: Joanne Wang <[email protected]>
Signed-off-by: Joanne Wang <[email protected]>
Signed-off-by: Joanne Wang <[email protected]>
Signed-off-by: Joanne Wang <[email protected]>
jowg-amazon
requested review from
lezzago,
AWSHurneyt,
amsiglan,
sbcd90,
eirsep and
getsaurabh02
as code owners
September 16, 2024 19:04
amsiglan
reviewed
Sep 16, 2024
amsiglan
reviewed
Sep 16, 2024
Signed-off-by: Joanne Wang <[email protected]>
|
AWSHurneyt
approved these changes
Sep 17, 2024
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.
Changes LGTM.
riysaxen-amzn
approved these changes
Sep 17, 2024
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/alerting-dashboards-plugin/backport-2.0 2.0
# Navigate to the new working tree
pushd ../.worktrees/alerting-dashboards-plugin/backport-2.0
# Create a new branch
git switch --create backport-1092-to-2.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 4a2b603b80b4875ec2ae6fe2d85ee4771116bb70
# Push it to GitHub
git push --set-upstream origin backport-1092-to-2.0
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/alerting-dashboards-plugin/backport-2.0 Then, create a pull request where the |
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Sep 17, 2024
* remove horizontal line below search bar Signed-off-by: Joanne Wang <[email protected]> * space between header and panel 16px and space around table 16px Signed-off-by: Joanne Wang <[email protected]> * fix 16px around table and search bar Signed-off-by: Joanne Wang <[email protected]> * remove pagination from top of table Signed-off-by: Joanne Wang <[email protected]> * add button to create monitor Signed-off-by: Joanne Wang <[email protected]> * add tooltip to delete Signed-off-by: Joanne Wang <[email protected]> * remove space on trash icon Signed-off-by: Joanne Wang <[email protected]> * fix gutter size Signed-off-by: Joanne Wang <[email protected]> * move edit under actions Signed-off-by: Joanne Wang <[email protected]> * fix notifications breadcrumb redirect Signed-off-by: Joanne Wang <[email protected]> * spacing from title to panel 16 for view monitor Signed-off-by: Joanne Wang <[email protected]> * fix some padding and remove horiz rule for findings section Signed-off-by: Joanne Wang <[email protected]> * change update monitor to edit monitor Signed-off-by: Joanne Wang <[email protected]> * change update to save and fix padding for create monitor Signed-off-by: Joanne Wang <[email protected]> * change monitor details padding and fix link to new page in alerts card Signed-off-by: Joanne Wang <[email protected]> * remove boarder when empty state Signed-off-by: Joanne Wang <[email protected]> * fix search bar spacing above Signed-off-by: Joanne Wang <[email protected]> * make create and edit monitor panels 16px padding Signed-off-by: Joanne Wang <[email protected]> * rename Signed-off-by: Joanne Wang <[email protected]> * fix original tabs Signed-off-by: Joanne Wang <[email protected]> * fix spacing on original monitor page Signed-off-by: Joanne Wang <[email protected]> * add pagination back to the alerts page Signed-off-by: Joanne Wang <[email protected]> * fix spacing for alerts dashboard flyout Signed-off-by: Joanne Wang <[email protected]> * cleanup Signed-off-by: Joanne Wang <[email protected]> * fix unit tests and run yarn test:jest -u Signed-off-by: Joanne Wang <[email protected]> * fix cypress tests Signed-off-by: Joanne Wang <[email protected]> --------- Signed-off-by: Joanne Wang <[email protected]> (cherry picked from commit 4a2b603) 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 17, 2024
* remove horizontal line below search bar Signed-off-by: Joanne Wang <[email protected]> * space between header and panel 16px and space around table 16px Signed-off-by: Joanne Wang <[email protected]> * fix 16px around table and search bar Signed-off-by: Joanne Wang <[email protected]> * remove pagination from top of table Signed-off-by: Joanne Wang <[email protected]> * add button to create monitor Signed-off-by: Joanne Wang <[email protected]> * add tooltip to delete Signed-off-by: Joanne Wang <[email protected]> * remove space on trash icon Signed-off-by: Joanne Wang <[email protected]> * fix gutter size Signed-off-by: Joanne Wang <[email protected]> * move edit under actions Signed-off-by: Joanne Wang <[email protected]> * fix notifications breadcrumb redirect Signed-off-by: Joanne Wang <[email protected]> * spacing from title to panel 16 for view monitor Signed-off-by: Joanne Wang <[email protected]> * fix some padding and remove horiz rule for findings section Signed-off-by: Joanne Wang <[email protected]> * change update monitor to edit monitor Signed-off-by: Joanne Wang <[email protected]> * change update to save and fix padding for create monitor Signed-off-by: Joanne Wang <[email protected]> * change monitor details padding and fix link to new page in alerts card Signed-off-by: Joanne Wang <[email protected]> * remove boarder when empty state Signed-off-by: Joanne Wang <[email protected]> * fix search bar spacing above Signed-off-by: Joanne Wang <[email protected]> * make create and edit monitor panels 16px padding Signed-off-by: Joanne Wang <[email protected]> * rename Signed-off-by: Joanne Wang <[email protected]> * fix original tabs Signed-off-by: Joanne Wang <[email protected]> * fix spacing on original monitor page Signed-off-by: Joanne Wang <[email protected]> * add pagination back to the alerts page Signed-off-by: Joanne Wang <[email protected]> * fix spacing for alerts dashboard flyout Signed-off-by: Joanne Wang <[email protected]> * cleanup Signed-off-by: Joanne Wang <[email protected]> * fix unit tests and run yarn test:jest -u Signed-off-by: Joanne Wang <[email protected]> * fix cypress tests Signed-off-by: Joanne Wang <[email protected]> --------- Signed-off-by: Joanne Wang <[email protected]> (cherry picked from commit 4a2b603) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This was referenced Sep 17, 2024
AWSHurneyt
added
anomaly-detector-monitor
Anomaly detector monitor related
and removed
backport 2.0
anomaly-detector-monitor
Anomaly detector monitor related
failed backport
labels
Sep 17, 2024
amsiglan
pushed a commit
that referenced
this pull request
Sep 17, 2024
* remove horizontal line below search bar * space between header and panel 16px and space around table 16px * fix 16px around table and search bar * remove pagination from top of table * add button to create monitor * add tooltip to delete * remove space on trash icon * fix gutter size * move edit under actions * fix notifications breadcrumb redirect * spacing from title to panel 16 for view monitor * fix some padding and remove horiz rule for findings section * change update monitor to edit monitor * change update to save and fix padding for create monitor * change monitor details padding and fix link to new page in alerts card * remove boarder when empty state * fix search bar spacing above * make create and edit monitor panels 16px padding * rename * fix original tabs * fix spacing on original monitor page * add pagination back to the alerts page * fix spacing for alerts dashboard flyout * cleanup * fix unit tests and run yarn test:jest -u * fix cypress tests --------- (cherry picked from commit 4a2b603) Signed-off-by: Joanne Wang <[email protected]> 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>
jowg-amazon
added a commit
to jowg-amazon/alerting-dashboards-plugin
that referenced
this pull request
Sep 17, 2024
* remove horizontal line below search bar Signed-off-by: Joanne Wang <[email protected]> * space between header and panel 16px and space around table 16px Signed-off-by: Joanne Wang <[email protected]> * fix 16px around table and search bar Signed-off-by: Joanne Wang <[email protected]> * remove pagination from top of table Signed-off-by: Joanne Wang <[email protected]> * add button to create monitor Signed-off-by: Joanne Wang <[email protected]> * add tooltip to delete Signed-off-by: Joanne Wang <[email protected]> * remove space on trash icon Signed-off-by: Joanne Wang <[email protected]> * fix gutter size Signed-off-by: Joanne Wang <[email protected]> * move edit under actions Signed-off-by: Joanne Wang <[email protected]> * fix notifications breadcrumb redirect Signed-off-by: Joanne Wang <[email protected]> * spacing from title to panel 16 for view monitor Signed-off-by: Joanne Wang <[email protected]> * fix some padding and remove horiz rule for findings section Signed-off-by: Joanne Wang <[email protected]> * change update monitor to edit monitor Signed-off-by: Joanne Wang <[email protected]> * change update to save and fix padding for create monitor Signed-off-by: Joanne Wang <[email protected]> * change monitor details padding and fix link to new page in alerts card Signed-off-by: Joanne Wang <[email protected]> * remove boarder when empty state Signed-off-by: Joanne Wang <[email protected]> * fix search bar spacing above Signed-off-by: Joanne Wang <[email protected]> * make create and edit monitor panels 16px padding Signed-off-by: Joanne Wang <[email protected]> * rename Signed-off-by: Joanne Wang <[email protected]> * fix original tabs Signed-off-by: Joanne Wang <[email protected]> * fix spacing on original monitor page Signed-off-by: Joanne Wang <[email protected]> * add pagination back to the alerts page Signed-off-by: Joanne Wang <[email protected]> * fix spacing for alerts dashboard flyout Signed-off-by: Joanne Wang <[email protected]> * cleanup Signed-off-by: Joanne Wang <[email protected]> * fix unit tests and run yarn test:jest -u Signed-off-by: Joanne Wang <[email protected]> * fix cypress tests Signed-off-by: Joanne Wang <[email protected]> --------- Signed-off-by: Joanne Wang <[email protected]>
5 tasks
AWSHurneyt
pushed a commit
that referenced
this pull request
Sep 17, 2024
* remove horizontal line below search bar * space between header and panel 16px and space around table 16px * fix 16px around table and search bar * remove pagination from top of table * add button to create monitor * add tooltip to delete * remove space on trash icon * fix gutter size * move edit under actions * fix notifications breadcrumb redirect * spacing from title to panel 16 for view monitor * fix some padding and remove horiz rule for findings section * change update monitor to edit monitor * change update to save and fix padding for create monitor * change monitor details padding and fix link to new page in alerts card * remove boarder when empty state * fix search bar spacing above * make create and edit monitor panels 16px padding * rename * fix original tabs * fix spacing on original monitor page * add pagination back to the alerts page * fix spacing for alerts dashboard flyout * cleanup * fix unit tests and run yarn test:jest -u * fix cypress tests --------- (cherry picked from commit 4a2b603) Signed-off-by: Joanne Wang <[email protected]> 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>
AWSHurneyt
pushed a commit
to AWSHurneyt/alerting-dashboards-plugin
that referenced
this pull request
Sep 19, 2024
* remove horizontal line below search bar Signed-off-by: Joanne Wang <[email protected]> * space between header and panel 16px and space around table 16px Signed-off-by: Joanne Wang <[email protected]> * fix 16px around table and search bar Signed-off-by: Joanne Wang <[email protected]> * remove pagination from top of table Signed-off-by: Joanne Wang <[email protected]> * add button to create monitor Signed-off-by: Joanne Wang <[email protected]> * add tooltip to delete Signed-off-by: Joanne Wang <[email protected]> * remove space on trash icon Signed-off-by: Joanne Wang <[email protected]> * fix gutter size Signed-off-by: Joanne Wang <[email protected]> * move edit under actions Signed-off-by: Joanne Wang <[email protected]> * fix notifications breadcrumb redirect Signed-off-by: Joanne Wang <[email protected]> * spacing from title to panel 16 for view monitor Signed-off-by: Joanne Wang <[email protected]> * fix some padding and remove horiz rule for findings section Signed-off-by: Joanne Wang <[email protected]> * change update monitor to edit monitor Signed-off-by: Joanne Wang <[email protected]> * change update to save and fix padding for create monitor Signed-off-by: Joanne Wang <[email protected]> * change monitor details padding and fix link to new page in alerts card Signed-off-by: Joanne Wang <[email protected]> * remove boarder when empty state Signed-off-by: Joanne Wang <[email protected]> * fix search bar spacing above Signed-off-by: Joanne Wang <[email protected]> * make create and edit monitor panels 16px padding Signed-off-by: Joanne Wang <[email protected]> * rename Signed-off-by: Joanne Wang <[email protected]> * fix original tabs Signed-off-by: Joanne Wang <[email protected]> * fix spacing on original monitor page Signed-off-by: Joanne Wang <[email protected]> * add pagination back to the alerts page Signed-off-by: Joanne Wang <[email protected]> * fix spacing for alerts dashboard flyout Signed-off-by: Joanne Wang <[email protected]> * cleanup Signed-off-by: Joanne Wang <[email protected]> * fix unit tests and run yarn test:jest -u Signed-off-by: Joanne Wang <[email protected]> * fix cypress tests Signed-off-by: Joanne Wang <[email protected]> --------- Signed-off-by: Joanne Wang <[email protected]> Signed-off-by: AWSHurneyt <[email protected]>
AWSHurneyt
added a commit
to AWSHurneyt/alerting-dashboards-plugin
that referenced
this pull request
Sep 24, 2024
…-project#1094)" This reverts commit 51d2c95.
AWSHurneyt
added a commit
to AWSHurneyt/alerting-dashboards-plugin
that referenced
this pull request
Sep 24, 2024
…-project#1094)" This reverts commit 51d2c95. Signed-off-by: AWSHurneyt <[email protected]>
jowg-amazon
added a commit
to jowg-amazon/alerting-dashboards-plugin
that referenced
this pull request
Sep 24, 2024
…-project#1094)" This reverts commit 51d2c95.
jowg-amazon
added a commit
to jowg-amazon/alerting-dashboards-plugin
that referenced
this pull request
Sep 24, 2024
…-project#1094)" This reverts commit 51d2c95. Signed-off-by: Joanne Wang <[email protected]>
AWSHurneyt
pushed a commit
that referenced
this pull request
Sep 24, 2024
* Revert "Fit and Finish UX changes Pt 2 (#1099) (#1107)" This reverts commit bfb0d79. Signed-off-by: Joanne Wang <[email protected]> * Revert "Fit and Finish UX Fixes (#1092) (#1094)" This reverts commit 51d2c95. Signed-off-by: Joanne Wang <[email protected]> --------- Signed-off-by: Joanne Wang <[email protected]>
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
Addresses the fit and finish UX changes. Changes in this PR include:
edit
action underactions
dropdown in the monitors pageUpdated monitor
toEdit monitor
in the titleUpdate monitor
toSave
Alerts Page
Monitors Page
Empty Monitors Page
View Monitor Page
Edit Monitor Page
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.