-
Notifications
You must be signed in to change notification settings - Fork 33
Traffic boost UI label updates and regenerate button removal #3330
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
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (4)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the 📝 WalkthroughWalkthroughThis update standardizes the capitalization of "Smart Link(s)" and related phrases across user-facing strings, error messages, REST API descriptions, and UI components. It also removes the regeneration feature and related UI from the Traffic Boost preview and suggestions workflow, updates several button labels and tab titles for clarity, and makes minor style adjustments to the sidebar. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant TrafficBoostPreview
participant PreviewFooter
participant SuggestionsTab
User->>TrafficBoostPreview: Opens Traffic Boost preview
TrafficBoostPreview->>PreviewFooter: Renders footer (no regenerate button)
User->>SuggestionsTab: Views suggestions
SuggestionsTab-->>User: Shows AddNewLinkButton only (no generate button)
User->>PreviewFooter: Navigates suggestions using prev/next buttons with tooltips
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
|
@acicovic I think the SonarCloud failure here is ignorable, it's complaining about duplicated code in internationalized strings which is fine to me. |
acicovic
left a comment
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.
Thanks for working on this. All changes make sense to me conceptually. We can amend as/if needed in the future.
I'm going to merge this PR immediately.
Description
This is a follow-up to #3329 which adds some additional label changes, rearrangement, and simplification of the interface for the
3.19release. Here are the main changes:Any place where we use "Smart Link" in a label, it's been modified to be double capitalized as a proper noun (e.g. "smart links" -> "Smart Links")
The "Generate" left-side button was removed in this commit. Generating new links doesn't typically lead to improved suggestions, and the selected posts are generally very similar to the initial set. This has been removed as an atomic commit to make it easier to re-add if we'd like.
The "Regenerate" right-side button was removed in this commit. The logic here is that the user will likely take over to adjust the link, and clicking "Regenerate" probably doesn't add enough utility to make the button useful enough to add to the UI at this stage. Also done in a single commit to make it easy to revert.
The "Suggestion" dropdown was removed from the footer.
We found three controls to switch between suggestions: The left sidebar of titles, the suggestion dropdown in the toolbar, and the left/right buttons in the toolbar. Because of the redundancy and the ability to move between suggestions more clearly in the sidebar, we removed that footer control.
A handful of label updates to make it more clear what the target post is, and what the source posts are:
This will make it easier to document usage of traffic boost with less overlapping terminology and use standardized language for customers.
Adds tooltips on footer left and right arrows with labels "Next Suggested Source" / "Previous Suggested Source".
Summary by CodeRabbit
New Features
Bug Fixes
Style
Refactor
Documentation
Chores
Tests
Revert