Skip to content

Disable folder creation button at folder limit#670

Merged
yuni-ju merged 1 commit intodevelopfrom
bug/issue-666
Jun 2, 2025
Merged

Disable folder creation button at folder limit#670
yuni-ju merged 1 commit intodevelopfrom
bug/issue-666

Conversation

@yuni-ju
Copy link
Copy Markdown
Member

@yuni-ju yuni-ju commented May 30, 2025

작업 내용

  • 폴더 최대 생성 개수에 도달했을 때 폴더 생성을 할 수 없도록 버튼을 비활성화

참고

@yuni-ju yuni-ju requested a review from DongJun-H May 30, 2025 08:03
@yuni-ju yuni-ju self-assigned this May 30, 2025
@yuni-ju yuni-ju added the bug Something isn't working label May 30, 2025
Comment on lines +341 to +343
style = DayoTheme.typography.b6.copy(
if (isCreateFolderEnabled) Primary_23C882 else Gray4_C5CAD2
)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

이건 저도 혼용하고 있는 부분인데요,
Text 컴포넌트에 style을 적용하고 copy해서 color를 적용하는것과
style을 적용하고 color를 따로 적용하는 것의 차이점이 있을까요?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

저도 혼용하고 있습니다.. ㅎㅎ 스타일 파라미터 하나로 모든 디자인 요소를 설정할 수 있어서 사용했던 것 같아요

@github-project-automation github-project-automation bot moved this from Todo to In Progress in DAYO 2.0 Jun 2, 2025
@yuni-ju yuni-ju merged commit 6f0804a into develop Jun 2, 2025
1 check passed
@yuni-ju yuni-ju deleted the bug/issue-666 branch June 2, 2025 14:41
@github-project-automation github-project-automation bot moved this from In Progress to Done in DAYO 2.0 Jun 2, 2025
DongJun-H pushed a commit that referenced this pull request Feb 3, 2026
Disable folder creation button at folder limit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[bug] Disable folder creation button at folder limit

2 participants