Giter Site home page Giter Site logo

Comments (12)

jklasd2001 avatar jklasd2001 commented on August 14, 2024

Button

스크린샷 2022-07-27 오후 1 09 57

  • 사이즈별로 가로 크기가 달라지는게 아니라 높이가 달라지는게 좋지않을지
  • Disabled 상태일 때 너무 희미하게 보임

from react-libraries.

jklasd2001 avatar jklasd2001 commented on August 14, 2024

Tag

스크린샷 2022-07-27 오후 1 13 28

  • 마우스 커서 올렸을 시 cursor: pointer 추가 필요
  • Rectangle 타입은 배경색이 하얀색일 경우 너무 희미함

from react-libraries.

jinchuu1391 avatar jinchuu1391 commented on August 14, 2024

@minkyoungjin 가 의도한 Tag는 클릭하는 기능이 없다고해서 cursor: pointer는 넣지 않았는데... 닫는 아이콘(x)에는 넣어야겠네요!

from react-libraries.

jinchuu1391 avatar jinchuu1391 commented on August 14, 2024
  • Modal 컴포넌트의 Props에서 isNested를 없에고 modalManager를 optional로 바꾸기.
    isNested 관련 로직을 modalMangaer props 유무에 따라 처리하도록 바꾸기
  • Size를 3개(lg, md, sm)로 줄이기.
    Size에 따라 height를 다르게 설정하되 width는 고정하지 않도록 수정.-> 현재 Size 타입에 따라 분기된 로직 수정 필요

from react-libraries.

jinchuu1391 avatar jinchuu1391 commented on August 14, 2024
  • Modal 스타일 깨짐

  • Tag 컴포넌트, onClose를 optional로 변경, 사이즈 적용

  • Divider 제대로 그려지지 않고 있음

  • DatePicker 사이즈 적용 date props 추가

  • imageUploader 여러개 있을 때 썸네일 이미지 state 공유되는 버그

  • Table 내 Rosw per page 부분, Select 컴포넌트 적용

  • Musma-developers 사이드 메뉴 현재 선택한 메뉴 하이라이팅

  • Select 컴포넌트 md, sm 사이즈에서 화살표 위치가 안맞음, props로 받은 value 보여주는 부분 버그

  • TimePicker 사이즈 적용, 아이콘 넣기

  • TextInput 아이콘 위치가 안맞음

from react-libraries.

jinchuu1391 avatar jinchuu1391 commented on August 14, 2024
  • 라디오버튼 안쪽 원 포지션 안맞음
  • DatePicker 사이즈별 스타일 필요, label props 허용
  • TextInput 아이콘 위치 안맞음
  • Divider: flex 안에서 오작동
  • ImageUploader small 사이즈에서 기본 이미지 위치 안맞음

from react-libraries.

Leona3 avatar Leona3 commented on August 14, 2024

Size

  • Input 사이즈 통일
  • TextInput, Select에 size를 동일하게 lg로 설정했는데 높이가 다른 것을 확인했습니다. input 높이를 동일하게 설정하는 건 어떨까용
    image

from react-libraries.

Leona3 avatar Leona3 commented on August 14, 2024

TextInput

  • number 타입도 있으면 좋겠습니다

image

from react-libraries.

Leona3 avatar Leona3 commented on August 14, 2024

DatePicker

  • datePicker disabled, Box-DatePicker > Box-DateInput > Box-DateInput width 100% 적용 ⇒ 최상위 부모(Box-DatePicker를 감싸는 부모) width에 따라가는게 어떨까용
  • image
  • 우선 해당 datepicker는 임의로 css 처리했씁니다
  • image

from react-libraries.

Leona3 avatar Leona3 commented on August 14, 2024

Tooltip 2023/01/03 너굴맨이 처리했으니 안심하라구

  • message를 ReactNode로 받아서 Typography로 출력하니 p태그 안에 p태그 올 수 없다는 에러 발생

image

  • type체크해서 string일 때 Typography, 그 외에 그냥 출력하는 게 어떨까요
  • 아래와 같은 툴팁은 Box, Typography 등 여러 요소를 사용하는데, 구동하는데 문제는 없습니다만...

image

from react-libraries.

Leona3 avatar Leona3 commented on August 14, 2024

InputBase 2022/12/23 처리 완료

  • TextInput endAdornment에 텍스트 넣었는데 언제부턴가 안보여서 확인해보니 input이 넘쳐 있었습니다
    1. TextInput width 지정, InputBase에 width 없음
    1. TextInput width 지정, InputBase에 width 100% 지정
    1. TextInput width auto, InputBase에 width 100% 지정
  • InputBase를 감싸는 컴포넌트의 width에 다 들어차야 하니까 InputBase에 width: 100% 처리하면 될 것 같습니다

image

from react-libraries.

jklasd2001 avatar jklasd2001 commented on August 14, 2024

완료하였으므로 클로즈합니다.

from react-libraries.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.