-
Notifications
You must be signed in to change notification settings - Fork 894
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
New general page: updating counters properly #21747
Closed
igorschoester
wants to merge
31
commits into
release/23.8
from
21724-new-general-page-updating-counters-properly
Closed
New general page: updating counters properly #21747
igorschoester
wants to merge
31
commits into
release/23.8
from
21724-new-general-page-updating-counters-properly
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
igorschoester
added
the
changelog: bugfix
Needs to be included in the 'Bugfixes' category in the changelog
label
Oct 24, 2024
thijsoo
approved these changes
Oct 28, 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.
CR 👍
leonidasmi
approved these changes
Oct 30, 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.
Acceptance test is ✅
leonidasmi
added
changelog: non-user-facing
Needs to be included in the 'Non-userfacing' category in the changelog
and removed
changelog: bugfix
Needs to be included in the 'Bugfixes' category in the changelog
labels
Oct 30, 2024
Just hiding it when the count is 0. This simplifies the frontend needed when a user decides to make a notification visible again.
Easier to follow in your IDE
Don't export toggleAlertStatus itself, only via actions objects
Co-authored-by: Thijs van der Heijden <[email protected]>
Co-authored-by: Thijs van der Heijden <[email protected]>
Co-authored-by: Igor <[email protected]>
Co-authored-by: Igor <[email protected]>
Fix for commit: 41edad8
We already have a border to separate the title/description from the content
The hardcoded width is preventing collapsing. But it was already moving the image below it. So I really don't see a need for the width, instead lets try to take a similar amount of space if available. But don't prevent it from being smaller.
leonidasmi
force-pushed
the
21724-new-general-page-updating-counters-properly
branch
from
October 30, 2024 13:39
41b6ffa
to
8f217a3
Compare
18 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
changelog: non-user-facing
Needs to be included in the 'Non-userfacing' category in the changelog
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.
Context
Summary
This PR can be summarized in the following changelog entry:
Relevant technical choices:
Test instructions
Test instructions for the acceptance test before the PR gets merged
This PR can be acceptance tested by following these steps:
Relevant test scenarios
Test instructions for QA when the code is in the RC
QA can test this PR by following these steps:
Impact check
This PR affects the following parts of the plugin, which may require extra testing:
UI changes
Other environments
[shopify-seo]
, added test instructions for Shopify and attached theShopify
label to this PR.Documentation
Quality assurance
Innovation
innovation
label.Fixes #21724