ipfs/ipfs-companion

Refactor View Containers

Open

#1252 aperta il 2 ago 2023

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (364 fork)batch import
P1effort/hoursexp/intermediategood first issuehelp wantedpost-mv3

Metriche repository

Star
 (1992 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

The request permission view: https://github.com/ipfs/ipfs-companion/pull/1250

is a duplicate from https://github.com/ipfs/ipfs-companion/tree/main/add-on/src/recovery which intern is a duplicate from https://github.com/ipfs/ipfs-companion/tree/main/add-on/src/landing-pages/welcome

The stores used are common, the styles used are common, we can refactor those screens such that we don't end up recreating these again and again.

### Tasks
- [ ] Unify Styles
- [ ] Unify Stores
- [ ] Unify Screen rendering logic

Guida contributor