Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
f682502
import React
OptimusPi Feb 1, 2026
5d7fb64
import react
OptimusPi Feb 1, 2026
651bb2b
consolidate duplicate component using props
OptimusPi Feb 1, 2026
0fb8611
require seed to enable analyze button
OptimusPi Feb 1, 2026
604f45f
Do not default to quick roll on
OptimusPi Feb 1, 2026
f4d8a10
import react
OptimusPi Feb 1, 2026
bfe15e5
FIX footer covering up BUY BUTTONS on mobile
OptimusPi Feb 1, 2026
de59ba4
Allow unset/auto width prop
OptimusPi Feb 1, 2026
48828d8
Always show home if no seeds!
OptimusPi Feb 1, 2026
7526ee2
tighten up the footer
OptimusPi Feb 1, 2026
3fa8dab
FIX MOBILE "DRAGGING THE PAGE AWAY" BUG FROM EDGES
OptimusPi Feb 2, 2026
446497e
fix shitey pixel garblings
OptimusPi Feb 2, 2026
0621c28
try local state for the lag bug with input timeout violations
OptimusPi Feb 2, 2026
439af7f
Update package-lock.json
OptimusPi Feb 2, 2026
13d6e48
Use CSS vars for breakpoints and clean CSS
OptimusPi Feb 2, 2026
6ac8242
Tighten up simple view
OptimusPi Feb 2, 2026
00511fb
simple drag -vs- reroll hold FIGHT!
OptimusPi Feb 2, 2026
80f54ef
Tighten standard view and memoize
OptimusPi Feb 2, 2026
65fb456
fix no refs for functional components crash
OptimusPi Feb 2, 2026
8ec0069
Snug fit for seed input on hero page MOBILE ONLY
OptimusPi Feb 2, 2026
1f71344
found the stupid scrolling thing
OptimusPi Feb 2, 2026
e65a59b
Add Seed label back to the header/left-side
OptimusPi Feb 2, 2026
c7c3873
crash fix on weird go back and forth between pages and modes: antes u…
OptimusPi Feb 3, 2026
a2b80db
Update index.tsx
OptimusPi Feb 3, 2026
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
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@

<!-- Theme color for browser UI -->
<meta name="theme-color" content="#1a1a1a" />

<style>
body {
overscroll-behavior: none;
touch-action: manipulation;
}
html {
overscroll-behavior: none;
}
</style>
</head>

<body>
Expand Down
Loading
Loading