Skip to content

Commit

Permalink
work on front end
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoober committed Jan 2, 2025
1 parent b95056b commit f1994a3
Show file tree
Hide file tree
Showing 19 changed files with 9,816 additions and 878 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ test-ledger
.nx/*
*.so
burner.json
docker-target
docker-target
.vercel
.env.local
2 changes: 2 additions & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ Thumbs.db

.nx/cache
.vercel
.env*.local
.env.local
Binary file modified app/.nx/workspace-data/c491e302fdc246eb9261acc758315363.db
Binary file not shown.
Binary file modified app/.nx/workspace-data/c491e302fdc246eb9261acc758315363.db-shm
Binary file not shown.
Binary file modified app/.nx/workspace-data/c491e302fdc246eb9261acc758315363.db-wal
Binary file not shown.
400 changes: 400 additions & 0 deletions app/.nx/workspace-data/d/daemon.log

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/.nx/workspace-data/d/server-process.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"processId": 210268
"processId": 27104
}
79 changes: 40 additions & 39 deletions app/.nx/workspace-data/file-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,80 +6,80 @@
"fileMap": {
"nonProjectFiles": [
{
"file": ".eslintignore",
"hash": "7663861978715868291"
"file": "README.md",
"hash": "5064894035817590830"
},
{
"file": ".editorconfig",
"hash": "5443105041930014821"
"file": ".eslintrc.json",
"hash": "17866138117546000433"
},
{
"file": "vercel.json",
"hash": "8794281784919034686"
"file": "_scripts/upload-devnet-token-metadata.ts",
"hash": "4816130655844486014"
},
{
"file": "LICENSE",
"hash": "13976139912707527799"
},
{
"file": "package-lock.json",
"hash": "163147697935258011"
"file": ".editorconfig",
"hash": "5443105041930014821"
},
{
"file": ".vscode/extensions.json",
"hash": "4134969992917317260"
"file": "_scripts/test-assets/rugx.png",
"hash": "18114681494958756459"
},
{
"file": "package.json",
"hash": "12219313673274363983"
},
{
"file": ".prettierignore",
"hash": "16448050467312557263"
},
{
"file": ".prettierrc",
"hash": "16267754514737964994"
"file": "_scripts/assets/Maximilian I.png",
"hash": "5844413193782744344"
},
{
"file": "README.md",
"hash": "5064894035817590830"
"file": ".eslintignore",
"hash": "7663861978715868291"
},
{
"file": ".gitignore",
"hash": "7694991769205770921"
"file": "_scripts/upload-mainnet-token-metadata.ts",
"hash": "16076564638414903294"
},
{
"file": "_scripts/test-assets/rugx.png",
"hash": "18114681494958756459"
"file": "tsconfig.base.json",
"hash": "16936441711144470533"
},
{
"file": "_scripts/assets/Maximilian I.png",
"hash": "5844413193782744344"
"file": "package-lock.json",
"hash": "3624386172021422737"
},
{
"file": "_scripts/deploy-app-to-arweave.ts",
"hash": "17533958634707825190"
"file": "vercel.json",
"hash": "8794281784919034686"
},
{
"file": "nx.json",
"hash": "2439936810889621167"
},
{
"file": "_scripts/upload-mainnet-token-metadata.ts",
"hash": "16076564638414903294"
},
{
"file": ".eslintrc.json",
"hash": "17866138117546000433"
"file": ".vscode/extensions.json",
"hash": "4134969992917317260"
},
{
"file": "tsconfig.base.json",
"hash": "16936441711144470533"
"file": ".prettierrc",
"hash": "16267754514737964994"
},
{
"file": "package.json",
"hash": "10458562824236653826"
"file": "_scripts/deploy-app-to-arweave.ts",
"hash": "17533958634707825190"
},
{
"file": "_scripts/upload-devnet-token-metadata.ts",
"hash": "4816130655844486014"
"file": ".gitignore",
"hash": "5584575137317094048"
}
],
"projectFileMap": {
Expand All @@ -94,11 +94,11 @@
},
{
"file": "web/.gitignore",
"hash": "1862265637977512098"
"hash": "5215315582138415967"
},
{
"file": "web/project.json",
"hash": "10196553475786658908"
"hash": "5466830509209698099"
},
{
"file": "web/public/.well-known/security.txt",
Expand Down Expand Up @@ -142,7 +142,7 @@
},
{
"file": "web/src/app/app-layout.tsx",
"hash": "77367570061123222",
"hash": "6648090260410247772",
"deps": [
"npm:@solana/wallet-adapter-react-ui",
"npm:react",
Expand All @@ -168,7 +168,7 @@
},
{
"file": "web/src/app/cluster/cluster-data-access.tsx",
"hash": "12113960810598347099",
"hash": "10731131770826996011",
"deps": [
"npm:react",
"npm:@solana/web3.js"
Expand Down Expand Up @@ -283,11 +283,12 @@
},
{
"file": "web/webpack.config.js",
"hash": "9829016114517551248",
"hash": "11263718204673854065",
"deps": [
"npm:@nx/webpack",
"npm:@nx/react",
"npm:webpack",
"npm:dotenv",
[
"npm:crypto-browserify",
"dynamic"
Expand Down
2 changes: 1 addition & 1 deletion app/.nx/workspace-data/lockfile.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9843983073226087335
14770100316841481369
Binary file modified app/.nx/workspace-data/nx_files.nxt
Binary file not shown.
Loading

0 comments on commit f1994a3

Please sign in to comment.