Skip to content

feat(frontend): extract GoalTracker into reusable component#69

Merged
soomtochukwu merged 4 commits intoDXmakers:mainfrom
Demilade01:goal-track
Apr 26, 2026
Merged

feat(frontend): extract GoalTracker into reusable component#69
soomtochukwu merged 4 commits intoDXmakers:mainfrom
Demilade01:goal-track

Conversation

@Demilade01
Copy link
Copy Markdown
Contributor

create typed GoalTracker component for goal title, target, status, progress, and remaining amount
move inline goal-section JSX out of page layout into the new component
encapsulate status display handling while preserving semantic status visuals
keep animated gradient progress bar and shimmer behavior unchanged
Closes #29

add dedicated ChatInterface component with typed props
move chat header, messages, typing indicator, and input form out of page
move auto-scroll ref/effect logic into ChatInterface
keep message sending behavior and chat styling consistent
Closes DXmakers#30
add typed Button component with primary and secondary variants
implement built-in loading state with centered spinner and disabled behavior
support standard HTML button attributes for accessibility and reuse
refactor ConnectWalletButton and WalletModal close action to use shared Button
Closes DXmakers#33
refine tablet breakpoint at 1024px for tighter layout and panel sizing
add 768px mobile rules for chat spacing, message/input text scaling, and card density
enforce 44px minimum touch targets for primary interactive controls
prevent horizontal scrolling and make modal sizing mobile-safe
Closes DXmakers#38
create typed GoalTracker component for goal title, target, status, progress, and remaining amount
move inline goal-section JSX out of page layout into the new component
encapsulate status display handling while preserving semantic status visuals
keep animated gradient progress bar and shimmer behavior unchanged
Closes DXmakers#29
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Apr 26, 2026

@Demilade01 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@soomtochukwu soomtochukwu merged commit f3c33cb into DXmakers:main Apr 26, 2026
3 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.

Extract GoalTracker Component

2 participants