-
Notifications
You must be signed in to change notification settings - Fork 186
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
Fix button styling in event view #5137
Conversation
...c/kibana-integrations/discover/application/angular/doc_table/components/table_row/_open.scss
Show resolved
Hide resolved
|
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.
review
code: 🟢
Wazuh dashboard
Legend:
⚫: none
🟢: passed
🔴: failed
🟡: warning
⚪: not applicable
Environment:
Platform: Wazuh dashboard
Test | Chrome | Firefox | Safari |
---|---|---|---|
The button should have the same appearance as the button that appears in Discover when the information is not displayed | 🟢 | 🟢 | ⚫ |
The button should have the same appearance as the button that appears in Discover when after clicking to see the information. | 🟢 | 🟢 | ⚫ |
Details
🟢 The button should have the same appearance as the button that appears in Discover when the information is not displayed
Safari - ⚫
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.
review
Wazuh dashboard
Legend:
⚫: none
🟢: passed
🔴: failed
🟡: warning
⚪: not applicable
Environment:
Platform: Wazuh dashboard
Test | Chrome | Firefox | Safari |
---|---|---|---|
The button should have the same appearance as the button that appears in Discover when the information is not displayed | 🟢 | 🟢 | ⚫ |
The button should have the same appearance as the button that appears in Discover when after clicking to see the information. | 🟢 | 🟢 | ⚫ |
Details
🟢 The button should have the same appearance as the button that appears in Discover when the information is not displayed
Chrome - 🟢
Discover
Wazuh
Firefox - 🟢
Discover
Wazuh
Safari - ⚫
🟢 The button should have the same appearance as the button that appears in Discover when after clicking to see the information.
Chrome - 🟢
Discover
Wazuh
Firefox - 🟢
Discover
Wazuh
Safari - ⚫
TEST:✔️
CR:✔️
LGTM
We should test it with the Safari browser as possible. |
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.
review
code: 🟢
Wazuh dashboard
Legend:
⚫: none
🟢: passed
🔴: failed
🟡: warning
⚪: not applicable
Environment:
Platform: Wazuh dashboard
Test | Chrome | Firefox | Safari |
---|---|---|---|
The button should have the same appearance as the button that appears in Discover when the information is not displayed | 🟢 | 🟢 | 🟢 |
The button should have the same appearance as the button that appears in Discover when after clicking to see the information. | 🟢 | 🟢 | 🟢 |
Evidence
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-4.4-7.10 4.4-7.10
# Navigate to the new working tree
cd .worktrees/backport-4.4-7.10
# Create a new branch
git switch --create backport-5137-to-4.4-7.10
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 57f0e9fab6fa9dbfb8f0b396f8a7d1ae52317607
# Push it to GitHub
git push --set-upstream origin backport-5137-to-4.4-7.10
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-4.4-7.10 Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-4.4-7.16 4.4-7.16
# Navigate to the new working tree
cd .worktrees/backport-4.4-7.16
# Create a new branch
git switch --create backport-5137-to-4.4-7.16
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 57f0e9fab6fa9dbfb8f0b396f8a7d1ae52317607
# Push it to GitHub
git push --set-upstream origin backport-5137-to-4.4-7.16
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-4.4-7.16 Then, create a pull request where the |
* add new style * add changelog Co-authored-by: Antonio <34042064+Desvelao@users.noreply.github.com> (cherry picked from commit 57f0e9f)
* add new style * add changelog Co-authored-by: Antonio <34042064+Desvelao@users.noreply.github.com> (cherry picked from commit 57f0e9f)
* Fix button styling in event view (#5137) * add new style * add changelog Co-authored-by: Antonio <34042064+Desvelao@users.noreply.github.com> (cherry picked from commit 57f0e9f) * Fix Events open row button styles --------- Co-authored-by: Ian Yenien Serrano <63758389+yenienserrano@users.noreply.github.com> Co-authored-by: Federico Rodriguez <federico.rodriguez@wazuh.com>
* Fix button styling in event view (#5137) * add new style * add changelog Co-authored-by: Antonio <34042064+Desvelao@users.noreply.github.com> (cherry picked from commit 57f0e9f) * Fix details button style classes --------- Co-authored-by: Ian Yenien Serrano <63758389+yenienserrano@users.noreply.github.com> Co-authored-by: Federico Rodriguez <federico.rodriguez@wazuh.com>
Description
Changed the styles of the button that shows more information of each row of the table in events so that it has the same styles as the button that appears in discover.
Issues Resolved
Evidence
Wazuh
Discover
Test
Scenario 1 The button should have the same appearance as the button that appears in Discover when the information is not displayed.
When the user navigates to a module/events
Then should see the button like the one shown in Discover
Scenario 2 The button should have the same appearance as the button that appears in Discover when after clicking to see the information.
When the user navigates to a module/events and click to see the information
Then should see the button like the one shown in Discover
Check List
yarn test:jest