Skip to content

Commit

Permalink
Merge pull request #173 from skalenetwork/develop
Browse files Browse the repository at this point in the history
Portal release 2.1 Beta
  • Loading branch information
dmytrotkk authored Jan 4, 2024
2 parents 4e48f40 + fa6a1b9 commit fc9c241
Show file tree
Hide file tree
Showing 70 changed files with 3,123 additions and 439 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ yarn-debug.log*
yarn-error.log*

.env
src/metadata/metaportConfig*.ts
src/data/metaportConfig*.ts
src/meta/

src/metadata/chainsData.json
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e
export DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

METAPORT_CONFIG_PATH=$DIR/config/$NETWORK_NAME.ts
METAPORT_CONFIG_PATH_SRC=$DIR/src/metadata/metaportConfig.ts
METAPORT_CONFIG_PATH_SRC=$DIR/src/data/metaportConfig.ts

echo "Copying ${METAPORT_CONFIG_PATH} -> ${METAPORT_CONFIG_PATH_SRC}..."
cp $METAPORT_CONFIG_PATH $METAPORT_CONFIG_PATH_SRC
Expand Down
Binary file modified bun.lockb
Binary file not shown.
6 changes: 0 additions & 6 deletions config/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ export const METAPORT_CONFIG: interfaces.MetaportConfig = {
symbol: 'HMT',
iconUrl: 'https://s2.coinmarketcap.com/static/img/coins/64x64/10347.png'
},
ubxs: {
name: 'UBXS Token',
symbol: 'UBXS',
decimals: '6',
iconUrl: 'https://s2.coinmarketcap.com/static/img/coins/64x64/17242.png'
},
razor: {
"decimals": "18",
"name": "RAZOR Network",
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<meta name="twitter:description" content="The SKALE Portal is designed to enhance your interaction with the SKALE Blockchain Network, providing a single website to bridge to SKALE, connect to different chains, and view SKALE statistics.">
<meta name="twitter:image" content="https://portal.skale.space/portal.png">

<meta name="theme-color" content="#000000" />
</head>

<body>
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "portal",
"private": true,
"version": "2.0.2",
"version": "2.1.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -15,7 +15,7 @@
"@mdx-js/rollup": "^2.3.0",
"@mui/icons-material": "^5.14.8",
"@mui/material": "^5.14.5",
"@skalenetwork/metaport": "2.0.2-develop.1",
"@skalenetwork/metaport": "2.0.3-develop.3",
"@types/react-copy-to-clipboard": "^5.0.4",
"@vercel/analytics": "^1.0.2",
"eslint-config-prettier": "^9.0.0",
Expand All @@ -35,6 +35,7 @@
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.4",
"bun-types": "^1.0.17",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
Expand Down
Binary file added public/apps.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 public/bridge.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 removed public/chains.jpg
Binary file not shown.
Binary file added public/chains.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 public/portfolio.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 public/stats.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
209 changes: 175 additions & 34 deletions src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ body {
padding-right: 12px;
padding-left: 8px;

min-height: 0 !important;

.mp__iconConnect {
margin-left: 10px;
width: 18pt !important;
Expand Down Expand Up @@ -142,7 +144,7 @@ body {


.br__modalInner {
max-height: calc(90vh - 300px);
max-height: calc(90vh - 250px);
display: flex;
/* relevant part */
flex-direction: column;
Expand All @@ -158,15 +160,20 @@ body {
overflow: hidden;
}

.br__modal {
.MuiContainer-root {
padding: 0px !important;
.br__modalScroll {
@media screen and (min-height: 200px) {
max-height: calc(75vh - 180px);
}

@media screen and (min-height: 670px) and (min-width: 300px) {
max-height: calc(75vh - 520px);
}

.br__modalScroll {
height: 100%;
overflow-y: auto;
@media screen and (min-height: 670px) and (min-width: 900px) {
max-height: calc(75vh - 350px);
}

overflow-y: auto;
}

.drawerIconRi {
Expand All @@ -176,10 +183,14 @@ body {
margin-right: 12px !important;
}

.br__modalScroll {
::-webkit-scrollbar {
display: unset !important;
}
// .br__modalScroll {
// ::-webkit-scrollbar {
// display: unset !important;
// }
// }

::-webkit-scrollbar-track {
height: 5px !important;
}

::-webkit-scrollbar-thumb {
Expand Down Expand Up @@ -219,24 +230,34 @@ body::-webkit-scrollbar {
}

.br__tile {
box-shadow: 0px -4px 6px rgba(255, 255, 255, 0.05);
// box-shadow: 0px -4px 6px rgba(255, 255, 255, 0.05);
transform-style: preserve-3d;
transition: all 0.3s ease;
}

.br__tile:hover {
box-shadow: 0px -4px 6px rgba(255, 255, 255, 0.1);
transform: scale(1.05);
}

.br__tile {
height: 140px;
height: 150px;
border-radius: 25px !important;
border: 1px solid #171616 !important;
}

.pageCard {
height: 100% !important;
border-radius: 25px !important;
border: 1px rgb(44 44 44) solid !important;

svg {
width: 20px;
height: 20px;
}
}

.br__tileLogo {
height: 95px;
height: 105px;

img {
max-height: 100%;
Expand Down Expand Up @@ -322,23 +343,46 @@ body::-webkit-scrollbar {
width: 100%;
}

.btn {
text-transform: none !important;
font-size: 0.8025rem !important;
line-height: 1.6 !important;
letter-spacing: 0.02857em !important;
font-weight: 600 !important;
padding: 0.9em 3.5em !important;
border-radius: $sk-border-radius !important;
box-shadow: none !important;
}

.outlined {
background: rgba(41, 255, 148, 0.08)
}

.roundBtn {
min-width: 40px !important;
padding: 8px 11px !important;
}

.cardBtn {
background: rgba(0, 0, 0, .506) !important;
border: 1px solid hsla(0, 0%, 51%, .35) !important;
border: 1px solid hsla(0, 0%, 51%, .1) !important;
text-transform: none !important;
color: white !important;
padding: 5px 10px 5px 15px !important;
font-size: 0.6125rem !important;
color: #ffffffe6 !important;
padding: 6px 10px 6px 12px !important;
font-size: 0.7rem !important;
min-width: 55px;

width: 100%;

font-weight: 700 !important;

svg {
width: 10pt;
height: 10pt;
width: 8pt;
height: 8pt;
}

.MuiButton-endIcon {
margin-left: 5px !important;
margin-right: 2px !important;
// margin: 0 !important;
.MuiButton-startIcon {
margin-right: 5px !important;
}
}

Expand Down Expand Up @@ -424,9 +468,11 @@ code {
}

.chainDetails {
max-width: calc(100vw - 32px);

.logo {
height: 60pt;
margin: 30px 0;
height: 65pt;
margin: 35px 0;
width: 100%;
text-align: center;

Expand All @@ -437,22 +483,53 @@ code {
}
}

.titleSection {
background: rgba(0, 0, 0, 0.6) !important;
border-radius: 25px;
padding: 20px;
}

.titleBadge {
background: rgba(0, 0, 0, 0.6) !important;
border-radius: 25px;
padding: 10px 15px;
padding: 5px;

svg {
width: 12px;
height: 12px;
}
}

.monthInputWrap {
border-radius: 25px;
background: rgba(41, 255, 148, 0.08);
padding-left: 20px;
}

.monthInput {
width: 35pt;

input {
font-weight: 500;
line-height: 0.9;
}

.MuiInputBase-input {
padding: 0 !important;
}

.MuiInput-root::after {
display: none !important;
border-bottom: none !important;
}

.MuiInput-root::before {
display: none !important;
border-bottom: none !important;
}
}


}

.titleSection {
background: rgba(0, 0, 0, 0.6);
border-radius: 25px;
padding: 20px;
}

button:focus {
Expand All @@ -472,4 +549,68 @@ button:focus {

.MuiAccordion-rounded {
box-shadow: none !important;
}

.startCardText {
margin: 120px 10px 10px 10px;
background: #00000066;
backdrop-filter: blur(10px) brightness(0.8);
border-radius: 25px;
padding: 10px 15px;
}

.startCardBg {
background-repeat: no-repeat;
background-size: cover;
border: none !important;
border: 1px solid #171616 !important;
box-shadow: none !important;
}

.startCardbridge {
background-image: url(/bridge.png);
}

.startCardchains {
background-image: url(/chains.png);
}

.startCardapps {
background-image: url(/apps.png);
}


.startCardstats {
background-image: url(/stats.png);
}

.startCardportfolio {
background-image: url(/portfolio.png);
}


.blackP {
color: #000000;
}

.divider {
border-bottom: 1px $border-color solid;
padding-bottom: 10px;
}

.flexi {
display: inline-flex;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
/* display: none; <- Crashes Chrome on hover */
-webkit-appearance: none;
margin: 0;
/* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
-moz-appearance: textfield;
/* Firefox */
}
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { StyledEngineProvider, ThemeProvider } from '@mui/material/styles'

import Portal from './Portal'

import { METAPORT_CONFIG } from './metadata/metaportConfig'
import { METAPORT_CONFIG } from './data/metaportConfig'
import { createMuiTheme } from './core/themes'

import { META_TAGS } from './core/meta'
Expand Down
Loading

0 comments on commit fc9c241

Please sign in to comment.