skkuding / codedang

Online Judge for SKKU
https://codedang.com
MIT License
43 stars 10 forks source link

refactor(fe): add hide spin button util style #2109

Closed B0XERCAT closed 1 month ago

B0XERCAT commented 1 month ago

Description

type이 number인 input의 스핀 버튼을 없애기 위한 코드가 반복되었는데

tailwind config의 addUtilities를 이용해서 hide-spin-button 를 추가했습니다.

추가로 멀쩡하던

require('tailwind-scrollbar-hide')

가 lint에 걸려서 당황했는데 쓰고 있는 곳이 아예 없어서 plugin에서 빼고, 패키지도 지웠습니다.

Closes TAS-930

Additional context


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

notion-workspace[bot] commented 1 month ago

number input style 리팩토링

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
codedang ✅ Ready (Inspect) Visit Preview Sep 24, 2024 10:04am
youznn commented 1 month ago

근데 저도 멀쩡했던 곳에서 lint 에러가 자꾸 뜨네요....ㅠ ㅠ