Skip to content

Commit 76b3c6a

Browse files
authored
Merge pull request #1064 from kleros/feat(web)/various-info-popups
feat: general popup style
2 parents a7ee03e + ccd375a commit 76b3c6a

File tree

26 files changed

+670
-72
lines changed

26 files changed

+670
-72
lines changed

bot-pinner/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ $ docker-compose up -d
1717
2. Evidence container that awaits new events and then scrapes the latest hashes and submits it to IPFS.
1818
3. `src/peers.txt` contains a list of peers, by default it will add connects to Estuary & Kleros IPFS nodes. This should make it easier to find content by creating a data network around Kleros Court V2.
1919
1. Adding these peers will make it easier to find and replicate content.
20+
2021
## DappNode
2122

2223
:warning: For the following steps, you need access to [a DappNode](https://dappnode.io) system with the IPFS service running.

web/.parcelrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"extends": "@parcel/config-default",
33
"transformers": {
4-
"*.svg": ["...", "@parcel/transformer-svg-react"]
4+
"*.svg": ["...", "@parcel/transformer-svg-react"],
5+
"tsx:*.svg": ["@parcel/transformer-svg-react"],
6+
"tsx:*": ["..."]
57
}
68
}
23.4 KB
Loading
Lines changed: 9 additions & 0 deletions
Loading
Lines changed: 11 additions & 0 deletions
Loading
Lines changed: 10 additions & 0 deletions
Loading
Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)