pm-idm icon indicating copy to clipboard operation
pm-idm copied to clipboard

IDM project management repository

Results 100 pm-idm issues
Sort by recently updated
recently updated
newest added

Consider prompting for family name as the schema.org Person outlines.

discussion
code debt

## 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...

task
frontend
code debt

## 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 - [ ]...

task
frontend
code debt

## 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: - [...

task
frontend
code debt

## 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...

task
frontend
code debt

## 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...

task
frontend
code debt

## 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...

task
frontend
backend
code debt

## 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....

task
backend
code debt

## 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 - [...

task
frontend
code debt

## 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...

task
frontend
code debt