harb/web-app/src/components
openhands 98dd839bb5 fix: unstakePosition() has no error handling at all (#482)
Address AI reviewer warnings:
- Add separate unstakeError ref so unstake failures are not displayed
  via the load-data error UI whose Retry calls loadActivePositionData
- Add exitSucceeded flag to distinguish pre-exit failures ("Failed to
  unstake position.") from post-exit data-refresh failures ("Position
  unstaked, but failed to refresh data."), preventing factually wrong
  messages after a successful transaction
- Unstake error UI has no Retry button; the Unstake button in actions
  remains available for retrying a failed transaction

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-06 18:15:30 +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: unstakePosition() has no error handling at all (#482) 2026-03-06 18:15:30 +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 findings in sell KRK widget 2026-03-05 12:39:15 +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