Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #211 from argoapp-live/dev
Browse files Browse the repository at this point in the history
Release V2.4
  • Loading branch information
rekpero authored Dec 21, 2021
2 parents d4c2965 + fd1d643 commit b0d044e
Show file tree
Hide file tree
Showing 52 changed files with 7,682 additions and 405 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "argo-react",
"version": "2.0.0",
"description": "ArGo Frontend App",
"main": "build/index.js",
"private": true,
"author": "ArGo",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -52,6 +52,7 @@
},
"dependencies": {
"@argoapp/payment-js": "^1.0.3",
"@ensdomains/ui": "https://github.com/rekpero/ui.git",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
Expand Down Expand Up @@ -81,9 +82,11 @@
"react-tooltip": "^4.2.21",
"reactjs-popup": "^2.0.5",
"rxjs": "^6.6.2",
"skynet-js": "^4.0.14-beta",
"socket.io-client": "^4.1.1",
"source-map-explorer": "^2.5.0",
"typescript": "~3.7.2"
"typescript": "^4.2.4",
"web3modal": "^1.9.4"
},
"devDependencies": {
"@types/javascript-time-ago": "^2.0.1",
Expand Down
Binary file added src/assets/png/filecoin-full.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/png/filecoin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
96 changes: 96 additions & 0 deletions src/assets/svg/pinata-full.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions src/assets/svg/pinata.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@
align-items: center;
padding: 0px 50px 40px 50px;
backdrop-filter: blur(4px);
.content {
display: flex;
flex-direction: column;
width: -webkit-fill-available;
}
.header-container {
font-weight: 700;
font-size: xx-large;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const InvitePopup: React.FC<IInviteProps> = ({ isOpen, memberLoading, isData })
Invite mail sent successfully.
<br />
<br />
Please check your mail and confirm, to add as a member of this
Ask member to check his mail and confirm, to add as a member of this
organization.
</div>
</div>
Expand Down
3 changes: 3 additions & 0 deletions src/components/Dashboard/routes/Overview/Overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ const Overview = () => {
? repo.handshakeSubdomains
: []
}
ensDomains={repo.ensDomains?.length ? repo.ensDomains : []}
latestDeployment={
repo?.latestDeployment?.sitePreview
? repo?.latestDeployment?.sitePreview
Expand All @@ -158,6 +159,7 @@ const Overview = () => {
subdomains={null}
hnsDomains={null}
hnsSubdomains={null}
ensDomains={null}
latestDeployment={null}
githubUrl={null}
updateTime={null}
Expand All @@ -173,6 +175,7 @@ const Overview = () => {
subdomains={null}
hnsDomains={null}
hnsSubdomains={null}
ensDomains={null}
latestDeployment={null}
githubUrl={null}
updateTime={null}
Expand Down
Loading

0 comments on commit b0d044e

Please sign in to comment.