-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #165 from urLink-DEV/release/1.2.0
🚀 Release/1.2.0
- Loading branch information
Showing
54 changed files
with
906 additions
and
467 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,4 +30,7 @@ | |
"source.organizeImports": false, | ||
"source.fixAll.eslint": true | ||
}, | ||
"cSpell.words": [ | ||
"favorited" | ||
], | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/* eslint-disable no-undef */ | ||
/* eslint-disable no-unused-expressions */ | ||
|
||
;(function (i, s, o, g, r, a, m) { | ||
i['GoogleAnalyticsObject'] = r | ||
;(i[r] = | ||
i[r] || | ||
function () { | ||
;(i[r].q = i[r].q || []).push(arguments) | ||
}), | ||
(i[r].l = 1 * new Date()) | ||
;(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]) | ||
a.async = 1 | ||
a.src = g | ||
m.parentNode.insertBefore(a, m) | ||
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga') | ||
|
||
ga('create', 'UA-207149982-2', 'auto') | ||
ga('set', 'checkProtocolTask', null) | ||
ga('send', 'pageview') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>UrLink-background</title> | ||
</head> | ||
|
||
<body> | ||
</body> | ||
<script src="analytics.js"></script> | ||
</head> | ||
|
||
</html> | ||
<body></body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>UrLink</title> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
</body> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>UrLink</title> | ||
<script src="analytics.js"></script> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,32 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>UrLink-popup</title> | ||
<script src="analytics.js"></script> | ||
</head> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>UrLink-popup</title> | ||
</head> | ||
<body> | ||
<div class="popup-body"> | ||
<div id="categoryList" class="category"></div> | ||
|
||
<body> | ||
<div class="popup-body"> | ||
<div id="categoryList" class="category"></div> | ||
<div class="btn-group"> | ||
<div id="linkSave" class="link-save-btn"> | ||
<span>링크 저장하기</span> | ||
</div> | ||
|
||
<div class="btn-group"> | ||
<div id="linkSave" class="link-save-btn"> | ||
<span>링크 저장하기</span> | ||
</div> | ||
<div class="urlLink-open-btn"> | ||
<a class="urlLink-open-btn-text" href="%PUBLIC_URL%/index.html" target="blank">유어링크 열기</a> | ||
</div> | ||
|
||
<div class="urlLink-open-btn"> | ||
<a class="urlLink-open-btn-text" href="%PUBLIC_URL%/index.html" target="blank">유어링크 열기</a> | ||
<div class="center"> | ||
<img src="%PUBLIC_URL%/images/logo/group-5.svg" class="logo" /> | ||
</div> | ||
</div> | ||
|
||
<div class="center"> | ||
<img src="%PUBLIC_URL%/images/logo/group-5.svg" class="logo"> | ||
</div> | ||
<div class="container"></div> | ||
</div> | ||
|
||
<div class="container"></div> | ||
</div> | ||
<div id="categoryPopup" class="category-popup-container" style="display: none;"></div> | ||
</body> | ||
|
||
</html> | ||
<div id="categoryPopup" class="category-popup-container" style="display: none"></div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.