You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of our products use Icons within the project, that means the icons should be provided every time a new project is build or a update is made (new icon family, new layout, etc).
In long term, this can become a problem because this will make possible to have diferent sizes, colors and we may lose simetry in our UI.
A possible solution
I think a good solution to solve this problem is put all icons inside Q-UI and make available to all products that use Q-UI.
I had a conversation with @maclovin and the suggestion was to put a svg-loader in Webpack.
I personally think this is a good choice because we could easily solve this problem and also improve performance.
@maclovin what do you think? Any thoughts or suggestions?
The text was updated successfully, but these errors were encountered:
I totally agree. I've been talking w/ designers about develop a consistent icon family. Only for our products. Once we get a famliy icon done, or use anyone who fit with our identity, this issue will make sense. The thing is: we need to get a unique icon family.
The problem that we have today
All of our products use Icons within the project, that means the icons should be provided every time a new project is build or a update is made (new icon family, new layout, etc).
In long term, this can become a problem because this will make possible to have diferent sizes, colors and we may lose simetry in our UI.
A possible solution
I think a good solution to solve this problem is put all icons inside Q-UI and make available to all products that use Q-UI.
I had a conversation with @maclovin and the suggestion was to put a svg-loader in Webpack.
I personally think this is a good choice because we could easily solve this problem and also improve performance.
@maclovin what do you think? Any thoughts or suggestions?
The text was updated successfully, but these errors were encountered: