Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit f7799e8

Browse files
authored
New Design and Flow changes (#40)
1 parent cb5dab5 commit f7799e8

File tree

80 files changed

+2009
-53
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+2009
-53
lines changed

Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
FROM node:21-alpine
3+
4+
COPY . /app
5+
6+
RUN yarn install && yarn build
7+
8+
9+

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const nextConfig = {
33
webpack: (config) => {
44
config.externals.push("lokijs", "encoding", "pino-pretty");
55
return config;
6-
},
6+
}
77
};
88

99
module.exports = nextConfig;

package-lock.json

Lines changed: 118 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"@polkadot/api": "^12.3.1",
1616
"@polkadot/react-identicon": "^3.6.3",
1717
"@rainbow-me/rainbowkit": "^1.1.3",
18+
"@react-spring/web": "^9.5.0",
1819
"@talismn/connect-wallets": "^1.2.3",
1920
"next": "13.5.4",
2021
"react": "^18",
140 KB
Binary file not shown.
143 KB
Binary file not shown.
137 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
138 KB
Binary file not shown.

0 commit comments

Comments
 (0)