Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Safe name - Character limit inconsistency #458#1357

Merged
mmv08 merged 3 commits intodevelopmentfrom
fix/naming-length-consistency
Sep 14, 2020
Merged

Safe name - Character limit inconsistency #458#1357
mmv08 merged 3 commits intodevelopmentfrom
fix/naming-length-consistency

Conversation

@dasanra
Copy link
Collaborator

@dasanra dasanra commented Sep 14, 2020

Fix issue #458

It should now validate that Safe name and Owner name maxLength is 50. This is the same requirement that is necessary in settings when trying to change any of this names

This fix will also help with issue #188 , because the interface is able to handle names of 50 characters lenght

@dasanra dasanra self-assigned this Sep 14, 2020
@github-actions
Copy link

CLA Assistant Lite All Contributors have signed the CLA.

@github-actions
Copy link

github-actions bot commented Sep 14, 2020

ESLint Summary View Full Report

Annotations are provided inline on the Files Changed tab. You can also see all annotations that were generated on the annotations page.

Type Occurrences Fixable
Errors 0 0
Warnings 17 0
Ignored 0 N/A
  • Result: ✅ success

  • Annotations: 17 total


[warning] @typescript-eslint/explicit-module-boundary-types

Require explicit return and argument types on exported functions' and classes' public class methods


Report generated by eslint-plus-action

@ghost
Copy link

ghost commented Sep 14, 2020

Travis automatic deployment:
https://pr1357--safereact.review.gnosisdev.com/app

@ghost
Copy link

ghost commented Sep 14, 2020

Travis automatic deployment:
https://pr1357--safereact.review.gnosisdev.com/app

@mmv08 mmv08 merged commit 0d7fc80 into development Sep 14, 2020
@mmv08 mmv08 deleted the fix/naming-length-consistency branch September 14, 2020 18:52
@github-actions github-actions bot locked and limited conversation to collaborators Sep 14, 2020
@francovenica
Copy link
Contributor

francovenica commented Sep 14, 2020

The ticket #188 seems to have been fixed before since the issue is no longer present, the table adjust just fine to different portview sizes

Limit of 50 characters for safe's name during safe creation. Checked
Limit of 50 characters for owner's name during safe creation. Checked
Limit of 50 characters for safe's name during safe loading. Checked
Limit of 50 characters for owner's name during safe loading. Issue 1
Limit of 50 characters for safe's name edition in the settings tab. Checked
Limit of 50 characters for owner's name edition in the settings tab. Checked

@dasanra
Issues:
1- When Changing the name of a owner during the "Load safe" process at first the "50 character limit" flickers instead of remaining there until you enter a name under 50 chars. Not critical since the validation works fine if you try to submit, but still it looks wonky
https://www.loom.com/share/64f5bf9ea503493cb84b9268a57cc3a5
In the video can bee seen how I set a 50 character name for the user, and as I keep adding character the error of "50 chars limit" flickers instead of remaining there. Is not until I click the submit button that the error stays there

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants