-
-
Notifications
You must be signed in to change notification settings - Fork 795
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
[FR] fontawesome Quality of Live improvements #6064
Comments
This would be an easy addition, but in long term, I would like to have something like explained here. And as we are currently already rewriting the frontend to use react, I think this wouldn't be to hard to develop, but it was not my priority. |
@philipp2310 as we are currently pushing to move the entire frontend to react then this will not receive attention from the core devs. If you want to implement this yourself and push a PR, I'd look at it, but better would be to look at how this could be implemented in the new interface :) |
I just realized, I forgot to add the link I was referring to in my last post. But here it is: #5354 (comment) Basically what I thought would be good is a button where you can click on and then an popup opens where you can select and search for you icon and set it via a click. That would be good, so that we also have some kind of standard set of icons around every platform (pui, cui, mobile app and the python script) |
This issue seems stale. Please react to show this is still important. |
I think this will be addressed by @LavissaWoW . Although we are switching away from Fontawesome |
Please verify that this feature request has NOT been suggested before.
Problem statement
At the moment you have to type the full icon name and save it to see if you did a mistake
Suggested solution
<i class="fas fa-store"></i>
tofas fa-store
Describe alternatives you've considered
Of course it would be awesome if there was even suggestions while you type, but that is another level of complexity
Examples of other systems
I used roughly the following code for this in another project on input:
Do you want to develop this?
The text was updated successfully, but these errors were encountered: