pm-idm
pm-idm copied to clipboard
IDM project management repository
Consider prompting for family name as the schema.org Person outlines.
## Description Some SVGs are not working properly. E.g.: setting `font-size` is not resizing the element (`TypeOption` badge). We must test all SVGs and optimize them if necessary. ## Acceptance...
## Description There's logic around the strength indicator on text input that can be improved and simplified. This task was created after [this comment](https://github.com/ipfs-shipyard/nomios-web-uikit/pull/17/files#r279291754). ## Acceptance Criteria - [ ]...
## Description Add lines pattern SVG to `` component as designed. ## Acceptance Criteria The lines pattern SVG is implemented properly, taking into account what is designed, on: - [...
## Description TextInput has an icon to show/hide the password. It must be changed to a button for the sake of accessibility. ## Acceptance Criteria - [ ] Icon has...
## Description Auto focus the first input of each step of the Create Identity and Import Identity flows. It's important to note that this focusing should be done only after...
## Description Investigate why `createIdmWallet` blocks the event loop for some time. I've noticed this after I've implemented https://github.com/ipfs-shipyard/pm-idm/issues/148, where the loader breaks. I suspect this has to do with...
## Description We are using JSONLD & Schema.org entities for the identity profile. The validation we are doing is very naive. We should look into using a library for this....
## Description All forms now have the primary button always enabled, even if there are other errors. The EditProfile form still has the older behavior. ## Acceptance Criteria - [...
## Description Wrap the whole application (Boot included) inside an Error Boundary component. Currently the Boot has an error screen to handle promise rejections. However, unexpected render errors will still...