harb/web-app/src/views
openhands 5623768025 fix: Double trigger of loadLiquidityStats on initial mount (#361)
Remove redundant onMounted call that fired loadLiquidityStats() a second
time. The watch() with { immediate: true } already handles the initial
load and all subsequent dependency changes, making onMounted redundant.
Also remove now-unused onMounted import.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-03 07:52:02 +00:00
..
AboutView.vue added web-app and landing 2025-09-23 14:18:04 +02:00
CheatsView.vue fix: Double trigger of loadLiquidityStats on initial mount (#361) 2026-03-03 07:52:02 +00:00
GetKrkView.vue fix: Get KRK: inline swap widget for local dev, Uniswap link for production (#136) 2026-02-27 06:55:41 +00:00
HomeView.vue webapp - ESLint + Prettier with pre-commit hooks (#54) 2025-10-03 16:51:44 +02:00
LoginView.vue webapp - ESLint + Prettier with pre-commit hooks (#54) 2025-10-03 16:51:44 +02:00
PositionView.vue Replace UBI with ETH reserve in ring buffer, fix Dockerfile HEALTHCHECK, enhance LiveStats (#154) 2026-02-19 14:47:15 +01:00
StakeView.vue fix: Fix collapse component formatting: taxPaid display, string coercion, BigInt precision (#260) 2026-02-25 08:06:49 +00:00
WalletView.vue feat: wallet transaction history table (#155) (#164) 2026-02-20 09:18:10 +01:00