Skip to content
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

feat(fe): modify course dashboard design #2340

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jwoojin9
Copy link
Contributor

@jwoojin9 jwoojin9 commented Jan 28, 2025

Description

image

course dashboard의 디자인을 개선하였습니다! 전체적인 틀만 Figma와 비슷하게 하고 완성은 백엔드 Course와 Assignment가 완전히 구현됐을 때 할 예정입니다.

closes TAS-1235

Additional context


Before submitting the PR, please make sure you do the following

@coolify-skkuding
Copy link

coolify-skkuding bot commented Jan 28, 2025

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2025-01-28 17:30:27 CET

Copy link

@@ -98,20 +98,43 @@ export function Dashboard({ session }: { session?: Session | null }) {
>
<Image src={maximizeIcon} alt="check" width={16} height={16} />
</Button>
<Calendar mode="single" selected={date} onSelect={setDate} />
{/* <Calendar mode="single" selected={date} onSelect={setDate} /> */}
<DayPicker
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

날짜를 변경했을 때, 오늘 날짜가 여전히 뚤린 원으로 남아있는 것 같아요!! 혹시 의도하신 건가요??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Pending
Development

Successfully merging this pull request may close these issues.

2 participants