Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
c638f6d
index with first cards
dubzn Nov 23, 2022
b5a117e
refactor cards view
dubzn Nov 25, 2022
89ad776
config snapStiff and snapDamp
dubzn Nov 25, 2022
671fe02
adding introduction messages
dubzn Nov 25, 2022
4f6898d
connect with wallet
dubzn Nov 26, 2022
34ccb49
balanceOfBatch working
dubzn Nov 26, 2022
ebad4b4
Get cards by account address resolved
dubzn Nov 26, 2022
f46369c
ask for connect with wallet
dubzn Nov 27, 2022
e98e902
rafactor style frontend
dubzn Nov 27, 2022
4c6b2ec
adding gengar, background, wallet indicator
dubzn Nov 27, 2022
96b5c8b
card bounce effect modified
dubzn Nov 27, 2022
1e76977
adding minted today section
dubzn Nov 29, 2022
5947548
adding call for minted today cards
dubzn Nov 29, 2022
7cec7d2
adding minted menu front
dubzn Nov 29, 2022
b909b9f
Merge pull request #1 from sdgalvan/master
dubzn Nov 29, 2022
77ea437
adding disconnect logic
dubzn Nov 29, 2022
39be6d7
Merge branch 'master' of https://github.com/sdgalvan/pokemon-cairo
dubzn Nov 29, 2022
c2fa647
update contract
dubzn Nov 30, 2022
1f447fb
edit presentation text
dubzn Dec 1, 2022
0e6ee2f
refactor view
dubzn Dec 1, 2022
aad214b
adding data to map with cards
dubzn Dec 1, 2022
f22bdf7
adding new contract
dubzn Dec 2, 2022
579bc80
adding trade compoenents
dubzn Dec 3, 2022
a6d396c
fix bug send card id
dubzn Dec 4, 2022
3ade4d3
adding feedback for user transaction in progress
dubzn Dec 4, 2022
c82fb54
fix style of trade stats menu
dubzn Dec 4, 2022
ff988a9
fix some headers issues
dubzn Dec 4, 2022
b571347
fix links intro color
dubzn Dec 5, 2022
5851052
adding waitForTransaction
dubzn Dec 7, 2022
9512829
adding tx feedback + edit metadata
dubzn Dec 10, 2022
d23df46
edit metadata
dubzn Dec 12, 2022
6de253f
run dev stable (edit dependencies)
dubzn Dec 12, 2022
f0f2c86
refactor update tx
dubzn Dec 13, 2022
f51a32e
Merge pull request #2 from sdgalvan/feature/adding-get-starknet-core-…
dubzn Dec 13, 2022
a6185a5
Merge pull request #3 from sdgalvan/main
dubzn Dec 14, 2022
f2dcf47
clean svelte.app
dubzn Dec 14, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Pokémon Cards CSS Holographic Effect</title>
<title>Cairo Pokemon Cards</title>
<meta name="description" content="An exploration of what's possible with CSS for Pokemon Cards, simeydotme (Simon Goellner)" />

<link rel="canonical" href="https://poke-holo.simey.me" />
<link rel="icon" href="favicon.png" />

<link rel="preconnect" href="https://fonts.googleapis.com">
Expand All @@ -17,18 +15,17 @@
<link rel="stylesheet" href="css/cards.css" />
</head>
<body>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=%VITE_GA%"></script>
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=%VITE_GA%"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '%VITE_GA%', {
'linker': { 'domains': ['poke-holo.simey.me', 'deck-24abcd.netlify.app'] }
});
</script>

</script> -->
<div id="app"></div>
<script type="module" src="/src/main.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
* to avoid limiting type declarations.
*/
"include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"]
}
}
Loading