[AI] What to change: The Support page (the chat window) for User. - #204
Open
burkongla wants to merge 1 commit into
Open
[AI] What to change: The Support page (the chat window) for User.#204burkongla wants to merge 1 commit into
burkongla wants to merge 1 commit into
Conversation
Task: 629cd2cd Source: slack Requested by: U04E9DZ5ELF
✅ Deploy Preview for githelp-support ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Automated PR
Task: What to change: The Support page (the chat window) for User.
Description: What to change: The Support page (the chat window) for User.
• When the text “No active tickets” is visible under “Active tickets”, the text should be vertically aligned left with the header “Active tickets”.
• Include a button just above “Documentation” in the left sidebar, that says “See project page”. When you taps this button a new tab with the project’s landing page is opened in the browser. With the project’s landing page I mean the page that holds left sidebar pages such as “Rates and details” and “About support”. The button should be discrete.
Do not change: Anything else than what is listed.
Acceptance criteria: When all points listed under “Description and specific values” are implemented the task is done.
Source: slack
Requested by: U04E9DZ5ELF
Classification: visual
Changes
On the user Support chat page, align the 'No active tickets' empty-state text with the 'Active tickets' header in the right sidebar, and add a discrete 'See project page' link above 'Documentation' in the left sidebar that opens the project's public landing page (/support/[slug] or /support?project=) in a new tab.
Security Review
Status: pass
No dependency changes (package.json/import_map.json untouched, npm audit not required). The new external link is built from a fixed
/support/...prefix withencodeURIComponentapplied to slug/project ID (no open-redirect orjavascript:risk), and usesrel="noopener noreferrer"withtarget="_blank". No secrets, injection, auth, CORS, or RLS concerns introduced.🤖 Generated by githelp-support agent team