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/#30/add ui #31

Merged
merged 7 commits into from
May 22, 2020
Merged

Feat/#30/add ui #31

merged 7 commits into from
May 22, 2020

Commits on May 14, 2020

  1. [Feat] #30 Header UI 버튼 추가

    - image sprite 파일에 이미지 추가
    - Header에icon image 모두 sprite 형식으로 불러오는 것으로 변경
    - Header에 selectBtn 추가
    sewonkimm committed May 14, 2020
    Configuration menu
    Copy the full SHA
    a8412f2 View commit details
    Browse the repository at this point in the history
  2. [Feat] #30 콘텐츠 이동, 삭제 버튼 추가

    - image sprite에 아이콘 추가했음
    - 안쓰는 이미지 삭제했음
    - FolderMore 컴포넌트를 생성해 색상 수정, 폴더 이동, 폴더 삭제 버튼을 추가했음
    - MemoMore 컴포넌트를 생성해 메모 이동, 메모 삭제 버튼을 추가했음
    sewonkimm committed May 14, 2020
    Configuration menu
    Copy the full SHA
    40c7e3f View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. [Chore] #30 rem 단위 수정

    글꼴 크기가 바뀔 때 비율이 변하지 않도록 css사용하던 단위를 rem에서 px로 통일
    sewonkimm committed May 21, 2020
    Configuration menu
    Copy the full SHA
    5a47992 View commit details
    Browse the repository at this point in the history
  2. [Chore] #30 class명 변경

    scss 코딩 컨벤션 class 네이밍 권장에 따라 class명을 camel case에서 underbar 사용으로 변경
    sewonkimm committed May 21, 2020
    Configuration menu
    Copy the full SHA
    410fbd1 View commit details
    Browse the repository at this point in the history
  3. [Chore] #30 FolderMore, MemoMore 컴포넌트명 변경

    변수명의 More의 의미가 명확하지 않아 Setting으로 변경
    sewonkimm committed May 21, 2020
    Configuration menu
    Copy the full SHA
    44c4cf5 View commit details
    Browse the repository at this point in the history
  4. [Chore] #30 UI 수정사항 반영

    1. Foler Setting, Memo Setting 페이지의 디자인 변경에 따른 수정사항 반영
    2. 버튼 삭제후 이미지형 아이콘으로 통일
    3. image sprite에 이미지 추가
    sewonkimm committed May 21, 2020
    Configuration menu
    Copy the full SHA
    7d79c4d View commit details
    Browse the repository at this point in the history
  5. [Chore] #36 save 버튼 추가

    sewonkimm committed May 21, 2020
    Configuration menu
    Copy the full SHA
    12b66ff View commit details
    Browse the repository at this point in the history