passbolt / passbolt_styleguide

Passbolt styleguide, repository of the UI elements and styles for the open source password manager for teams.
https://passbolt.github.io/passbolt_styleguide
GNU Affero General Public License v3.0
32 stars 32 forks source link

Can't change profile's password/passphrase in small browser window #19

Open pierremorin-asi opened 2 years ago

pierremorin-asi commented 2 years ago

If the browser window width is less than 1024px, then the ".panel.left" is hidden, making access to profile's password modification interface impossible.

[EDIT] add info about profile

cedricalfonsi commented 2 years ago

Hello @pierremorin-asi,

What do you mean by password modification? The edit button is not displayed in the left panel but on top of the grid after selecting a password.

pierremorin-asi commented 2 years ago

Hello @cedricalfonsi ,

I forgot to tell you that I was talking about our own password (on /app/settings/profile). Sorry for that.

This is true for all this :

cedricalfonsi commented 2 years ago

Thanks for the precision, indeed we made this choice in order to keep the main panel information readable even with small resolutions.

pierremorin-asi commented 2 years ago

Thank you for your infos. OK for making it readable, but it's too bad if we loose features. ;-)