-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance Quiz Rankings and UI Optimization & Fix Challenge Dialog Flickering Issue #87
Conversation
@Coooder-Crypto is attempting to deploy a commit to the OpenBuild Team on Vercel. A member of the Team first needs to authorize it. |
const mediaUrl = useMediaUrl(); | ||
|
||
return ( | ||
<div className="flex flex-col h-full"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这层 div
多余的吧?
哇,感谢雷叔的指导,今天一直在赶路,明天之前修复下这些问题~ |
src/app/quiz/[id]/RankListModal.js
Outdated
<RankList my_rank={my_rank} list={data?.list} /> | ||
<Modal isOpen={shown} closeModal={onClose} container mode="640"> | ||
<ModalCloseIcon onClick={onClose} className="absolute top-[-48px] md:top-[-32px] right-0 md:right-[-32px] cursor-pointer" /> | ||
<div className="md:h-[600px] h-[400px] flex flex-col overflow-y-auto" style={{ borderRadius: 'inherit', overflow: 'hidden' }}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
用 Tailwind CSS 的 class 替代 style
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
PR Description
This PR includes the following changes:
Enhancements for Quiz: Add Entry for Viewing All Rankings and UI Optimization
Bug Fix: Resolved Flickering Issue When Closing the Challenge Dialog
Notes
Related Issue
Please review the code and provide feedback. Thank you! 😊