Skip to content

리스트 5000개 초과 토스트를 alert에서 warning으로 변경#3068

Open
prisml wants to merge 1 commit into
developfrom
issue/10370
Open

리스트 5000개 초과 토스트를 alert에서 warning으로 변경#3068
prisml wants to merge 1 commit into
developfrom
issue/10370

Conversation

@prisml
Copy link
Copy Markdown
Contributor

@prisml prisml commented May 11, 2026

🐛 문제 상황

  • 리스트 변수에 5,000개 이상 항목을 추가하려 할 때 Entry.toast?.alert()로 알림을 표시하고 있음
  • alert는 에러성 알림에 사용되는 레벨이므로, 단순 안내 목적의 메시지에는 적절하지 않음
  • 사용자에게 과도한 경고 느낌을 줄 수 있음

✅ 해결 방안

1. Entry.toast?.alert()Entry.toast?.warning()으로 변경

  • 리스트 최대 길이 초과 시 표시되는 토스트 알림의 레벨을 warning으로 하향 조정
  • 변경 대상 3곳:
    • listVariable.js_showListFullWarning() 메서드
    • variable_container.js — 리스트 길이 입력 onblur 핸들러
    • variable_container.js — 리스트 항목 추가(plus) 버튼 핸들러

🎯 예상 영향 범위

  • 리스트 변수에 5,000개 이상 항목 추가 시도 시 토스트 스타일이 alertwarning으로 변경됨
  • 기능 동작(항목 추가 차단)에는 변화 없음
  • 사용자에게 보다 부드러운 안내 메시지로 표시됨

- 기획팀(김유민) 요청으로 알림 수준을 warning으로 하향 조정 📋
- alert는 에러성 알림이므로 안내 목적의 warning이 더 적절 💡
- listVariable.js, variable_container.js 3곳 일괄 변경 🔧
@prisml prisml self-assigned this May 11, 2026
@github-actions github-actions Bot added the issue 내부 이슈 처리를 위한 PR label May 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

issue 내부 이슈 처리를 위한 PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant