JanssenProject / jans

An open source enterprise digital identity platform for CIAM or workforce... Janssen is a distribution of standards-based, developer friendly, components that are engineered to work together in any cloud. #OAuth #OpenID #FIDO
https://docs.jans.io
Apache License 2.0
456 stars 74 forks source link

refactor(TUI): confirmation message for `save` action #7983

Open ossdhaval opened 6 months ago

ossdhaval commented 6 months ago

After changing any configuration using TUI, when we hit save, the confirmation message about changes getting successfully saved, is delivered in either of these two ways on different screens.

  1. A pop-up

image

  1. A message in the bottom toolbar

image

So, the user experience is inconsistent. I would request:

KyleChaukccs commented 2 months ago

HI @ossdhaval and @moabu, Is it confirmed that the first approach will be used for the alignment? If so, I can work on this for the next couple of weekends.

ossdhaval commented 1 month ago

I am ok with first approach as I suggested. @moabu ? @devrimyatar ?

moabu commented 1 month ago

I suggest 1.

devrimyatar commented 1 month ago

There is only one popup message for confirming saved changes. Others are in progress bar. If we display all in popup, it may be annoying.