-
Notifications
You must be signed in to change notification settings - Fork 114
Add Stella Icon #1842
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
Add Stella Icon #1842
Conversation
|
Preview is available here: |
quietbits
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.
When the network/browser blocks the AI button code, the button doesn't show up in the current version (Lab production), but this one is always there. So, when I click on it when it's blocked, nothing happens. Could we keep the same logic and show it only when it's available?
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.
Pull request overview
This pull request adds a custom Stella AI button component to provide a custom interface for the Stella AI assistant, replacing the default Stella embed button. The PR also includes updates to network limits configuration data.
Changes:
- Added a new CustomAiButton component with custom styling to trigger the Stella AI interface
- Hidden the default Stella AI embed button via CSS
- Updated network limits configuration for mainnet, testnet, and futurenet
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| src/components/CustomAiButton/index.tsx | New React component that renders a custom button to open Stella AI assistant |
| src/components/CustomAiButton/styles.scss | Styles for the custom AI button including fixed positioning and display states |
| src/app/layout.tsx | Integrated CustomAiButton component into the root layout |
| src/styles/globals.scss | Added CSS to hide the default Stella embed button |
| src/constants/networkLimits.ts | Updated network limits data for mainnet, testnet, and futurenet networks |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Preview is available here: |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Preview is available here: |
|
Preview is available here: |
|
Preview is available here: |
No description provided.