harb/web-app/src
openhands cf4e401d03 fix: address review feedback on LocalSwapWidget and CheatsView
- LocalSwapWidget: move useWallet() to top-level <script setup> (was
  incorrectly called inside async buyKrk() event handler)
- LocalSwapWidget + CheatsView: fix misleading toast — all transactions
  are fully confirmed at that point, so say 'Swap complete' not 'Swap
  submitted'
- LocalSwapWidget: add $KRK sigil to warning/hint text for consistency
  with GetKrkView
- LocalSwapWidget: add comment on amountOutMinimum: 0n explaining it is
  intentional for a no-MEV local anvil environment
- CheatsView: apply same useWallet() fix (pre-existing anti-pattern)
- docs/ENVIRONMENT.md: document VITE_ENABLE_LOCAL_SWAP and related
  VITE_ variables in a new webapp env-var table

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 10:32:04 +00:00
..
assets added web-app and landing 2025-09-23 14:18:04 +02:00
components fix: address review feedback on LocalSwapWidget and CheatsView 2026-02-27 10:32:04 +00:00
composables fix: Micro-fixes: dead comment, timer null, AbortController, address guard, catch reset (#261) 2026-02-25 07:24:48 +00:00
contracts fix: Clean up dead code and stale domain references across landing + web-app (#189) 2026-02-23 13:04:02 +00:00
directives webapp - ESLint + Prettier with pre-commit hooks (#54) 2025-10-03 16:51:44 +02:00
layouts fix: Dead comment in NavbarLayout.vue (#258) 2026-02-25 06:42:34 +00:00
router fix: clean URLs, contract addresses, gitmodule (#16, #58, #147) (#162) 2026-02-20 17:28:59 +01:00
services fill stake e2e 2025-10-11 17:54:49 +00:00
types added web-app and landing 2025-09-23 14:18:04 +02:00
utils fix: Move BigInt formatting functions from helper.ts to kraiken-lib/format (#246) 2026-02-24 23:00:58 +00:00
views fix: address review feedback on LocalSwapWidget and CheatsView 2026-02-27 10:32:04 +00:00
App.vue webapp - ESLint + Prettier with pre-commit hooks (#54) 2025-10-03 16:51:44 +02:00
config.ts fix: Get KRK: inline swap widget for local dev, Uniswap link for production (#136) 2026-02-27 06:55:41 +00:00
env.d.ts feature/ci (#84) 2026-02-02 19:24:57 +01:00
main.ts webapp - ESLint + Prettier with pre-commit hooks (#54) 2025-10-03 16:51:44 +02:00
wagmi.ts feat: shared @harb/web3 package + landing wallet connect (#157) (#159) 2026-02-19 20:18:27 +01:00