Replace volto style login page with plone style login#132
Open
arybakov05 wants to merge 2 commits into
Open
Conversation
sneridagh
approved these changes
Jun 14, 2026
| @@ -1,13 +1,21 @@ | |||
| import ploneWhiteSVG from '../../static/plone.svg'; | |||
| import Plone from '../../static/plone.svg?react'; | |||
Member
There was a problem hiding this comment.
We always have suffixed what that was, as in PloneSVG.
Contributor
Author
Member
There was a problem hiding this comment.
mmm you are correct, the components we used the Icon one... I'd like to come up with one though. What if it's a React component (because we use the SVGO Vite plugin), we use Icon?
/cc @pnicolli
Contributor
Author
There was a problem hiding this comment.
@sneridagh Sure, we could open a new PR where we rename all existing icons and add/update the docs so it's clear in the future
Contributor
Author
There was a problem hiding this comment.
mmm you are correct, the components we used the Icon one... I'd like to come up with one though. What if it's a React component (because we use the SVGO Vite plugin), we use Icon?
I opened a related issue #143
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Closes #24
new design according to https://www.figma.com/design/YpaRSKjFcFaAkVYnTSVGuz/Volto-UI-%E2%80%93-Quanta?node-id=3480-4187&t=aciKwQrdmZmS1sjk-0:

I also made the login fetch the siteLogo, so it can now be swapped with a custom logo:
