Skip to content

fix(ui): improve bounty card interactions and responsive issue tabs#1187

Open
carlh7777 wants to merge 1 commit into
entrius:testfrom
carlh7777:feat/bounties-card
Open

fix(ui): improve bounty card interactions and responsive issue tabs#1187
carlh7777 wants to merge 1 commit into
entrius:testfrom
carlh7777:feat/bounties-card

Conversation

@carlh7777
Copy link
Copy Markdown
Contributor

Summary

Improves several bounty/watchlist UX interactions across desktop and mobile.

  • Added click-to-copy support for truncated payout hotkeys on bounty cards, including clipboard feedback and navigation-safe interaction behavior.
  • Updated bounty title tooltips to appear only when the clamped title is actually truncated.
  • Improved Issue Bounties tab responsiveness on narrow/mobile widths by enabling scrollable tabs when needed while preserving balanced full-width layouts on larger screens.

Related Issues

Closes #1186

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Documentation
  • Other (describe below)

Screenshots

Before

Before.webm

After

After.webm

Checklist

  • New components are modularized/separated where sensible
  • Uses predefined theme (e.g. no hardcoded colors)
  • Responsive/mobile checked
  • Tested against the test API
  • npm run format and npm run lint:fix have been run
  • npm run build passes
  • Screenshots included for any UI/visual changes

@xiao-xiao-mao xiao-xiao-mao Bot added the enhancement New feature or request label May 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UI: improve bounty card interactions and mobile tabs responsiveness

1 participant