Skip to content

Commit ef3d0af

Browse files
authored
Merge pull request #84 from openSVM/copilot/fix-83
Implement comprehensive 10-theme system, redesign NetworkSelector to match ProfileDropdown, add advanced theme selector with complete visual transformation capabilities, and fix main page content theme integration
2 parents 2d1e1b6 + 675b11f commit ef3d0af

Some content is hidden

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

68 files changed

+19121
-4890
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

package-lock.json

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

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,16 @@
4040
"dependencies": {
4141
"@coral-xyz/anchor": "0.31.1",
4242
"@coral-xyz/anchor-cli": "^0.31.2",
43-
"@getpara/web-sdk": "^1.11.0",
4443
"@noble/curves": "^1.3.0",
4544
"@noble/hashes": "^1.3.3",
4645
"@project-serum/anchor": "^0.26.0",
4746
"@solana/spl-token": "^0.4.13",
47+
"@solana/wallet-adapter-base": "^0.9.27",
48+
"@solana/wallet-adapter-phantom": "^0.9.28",
49+
"@solana/wallet-adapter-react": "^0.15.39",
50+
"@solana/wallet-adapter-react-ui": "^0.9.39",
51+
"@solana/wallet-adapter-wallets": "^0.19.37",
4852
"@solana/web3.js": "1.98.2",
49-
"@swig-wallet/classic": "0.2.0-beta.4",
50-
"@swig-wallet/coder": "0.2.0-beta.2",
5153
"ajv": "^8.17.1",
5254
"browserify-zlib": "^0.2.0",
5355
"buffer": "^6.0.3",

public/images/phantom-logo.svg

Lines changed: 4 additions & 0 deletions
Loading

public/manifest.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,22 +42,6 @@
4242
"purpose": "any"
4343
}
4444
],
45-
"screenshots": [
46-
{
47-
"src": "/images/screenshot-mobile.png",
48-
"sizes": "390x844",
49-
"type": "image/png",
50-
"form_factor": "narrow",
51-
"label": "Mobile trading interface"
52-
},
53-
{
54-
"src": "/images/screenshot-desktop.png",
55-
"sizes": "1920x1080",
56-
"type": "image/png",
57-
"form_factor": "wide",
58-
"label": "Desktop trading interface"
59-
}
60-
],
6145
"shortcuts": [
6246
{
6347
"name": "Buy Crypto",

0 commit comments

Comments
 (0)