Skip to content

style(frontend): improve mobile responsiveness across dashboard and chat#68

Merged
soomtochukwu merged 3 commits intoDXmakers:mainfrom
Demilade01:mob-res
Apr 26, 2026
Merged

style(frontend): improve mobile responsiveness across dashboard and chat#68
soomtochukwu merged 3 commits intoDXmakers:mainfrom
Demilade01:mob-res

Conversation

@Demilade01
Copy link
Copy Markdown
Contributor

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 #38

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
@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 43c8c94 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.

Improve Mobile Responsiveness

2 participants