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

Bugfix: Identity Registrar UI adjustments #8

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

aknowak01
Copy link
Collaborator

The main goal of this bugfix was to adjust IdentityRegistrarPage and VerificationRequestsPage for better user experience. Among IR page changed button order of existing IR records, changed form of "Add/Register record" and "Edit" by removing memo TextField, also blocked key editing in existing record. In VerificationRequestsPage added approve and reject buttons in every element of list to make easier and faster actions on requests. Also edited details of record by adding address copying and moving buttons from bottom of drawer to below tip label.

List of changes:

  • modified kira_outlined_button.dart to enable specifying color for text and border
  • added approve and reject buttons in VerificationRequestPage on both desktop and mobile for each list item
  • added copy button and address details in IRVerificationRequestDrawerPage to make it more generic like in ValidatorsDrawerPage
  • blocked "key" TextField from editing in ir_msg_register_record_form.dart
  • changed buttons order in ir_record_tile_mobile.dart from “Edit”, “Verify”, “Delete” to “Verify”, “Edit”, “Delete”
  • changed "Approve" and "Reject" buttons position in ir_verification_request_drawer_page.dart from bottom of drawer to below of tip label
  • changed TextField in ir_msg_request_verification_form.dart from "Send to" to "Verify by"
  • removed memo from ir_msg_register_record_form.dart both in "Add/Register" and "Edit" record form

@aknowak01 aknowak01 self-assigned this Mar 22, 2024
The main goal of this bugfix was to adjust IdentityRegistrarPage and VerificationRequestsPage for better user experience. Among IR page changed button order of existing IR records, changed form of "Add/Register record" and "Edit" by removing memo TextField, also blocked key editing in existing record. In VerificationRequestsPage added approve and reject buttons in every element of list to make easier and faster actions on requests. Also edited details of record by adding address copying and moving buttons from bottom of drawer to below tip label.

List of changes:
- modified kira_outlined_button.dart to enable specifying color for text and border
- added approve and reject buttons in VerificationRequestPage on both desktop and mobile for each list item
- added copy button and address details in IRVerificationRequestDrawerPage to make it more generic like in ValidatorsDrawerPage
- blocked "key" TextField from editing in ir_msg_register_record_form.dart
- changed buttons order in ir_record_tile_mobile.dart from “Edit”, “Verify”, “Delete” to “Verify”, “Edit”, “Delete”
- changed "Approve" and "Reject" buttons position in ir_verification_request_drawer_page.dart from bottom of drawer to below of tip label
- changed TextField in ir_msg_request_verification_form.dart from "Send to" to "Verify by"
- removed memo from ir_msg_register_record_form.dart both in "Add/Register" and "Edit" record form
@aknowak01 aknowak01 force-pushed the ak-bugfix/identity-registrar-ui-adjustments branch from ff18b8f to a796dda Compare March 22, 2024 08:30
@kronikarz kronikarz merged commit 6362f2e into dev Mar 22, 2024
3 checks passed
@kronikarz kronikarz deleted the ak-bugfix/identity-registrar-ui-adjustments branch March 22, 2024 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants