-
Notifications
You must be signed in to change notification settings - Fork 109
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
IITC-Mobile: Mobile pane API #503
base: master
Are you sure you want to change the base?
Conversation
Currently 'icon' is just mobile resource identifier, which could be enough for standard plugins, but very limiting for any 3rd-party ones. I wonder if it possible to use icons not embedded into app. |
I don't know how hard it is for us to implement, but yes, we can pass the icon from the plugin as a blob. However, there will inevitably be problems with this in the future:
For this reason I propose to use only Material icons. |
SVG
Then we will blame them
But embedded set of icons is extremely limited. |
I think Material icons are enough, but ok, we can consider using svg icons |
I could agree with you if it would possible to request any icon just by it's id, and then IITCm download (and cache) it. |
This comment has been minimized.
This comment has been minimized.
conflicts! |
51036d2
to
d642b60
Compare
following #220 idea