harb/web-app/src/components
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
..
chart fix: Move BigInt formatting functions from helper.ts to kraiken-lib/format (#246) 2026-02-24 23:00:58 +00:00
collapse fix: CollapseActive: null guard on total computed + remove redundant BigInt casts (#309) 2026-02-26 20:42:17 +00:00
fcomponents fix: Remove unused components from web-app (#242) 2026-02-25 00:24:29 +00:00
icons webapp - ESLint + Prettier with pre-commit hooks (#54) 2025-10-03 16:51:44 +02:00
layouts fix: Remove unused components from web-app (#242) 2026-02-25 00:24:29 +00:00
LocalSwapWidget.vue fix: address review feedback on LocalSwapWidget and CheatsView 2026-02-27 10:32:04 +00:00
NotificationBell.vue fix: Move BigInt formatting functions from helper.ts to kraiken-lib/format (#246) 2026-02-24 23:00:58 +00:00
ProtocolStatsCard.vue fix: address review — extract inline style, tighten disclaimer copy 2026-02-22 17:16:54 +00:00
socialButton.spec.ts fix: Clean up dead code and stale domain references across landing + web-app (#189) 2026-02-23 13:04:02 +00:00
SocialButton.vue webapp - ESLint + Prettier with pre-commit hooks (#54) 2025-10-03 16:51:44 +02:00
StakeHolder.vue fix: Move BigInt formatting functions from helper.ts to kraiken-lib/format (#246) 2026-02-24 23:00:58 +00:00
StatsOutput.vue webapp - ESLint + Prettier with pre-commit hooks (#54) 2025-10-03 16:51:44 +02:00
ToastNotification.vue webapp - ESLint + Prettier with pre-commit hooks (#54) 2025-10-03 16:51:44 +02:00
TransactionHistory.vue feat: wallet transaction history table (#155) (#164) 2026-02-20 09:18:10 +01:00