-
-
Notifications
You must be signed in to change notification settings - Fork 190
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
NOTICE: Floorp Browser Progressive Web Apps #819
Comments
IMO, You can refer fluent icon. https://fluenticons.co/outlined I've been working a full-time job and going to univercity lately, so I don't have time during the week. |
I am a student like you, so I understand that you are busy. Take your time and everything will be fine. I do not intend to release this feature any time soon, the main thing is to keep you informed. |
I might be able to make some icons for it. -- There are two variations of the icons, window and square. Let me know which one you like and if you have any feedback on these icons. |
IMO, Although the last one seems hard to recognize as an @surapunoyousei What do you think about @zapSNH icon? Maybe it'll help PWAsForFirefox too. |
IMO, These icons, users may misread to be "window" icons. All currently icons are difficult to recognize. Good one is Microsoft Edge's icon (Fluent). Maybe it needs 4 squares in icons |
There's also a square version on the right.
The 4 square icon kinda looks too similar to the container icon and it may confuse people. I can whip up a 4 square version though if you want. (right after i eat my lunch) |
It certainly looks so similar. Fortunately, I have a couple of alternatives. IconsCubeGridYou have the option to make it a dot or a rectangle. VariantsI estimate that we'll need four icons.
Deform the model itselfMode in the lower right cornerCombination of one icon and anotherIn Chrome, only the You might also want to consider the Install button in PWAsForFirefox. |
In conclusion, the first icon you presented seemed to be a good choice. |
In conclusion, the first icon you presented seemed to be a good choice. Square are better |
I've added the square icons zapSNH/lepton-icons but I can change it if @black7375 wants a different icon. |
Nice 👍 I like it. |
I've pushed the svgo'd icons to zapSNH/lepton-icons so you can get them there. |
As soon as the CSS selector names in Floorp are stable, I'll add the icons. @surapunoyousei |
Ok. I'll send infomation here. |
The most of implementation of PWA has been completed and additional features may appear in the future, but we will report them once they are in place. Please follow below CSS id & attribute. "open-ssb" means, Not install page. The button will open installed PWA window(ssb window) /* Panel UI top button */
#appMenu-ssb-button {
list-style-image: url("chrome://browser/skin/install-ssb.svg");
}
/* Panel UI subView button for install ssb*/
#appMenu-install-or-open-ssb-current-page-button {
list-style-image: url("chrome://browser/skin/install-ssb.svg");
}
/* Panel UI subView button for open ssb window*/
#appMenu-install-or-open-ssb-current-page-button[open-ssb="true"] {
list-style-image: url("chrome://browser/skin/install-ssb.svg");
}
/* Page Action button. Not always visible */
#ssbPageAction-image {
list-style-image: url("chrome://browser/skin/install-ssb.svg");
}
/* Page Action button. If page has been already installed or can be install PWA */
#ssbPageAction-image[open-ssb="true"] {
list-style-image: url("chrome://browser/skin/install-ssb.svg");
} |
Co-authored-by: Ryosuke Asano <[email protected]>
I made a commit, check it out |
Add a separate icon by @zapSNH . I thought these would be included in Lepton but, I guess These not include it in Lepton. I will create pull request |
I think we can close this issue now!! |
Oh... I forgot it... My apologize. |
Is your feature request related to a problem?
Just a heads up. As you may know, I am currently adding a PWA implementation to Floorp. This requires some icons.
I am currently replacing the pre-Firefox Proton icons, but the design may not match and the Lepton look may be lost.
We have contacted you to see if a new icon is needed.
The solution I'd like
Consider create icons
Screenshots or video
Alternatives I've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: