openhands
8b39bf3000
fix: Add cache headers to Ponder GraphQL proxy in Caddy ( #447 )
2026-03-06 03:07:24 +00:00
openhands
d1d943e5fd
fix: Micro-fixes: dead comment, timer null, AbortController, address guard, catch reset ( #261 )
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 07:24:48 +00:00
openhands
9a420ae77a
fix: Add aria-label attributes to landing buttons ( #243 )
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-24 22:15:26 +00:00
openhands
3426fbf80b
fix: LiveStats: show hard error when Ponder is unreachable (not silent skeletons) ( #201 )
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-24 21:33:50 +00:00
openhands
541ff2df93
fix: WalletCard.vue queries wrong GraphQL field (protocolStatss → statss) ( #217 )
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-24 18:41:37 +00:00
openhands
e89fd4013d
fix: Post-purchase holder dashboard on landing page ( #150 )
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-24 12:34:36 +00:00
openhands
4e90411b15
fix: \WalletCard.vue\ GraphQL variables ( #191 )
...
Refactor address interpolation in fetchWalletData to use a proper
GraphQL variables object instead of embedding the address directly
in the query string template literal.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-23 22:30:55 +00:00
openhands
7219f1b21c
fix: LiveStats: remove floor price from landing, fix ETH reserve data pipeline, strip browser RPC ( #196 )
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-23 21:57:13 +00:00
openhands
a46c30cff6
fix: landing page user test fixes ( #162 )
...
- Add VueQueryPlugin to landing main.ts (wagmi/vue requires it)
- Add Vite proxy for /api/graphql → ponder:42069/graphql
- Replace axios with native fetch in WalletCard.vue
- Add navigateTo() for CTA buttons (uses VITE_APP_URL env)
- Load contract addresses from bootstrap in landing entrypoint
- Add via_ir to foundry.toml (OptimizerV3Push3 stack-too-deep)
- Add VITE_APP_URL env to docker-compose landing service
Fixes: blank landing pages, broken LiveStats, missing CTA links,
missing contract addresses in footer
2026-02-23 14:47:38 +00:00
openhands
878d1337df
fix: Clean up dead code and stale domain references across landing + web-app ( #189 )
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-23 13:04:02 +00:00
johba
8a5a4f7e6d
Merge pull request 'feat: add live indicator and freshness display to LiveStats ( #172 )' ( #179 ) from fix/issue-172 into master
2026-02-23 00:36:04 +01:00
openhands
a8f62e2357
fix: start freshness ticker after first data load ( #172 )
2026-02-22 23:01:42 +00:00
openhands
1b55ae8ac8
fix: address review — error state for live indicator ( #172 )
2026-02-22 22:12:38 +00:00
openhands
7d5d8cabb2
feat: add live indicator and freshness display to LiveStats ( #172 )
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 21:42:31 +00:00
openhands
85cd5a8986
feat: add Code docs page with contract source + copy buttons ( #174 )
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 21:41:43 +00:00
openhands
ae44bddf7f
fix: address review — floor price null guard, fetch timeout ( #171 )
2026-02-22 21:21:45 +00:00
openhands
c374e29817
fix: show USD values in LiveStats, fix floor price truncation ( #171 )
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 20:53:24 +00:00
openhands
d72c2d14bf
fix: remove console.warn to pass lint ( #170 )
2026-02-22 19:48:39 +00:00
openhands
bd5c661504
fix: address review — ring buffer validation, div-by-zero, sparkline alignment
...
- Add ringBuffer length validation in extractSeries and extractSupplySeries
- Fix division-by-zero when oldest holder count is 0
- Align supply series start with other series (consistent pre-launch skip)
- Center flat sparklines vertically instead of pinning to bottom
2026-02-22 19:47:28 +00:00
openhands
0fb1ed4bf8
fix: address review — migration comment, link ring buffer constants ( #170 )
2026-02-22 18:56:36 +00:00
openhands
3fceb4145a
feat: replace tax with holders in ring buffer, add sparkline charts ( #170 )
...
Ring buffer slot 3 now stores holderCount snapshots instead of tax deltas.
Tax tracking simplified to a totalTaxPaid counter on the stats record.
Removed unbounded ethReserveHistory and feeHistory tables; 7d ETH reserve
growth is now computed from the ring buffer. LiveStats renders inline SVG
sparklines for ETH reserve, supply, and holders with holder growth %.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 18:56:36 +00:00
johba
1e0822eaa2
fix: clean URLs, contract addresses, gitmodule ( #16 , #58 , #147 ) ( #162 )
2026-02-20 17:28:59 +01:00
johba
fe02ffd12d
copy: remove AI claims, reframe as adaptive protocol ( #160 )
2026-02-20 09:00:34 +01:00
johba
db3633425a
feat: shared @harb/web3 package + landing wallet connect ( #157 ) ( #159 )
2026-02-19 20:18:27 +01:00
johba
76b2635e63
Replace UBI with ETH reserve in ring buffer, fix Dockerfile HEALTHCHECK, enhance LiveStats ( #154 )
2026-02-19 14:47:15 +01:00
johba
31063379a8
feat/ponder-lm-indexing ( #142 )
2026-02-18 00:19:05 +01:00
johba
2acb619a11
feat(landing): add strict ESLint + Prettier with pre-commit hooks ( #50 )
...
- Install ESLint 9 with flat config, TypeScript, Vue plugins
- Configure Prettier (140 char, 2-space indent, single quotes)
- Add pre-commit hooks via husky + lint-staged for auto-fix
- Rename components to multi-word (Countdown → CountdownTimer, etc.)
- Add explicit TypeScript prop/emit interfaces
- Remove all console.log statements
- Fix all ESLint violations and type errors
- Verify type-check, build, and HMR working
resolves #43
Co-authored-by: johba <johba@harb.eth>
Reviewed-on: https://codeberg.org/johba/harb/pulls/50
2025-10-03 13:19:20 +02:00
johba
769fa105b8
added web-app and landing
2025-09-23 14:18:04 +02:00