ipfs/ipfs-companion

Refactor View Containers

開放

#1,252 建立於 2023年8月2日

 (0 則留言) (0 個反應) (0 位負責人)JavaScript (364 個分叉)batch import
P1effort/hoursexp/intermediategood first issuehelp wantedpost-mv3

倉庫指標

星標
 (1,992 顆星)
PR 合併指標
 (平均合併 53天 3小時) (30 天內合併 1 個 PR)

描述

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

貢獻者指南