Open
Conversation
Adapting the "Help" generic copy button to give more contextual information to the user. Matching scope with button copy.
Fixing URL when button "About Events" gets pressed.
4ian
reviewed
May 4, 2026
Remove unused `isRelativePathToDocumentationRoot` import and the `instructionMetadata` / `instructionHelpPage` variables that were left behind after the HelpButton was switched to a hardcoded `/events` path. These triggered ESLint `no-unused-vars` warnings which failed CI under the project's zero-tolerance `--max-warnings=0` rule.
Changed scopeName="Extension" to scopeName={t\Extension`}` so the string is properly picked up by Lingui and available for translators.
Going back to contextual "Help" button for selected actions / conditions rather than "learn more" button under the short description.
0c6a8f3 to
b6909a9
Compare
Pointing to possible broken 404 destinations (example: Scene > Does scene exist -> opens 404 on Wiki)
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.
Context:

Having a discreet "Help" button, always available in the interface maintains the door open so the user interacts with the learning content only when they feel stuck or when they need it. <- Good UI pattern.
The issues:
Observations:
Changes:
A note of caution:
For multiple events 'helpPath' leads to the parent page rather than taking the user to the related anchor. The "Helpaths_audit" google sheet has been created to repair this UX issue in the future (next polishing step).