Skip to content

Commit

Permalink
🍄🍀 ↣ New design + ref to old [sass] components for #13
Browse files Browse the repository at this point in the history
  • Loading branch information
Gizmotronn committed Nov 13, 2022
1 parent eced3eb commit 0a8d316
Show file tree
Hide file tree
Showing 446 changed files with 35,770 additions and 105,434 deletions.
Binary file modified .DS_Store
Binary file not shown.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ node_modules
./.vscode
.vercel

.next
/.next
./.next

# misc
.DS_Store
.env.local
Expand All @@ -36,4 +40,4 @@ build
cache
/cache
./cache
.cache
.cache
30 changes: 30 additions & 0 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [
"static/chunks/react-refresh.js"
],
"ampDevFiles": [
"static/chunks/webpack.js",
"static/chunks/amp.js"
],
"lowPriorityFiles": [
"static/development/_buildManifest.js",
"static/development/_ssgManifest.js"
],
"rootMainFiles": [],
"pages": {
"/_app": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_app.js"
],
"/_error": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_error.js"
]
},
"ampFirstPages": []
}
1 change: 1 addition & 0 deletions .next/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"type": "commonjs"}
30 changes: 30 additions & 0 deletions .next/react-loadable-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"../components/drawer-views/container.tsx -> @/layouts/_layout-menu": {
"id": "../components/drawer-views/container.tsx -> @/layouts/_layout-menu",
"files": [
"static/chunks/src_layouts__layout-menu_tsx.js"
]
},
"../components/drawer-views/container.tsx -> @/layouts/sidebar/_default": {
"id": "../components/drawer-views/container.tsx -> @/layouts/sidebar/_default",
"files": []
},
"../components/modal-views/container.tsx -> @/components/nft/select-wallet": {
"id": "../components/modal-views/container.tsx -> @/components/nft/select-wallet",
"files": [
"static/chunks/src_components_nft_select-wallet_tsx.js"
]
},
"../components/modal-views/container.tsx -> @/components/nft/share-view": {
"id": "../components/modal-views/container.tsx -> @/components/nft/share-view",
"files": [
"static/chunks/src_components_nft_share-view_tsx.js"
]
},
"../components/modal-views/container.tsx -> @/components/search/view": {
"id": "../components/modal-views/container.tsx -> @/components/search/view",
"files": [
"static/chunks/src_components_search_view_tsx.js"
]
}
}
1 change: 1 addition & 0 deletions .next/server/middleware-build-manifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .next/server/middleware-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sortedMiddleware": [],
"middleware": {},
"functions": {},
"version": 2
}
1 change: 1 addition & 0 deletions .next/server/middleware-react-loadable-manifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .next/server/pages-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"/_app": "pages/_app.js",
"/_error": "pages/_error.js",
"/_document": "pages/_document.js"
}
1,854 changes: 1,854 additions & 0 deletions .next/server/pages/_app.js

Large diffs are not rendered by default.

167 changes: 167 additions & 0 deletions .next/server/pages/_document.js

Large diffs are not rendered by default.

66 changes: 66 additions & 0 deletions .next/server/pages/_error.js

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions .next/server/src_components_nft_select-wallet_tsx.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0a8d316

Please sign in to comment.