Skip to content

Commit

Permalink
[ADD] update 확인 태그 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HyoTaek-Jang committed Feb 20, 2021
1 parent 3e91ab5 commit 9d60149
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,12 @@ OurToDo는 PC, 크롬을 기준으로 제작되었습니다.
- 북마크 URL 자동 http 프로토콜 추가 기능 버그 업데이트
- db 북마크 링크 길이 제한 해제
- 푸터 작업을 통한 사용자 문의사항 창구 개설

## 21년 2월 21일 ver1.0.2 업데이트

- AutoLogin 버그 수정
- Bookmark 클릭 시 새창에서 열리도록 수정
- 날씨 아이콘 추가
- 반응형 박스 사이징
- Todo, Bookmark 추가 시, 로직 변경 ( DB추가와 화면 생성을 따로 분리 )
- Todo, Bookmark 드래그를 통한 인덱스 조정 기능 추가
12 changes: 12 additions & 0 deletions myapp/public/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@
width: 140px;
}

.tool-bar-update {
line-height: 26px;
display: inline;
background-color: none;
border: 2px white solid;
width: 220px;
border-radius: 7px;
margin: 10px 10px 10px 100px;
font-size: 18px;
color: white;
}

.tool-bar p {
line-height: 26px;
display: inline;
Expand Down
6 changes: 6 additions & 0 deletions myapp/views/main.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
<div class="main-wrapper">
<div class="navigator">
<a class="tool-bar-home" href="/intro">home</a>
<a
class="tool-bar-update"
href="https://github.com/HyoTaek-Jang/Our-To-Do/blob/master/update.md"
target="_blank"
>210221 | Check Update</a
>
<div class="tool-bar">
<p id="logout">Logout</p>
</div>
Expand Down
18 changes: 18 additions & 0 deletions update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## 21년 2월 21일 ver1.0.2 업데이트

- AutoLogin 버그 수정
- Bookmark 클릭 시 새창에서 열리도록 수정
- 날씨 아이콘 추가
- 반응형 박스 사이징
- Todo, Bookmark 추가 시, 로직 변경 ( DB추가와 화면 생성을 따로 분리 )
- Todo, Bookmark 드래그를 통한 인덱스 조정 기능 추가

---

## 21년 2월 17일 ver1.0.1 업데이트

- Login 기능에서 Enter를 통한 submit 구현
- Login Placehold 수정
- 북마크 URL 자동 http 프로토콜 추가 기능 버그 업데이트
- db 북마크 링크 길이 제한 해제
- 푸터 작업을 통한 사용자 문의사항 창구 개설

0 comments on commit 9d60149

Please sign in to comment.