-
Notifications
You must be signed in to change notification settings - Fork 30
refactor(frontend): Manage tokens modal #5882
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
Conversation
…2E-tests-final-step
…factor(frontend)/manage-tokens
…' into refactor(frontend)/manage-tokens
…factor(frontend)/manage-tokens
…' into refactor(frontend)/manage-tokens
…factor(frontend)/manage-tokens # Conflicts: # src/frontend/src/lib/components/manage/ManageTokens.svelte # src/frontend/src/lib/components/manage/ManageTokensModal.svelte # src/frontend/src/lib/components/tokens/ModalTokensList.svelte
…' into refactor(frontend)/manage-tokens # Conflicts: # src/frontend/src/lib/components/tokens/ModalTokensList.svelte
…factor(frontend)/manage-tokens
…' into refactor(frontend)/manage-tokens
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To facilitate the review, it would be better to split this PR in smaller scopes, for example, removing the first two elements in two separate PRs, then maybe wrapping in the if
condition, or even the usage of ModalTokensList
, or the introduction of the the context with the change of the filter logic
…' into refactor(frontend)/manage-tokens
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM tks!
# Motivation Adding tests to up coverage so I can merge #5882. The tested component is used there so it is related. # Changes - Adding testIds and tests - Small fix regarding `<p>` in `<p>` warning # Tests Added tests --------- Co-authored-by: Antonio Ventilii <[email protected]> Co-authored-by: Max <[email protected]> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Motivation
According to new figma designs, we adjust the manage tokens modal.
Changes
ManageTokens
andManageTokensModal
to useModalTokensList
testId
for removed button, added general close modaltestId
and adjusted testsTests
Bildschirmaufnahme_20250417_111325.mp4