-
Notifications
You must be signed in to change notification settings - Fork 730
feat(welcome): add welcome tab for first-time users #1783
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
feat(welcome): add welcome tab for first-time users #1783
Conversation
bajrangCoder
commented
Dec 31, 2025
- Add welcome tab and its command in command palette
- fix the issue of hideQuickTools parameter when creating custom editor tabs
- add docs url on help page
- keep social links on constant.js instead of here and there
- Create welcome page component - Show welcome tab automatically on first app launch - Add "welcome" command to command palette
Summary of ChangesHello @bajrangCoder, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request introduces a new 'Welcome' tab designed to enhance the first-time user experience by providing an interactive guide to the application's features. It also refines the handling of UI elements like quick tools for custom editor tabs and centralizes external links for improved maintainability and consistency. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
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.
Code Review
This pull request introduces a new welcome tab for first-time users, which is a great enhancement for user onboarding. The changes also include centralizing social media and documentation links into a constants file, which improves maintainability. Additionally, a bug related to hiding quick tools on custom editor tabs has been addressed. My review includes feedback on internationalization practices, suggesting the use of composite keys for translatable strings and ensuring all new strings are translated. I've also pointed out an opportunity to improve code structure by centralizing shared assets like icons to avoid duplication.
| onClick={() => acode.exec("recent")} | ||
| /> | ||
| <ActionRow | ||
| icon="tune" |
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.
In the future, we may have to change this icon used for the command palette on the Welcome page. As the quick tools panel uses three horizontal dots.
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.
yes but that doesn't look good on the page