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

Commits on Mar 22, 2024

  1. Bugfix: Identity Registrar UI adjustments

    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 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a796dda View commit details
    Browse the repository at this point in the history