Skip to content

Commit

Permalink
Merge pull request #29 from BTS-CM/smartcoin
Browse files Browse the repository at this point in the history
Create Smartcoin implementation
  • Loading branch information
grctest authored Oct 9, 2024
2 parents 8cc5319 + 6c409d1 commit b564fb4
Show file tree
Hide file tree
Showing 170 changed files with 18,667 additions and 8,711 deletions.
457 changes: 274 additions & 183 deletions app/background.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/background.js.map

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
--input: 20 5.9% 90%;
--ring: 20 14.3% 4.1%;
--radius: 0.5rem;
--chart-1: 12 76% 61%;
--chart-2: 173 58% 39%;
--chart-3: 197 37% 24%;
--chart-4: 43 74% 66%;
--chart-5: 27 87% 67%;
}

.dark {
Expand All @@ -41,6 +46,11 @@
--border: 12 6.5% 15.1%;
--input: 12 6.5% 15.1%;
--ring: 24 5.7% 82.9%;
--chart-1: 220 70% 50%;
--chart-2: 160 60% 45%;
--chart-3: 30 80% 55%;
--chart-4: 280 65% 60%;
--chart-5: 340 75% 55%;
}
}

Expand Down
8 changes: 8 additions & 0 deletions app/preload.js

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

2 changes: 1 addition & 1 deletion app/preload.js.map

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

Loading

0 comments on commit b564fb4

Please sign in to comment.