Skip to content
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

Update component state when user interface settings are changed #313

Closed
3 tasks
Adam3371 opened this issue Apr 26, 2024 · 0 comments
Closed
3 tasks

Update component state when user interface settings are changed #313

Adam3371 opened this issue Apr 26, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Adam3371
Copy link
Contributor

Why

In order to provide the best DX, in developer mode the state of the component should be changed when a refresh occurs if a setting in the developer panel was changed. This change of component state should change also if fields are pre-filled.

TODOS

  • If a user is in the InitLogin or InitSignup screen (only there) and a setting i changed in the User interface settings, the components should resemble the changes.

  • If fields of the component are pre-filled and a setting is changed (only then), clear the pre-filled values at the first refresh and clear the component state.
    Alternative:

  • Add or remove new fields and leave the pre-filled fields filled.

Acceptance criteria

  • A change in the settings can be seen in the component by simply refreshing the page (preview, demo), no matter if fields are filled or not.

Implementation idea

Here you can write down an implementation idea how you would implement this issue (where do put this feature like in what domain, what service, what layer, naming/key of the feature in the code).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants