-
Notifications
You must be signed in to change notification settings - Fork 182
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 changing toolbar icon to indicate state #538
Conversation
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.
This is a great, simple PR!
Can you put the images used for the icons into the assets
folder as part of this PR?
@LPGhatguy Even though those images aren't going to be used in the final result? |
Yup! It's good to have assets available as files in case we need to reupload them for whatever reason. Eventually, maybe we'll use a tool to automatically manage our Roblox assets and keep them in sync with the repo. |
* Add changing toolbar icon * Return to default icon after closing error * Update changelog * Add assets * Improved link icon * Upload new icons Co-authored-by: Lucien Greathouse <me@lpghatguy.com>
The toolbar icon can act as a useful feedback mechanism about session status, especially when the widget is covered/closed.
I've added icon changeability to the StudioToggleButton component, and used it in the App.
The icons added to Assets.lua should preferably be reuploaded by @LPGhatguy for consistency before merging this.