Skip to content

Introduces several user experience enhancements, focusing on improved feedback and interactivity across the app#544

Merged
jamespepper81 merged 2 commits into
mainfrom
dev
Feb 10, 2026
Merged

Introduces several user experience enhancements, focusing on improved feedback and interactivity across the app#544
jamespepper81 merged 2 commits into
mainfrom
dev

Conversation

@jamespepper81
Copy link
Copy Markdown
Contributor

This pull request introduces several user experience enhancements, focusing on improved feedback and interactivity across the app. The main changes include the addition of animated and haptic feedback components, the replacement of native alerts with a custom toast system, and the use of skeleton loaders for a better loading experience. There are also minor improvements for code consistency and user engagement.

User Feedback and Interactivity Improvements:

  • Added a new AnimatedPressable component to provide consistent spring animation and haptic feedback for pressable elements throughout the app. This centralizes and standardizes touch feedback.
  • Introduced a reusable AnimatedNumber component for smoothly animating numeric value changes, enhancing the visual experience for balance and price displays.
  • Integrated the HapticService into key user interactions (e.g., refreshing data, toggling settings, sending/receiving actions, fee presets, max send, transaction review, and settings navigation) to provide tactile feedback and improve perceived responsiveness. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]

Toast Notification System:

  • Replaced native Alert popups for copy/share actions with a custom toast notification system for more modern, less disruptive feedback. This includes error, success, and info toasts for copy/share actions and is now available app-wide via the new ToastProvider. [1] [2] [3] [4]

Loading State Enhancements:

  • Upgraded wallet loading states to use a visually appealing skeleton loader (HomeScreenSkeleton) instead of static loading text, improving user perception during data fetches. [1] [2]

Minor Improvements and Consistency:

  • Passed an index prop to TransactionItem for improved rendering and key management.
  • Set activeOpacity for send/receive buttons to provide visual feedback on press. [1] [2]

These changes collectively result in a more polished, interactive, and user-friendly application.

claude and others added 2 commits February 10, 2026 09:48
…tions

- Add AnimatedNumber component for smooth balance counting transitions
- Add SkeletonLoader with shimmer effect replacing plain loading text
- Add AnimatedPressable with spring animations and gesture handler
- Add Toast notification system replacing Alert.alert for copy/share
- Enhance WalletCard with 3D tilt, parallax decorative circles,
  perspective transforms, and wallet type pill badges
- Enhance TransactionItem with staggered FadeInDown entrance animation,
  icon scale animation, relative time formatting, and directional
  slide feedback on press
- Add haptic feedback throughout: pull-to-refresh, period selector,
  send/receive buttons, fee presets, send max, transaction success/error,
  address generation, balance toggle, and settings navigation
- Upgrade tab animation with combined opacity fade + spring translateY
  for a premium screen transition feel
- Integrate ToastProvider at root layout for app-wide toast support

https://claude.ai/code/session_01U5QjrPEbaJHcb1gFwxU6Hf
Add haptic feedback, skeleton loaders, and toast notifications
@jamespepper81 jamespepper81 merged commit e079c31 into main Feb 10, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants