Skip to content

Commit c98408a

Browse files
committed
starting with joining a thread
update package-lock optimizations, upgrade 3box to 1.22.0 levelup update levelup to work-around 3box issue lots more functionality more good stuff more grooviness! add markdown ability improve error messages a bit help text, i18next fix update after new comment really fix new post subscription add delete post button compile error translations, tooltips fix logging out issues allow resizing of markdown editor conform prompt before deletion fetching spinner PR comments, remove Disqus from DAO landing page create ThreeBoxThreads component clone threads across the app
1 parent 948704f commit c98408a

36 files changed

+4246
-29053
lines changed

app.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
"NETWORK": {
1515
"required": true,
1616
"value": "rinkeby"
17-
},
18-
"DISQUS_SITE": {
19-
"required": true,
20-
"value": "daostack-alchemy-staging"
2117
}
2218
},
2319
"formation": {

docs/4devs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Alchemy uses a number of environment variables to determine how the app is built
55
These are:
66
```
77
BASE_URL: "http://127.0.0.1:3000"
8-
DISQUS_SITE: "daostack-alchemy"
98
NODE_ENV: "development"
109
```
1110

@@ -52,4 +51,4 @@ Translation files location is under `src/assets/locales/`. After adding your tex
5251
i18next.t("My text key"")}
5352
```
5453
- Use global variables for styling. See `src/assets/styles/global-variables.scss`.
55-
We aim to stick to a uniform variables palette so add a new one only if it's necessary.
54+
We aim to stick to a uniform variables palette so add a new one only if it's necessary.

0 commit comments

Comments
 (0)