Skip to content

Commit

Permalink
3box threads (#2146)
Browse files Browse the repository at this point in the history
* Updated arc.js, test env and subgraph (#2072)

* Updated arc.js, test env and subgraph

* join and quit --> join to match new arc.js

* updated doc to Join instead of JoinAndQuit

* refactor and fix issues relating 3box operations (#2018)

* upgrade provider packages

* update package-lock

* remove webpack from dependencies

* package-lock

* lint

* refactor, fix bugs

* better console info on errors

* clean up account profile loguc

* remove unused webReducer stuff

* merge conflict errors

* added some i18next

* upgrade provider packages

* remove webpack from dependencies

* package-lock

* refactor, fix bugs

* better console info on errors

* clean up account profile loguc

* merge conflict errors

* added some i18next

* package-lock

* 3box fix for identity-wallet

* fix bug in SAVE_THREEBOX

* revert to 3box 1.20.3

* fix error in follow

* remove Try Edit button

* clean up canEdit logic

* remove console.log statements

* fix merge conflict

* fix compile error

* Update translation.json

* update package-lock

* 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

* fix character case error

* lint, console statements

* remove test coverage from travis

* colors to global variables

* removed terniary logic for conditional rendering

Co-authored-by: roienatan <[email protected]>
  • Loading branch information
dkent600 and roienatan authored Oct 13, 2020
1 parent 9b9a53d commit 8b10671
Show file tree
Hide file tree
Showing 54 changed files with 3,620 additions and 2,902 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
- docker-compose logs alchemy || true
# run integration tests
- npm run test:integration:headless
- npm run report-coverage
# get some diagnostic info fo debugging travis
- echo 'Debug info:' && echo -en 'travis_fold:start:script.3\\r'
- npm run service-status
Expand Down
4 changes: 0 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
"NETWORK": {
"required": true,
"value": "rinkeby"
},
"DISQUS_SITE": {
"required": true,
"value": "daostack-alchemy-staging"
}
},
"formation": {
Expand Down
3 changes: 1 addition & 2 deletions docs/4devs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Alchemy uses a number of environment variables to determine how the app is built
These are:
```
BASE_URL: "http://127.0.0.1:3000"
DISQUS_SITE: "daostack-alchemy"
NODE_ENV: "development"
```

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

0 comments on commit 8b10671

Please sign in to comment.