Closed amarangganar closed 1 year ago
Someone is attempting to deploy a commit to a Personal Account owned by @mazipan on Vercel.
@mazipan first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
tanyaaja | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 13, 2023 0:44am |
Could you insert some screenshots on the PR description. It will be nice for me to see it in action before merging it
Also I need to merge #62 first, so expect some conflict since the changes are many
Help to resolve the conflict ya @amarangganar
PR description is now updated with screenshot ya Mas @mazipan
Closes #55, #39
Description
Fix unbalanced question card layout issue on
/account
page by moving the button to the very bottom. This approach is taken since it could be solved with pure CSS only compares to taking masonry layout approach.While I'm at it, I also did several changes to the code for
/account
page andEmptyState
as follows:Move
<StatisticPanel />
to outside conditional statement, since it is rendered on both conditions.Change the grid column for questions section to 2 on
md
andlg
and also widen the gaps between card items to make it look less condensed. Below is the screenshot how it looks like onmd
(also applies onlg
)StatisticPanel
tolucide-react
and also fix overflow link issue (I think this will also solve #39)EmptyState
looks to make it look more "empty state" than just another sectionThis change also affected
/eksplor
page since it alsoe usesEmptyState
component