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

Improve Admin UI for Managing Incoming Auth Tokens with Editable Dropdown #2765

Open
JoblersTune opened this issue Jun 5, 2024 · 1 comment · May be fixed by #2935
Open

Improve Admin UI for Managing Incoming Auth Tokens with Editable Dropdown #2765

JoblersTune opened this issue Jun 5, 2024 · 1 comment · May be fixed by #2935
Labels
good first issue Good for newcomers hacktoberfest hacktoberfest-accepted pkg: frontend Changes in the frontend package.

Comments

@JoblersTune
Copy link
Collaborator

Currently in the Admin UI when editing a peer it is confusing how the interactions differ when dealing with the incoming vs outgoing auth token fields. The outgoing auth token is a required field and as such we always have the value sent to the frontend and include it in update requests. The incoming auth tokens are optional so we don't display them or include them on the frontend. When a user enters a value to update the field and they hit save they can still see the incoming value but if they refresh it disappears making them doubt whether the value actually saved or not. Also, not seeing the incoming auth tokens means people have to remember them or look them up if they want to make small changes like removing only one of the tokens.

This why we'd like to rather give users an editable drop down to see what incoming auth tokens they have currently and interact selectively with whichever they want to edit / remove / add.

@JoblersTune JoblersTune added pkg: frontend Changes in the frontend package. good first issue Good for newcomers labels Jun 5, 2024
@Emanuel-Palestino
Copy link
Contributor

Hello, could I try to work on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest hacktoberfest-accepted pkg: frontend Changes in the frontend package.
Projects
Status: Backlog
Development

Successfully merging a pull request may close this issue.

3 participants