ipfs/ipfs-companion

Refactor View Containers

Open

#1 252 ouverte le 2 août 2023

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)JavaScript (364 forks)batch import
P1effort/hoursexp/intermediategood first issuehelp wantedpost-mv3

Métriques du dépôt

Stars
 (1 992 stars)
Métriques de merge PR
 (Merge moyen 53j 3h) (1 PR mergée en 30 j)

Description

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

Guide contributeur