-
Notifications
You must be signed in to change notification settings - Fork 207
Replace app title link with 'Go to App' button on configuration page #319
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
base: main
Are you sure you want to change the base?
Conversation
@Keerthi421 is attempting to deploy a commit to the Proxy Team on Vercel. A member of the Team first needs to authorize it. |
WalkthroughThe change modifies the app configuration page by removing the clickable link from the app's display name heading. Instead, a new "Go to App" button is introduced next to the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant AppConfigPage
participant AppPage
User->>AppConfigPage: Visit app configuration page
AppConfigPage-->>User: Display app name (not a link), AddAccountForm, and "Go to App" button
User->>AppConfigPage: Click "Go to App" button
AppConfigPage->>AppPage: Navigate to app page
Assessment against linked issues
Poem
π Recent review detailsConfiguration used: CodeRabbit UI π Files selected for processing (1)
π Additional comments (2)
β¨ Finishing Touches
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
CodeRabbit Configuration File (
|
Hi @Keerthi421 , thanks for the contribution. Could you please sign the CLA here: https://eu.docusign.net/Member/PowerFormSigning.aspx?PowerFormId=d5961ca7-0f55-4348-8d30-826c4f120a3e&env=eu&acct=0c93c697-5413-4d87-82fe-a0ca8bc1291d&v=2? |
π·οΈ Ticket
Fixes #308
π Description
This PR addresses the issue where the app title on the app configuration page is a clickable link, while app titles on other pages are not links, causing inconsistent UX.
Changes made:
Removed the link from the app title in the app configuration page
Added a dedicated "Go to App" button next to the add account form
Improved UI consistency to match how app titles are displayed on other pages
β Checklist
Summary by CodeRabbit
New Features
Style