Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork515
feat: icon for cloud sketch in File > Open Recent#1868
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 ourterms of service andprivacy 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?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
048f452 toadf3dcfComparedavegarthsimpson commentedMar 24, 2023
@kittaakos is this pending a design decision? Thanks
|
kittaakos commentedMar 24, 2023
@davegarthsimpson, yes. |
91volt commentedMar 24, 2023
@kittaakos the icon looks great. wdyt? |
kittaakos commentedMar 24, 2023
Yes, IDE2 needs the icons if the feature is required. Please see the PR description with the electron restrictions on the icon.
I am not in the loop, I do not even know when does the next release happen. |
Ref:#1826Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos commentedMar 28, 2023
Dispatching the icon based on IDE2's theme is not the best idea. The OS native menu is still dark, although the IDE2's theme is light. Please decide,@91volt. Thanks! In-action: cloud_icon_ide_theme.mp4 |
kittaakos commentedOct 5, 2023
Another approach could be using the |
CLAassistant commentedApr 1, 2024
Akos Kitta seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, pleaseadd the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let usrecheck it. |
Uh oh!
There was an error while loading.Please reload this page.
Depends on#1833
Motivation
As asked for in#1826, IDE2 would like to show an icon for cloud sketches in File > Open Recent.
This is just the infrastructure and an example of how IDE2 can render a custom image for a menu item. The images are missing from the PR.Here is the documentation of supported native image formats. If IDE2 wants to dispatch images on the selected theme, I am happy to update the PR.
Source of my example cloud image:https://imagensemoldes.com.br/wp-content/uploads/2020/04/%C3%8Dcone-Computador-Nuvem-PNG.png
Change description
nativeImage.directories.data/RemoteSketchbook.Other information
Ref:#1826
Reviewer checklist