-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
178 lines (169 loc) · 6.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<title>スタンプにゃあ~ | StampNyaa</title>
<link rel="stylesheet" href="./dist/index.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200"
/>
<link
href="https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="app">
<div id="titlebar">
<div class="dragzone"></div>
<div class="logo">スタンプにゃあ~ | StampNyaa</div>
<div id="menu-buttons">
<div id="close-button" class="menu-button">
<span class="close-x material-symbols-outlined"> close </span>
</div>
</div>
</div>
<div id="main-content">
<div id="leftbar">
<div id="top-buttons">
<div id="settings-button" class="circle">
<span class="material-symbols-outlined"> settings </span>
</div>
<div id="add-button" class="circle">
<span class="material-symbols-outlined"> add </span>
</div>
<div id="most-used-icon" class="circle">
<span class="material-symbols-outlined"> history </span>
</div>
<div id="favorites-icon" class="circle">
<span class="material-symbols-outlined"> star </span>
</div>
</div>
<div id="sticker-pack-list"></div>
</div>
<div id="sticker-list"></div>
</div>
</div>
<div id="add-sticker-background" class="modal-background" style="display: none">
<div id="add-sticker-modal" class="modal">
<div class="inputbox box">
<input
id="add-sticker-input"
type="text"
spellcheck="false"
placeholder="https://store.line.me/stickershop/product/123456789/ja"
/>
</div>
<div id="add-sticker-button" class="box">
<span class="material-symbols-outlined"> check </span>
</div>
<div id="add-sticker-download-feedback" style="display: none">
<h2 id="add-sticker-title"></h2>
<div id="download-progress-bar">
<div id="download-progress">
<span id="progress-text"></span>
</div>
</div>
</div>
</div>
</div>
<div id="settings-background" class="modal-background" style="display: none">
<div id="settings-modal" class="modal">
<!-- Theme select -->
<div class="settingsRow">
<div class="icons">
<span class="material-symbols-outlined"> palette </span>
</div>
<div id="theme-select">
<div data-theme="blue" class="themeSelector"></div>
<div data-theme="pink" class="themeSelector"></div>
<div data-theme="dracula" class="themeSelector"></div>
<div data-theme="night-pink" class="themeSelector"></div>
</div>
</div>
<!-- Set hotkey -->
<div class="settingsRow">
<div class="icons">
<span class="material-symbols-outlined"> keyboard_alt </span>
</div>
<div id="hotkey-input-container" class="inputbox">
<input id="hotkey-input" type="text" spellcheck="false" />
</div>
</div>
<!-- Run on startup -->
<div class="settingsRow">
<div class="icons">
<span class="material-symbols-outlined"> rocket_launch </span>
</div>
<div>
<h2>Run on Startup</h2>
</div>
<div id="run-on-startup">
<span id="run-on-startup-check" class="material-symbols-outlined"> check </span>
</div>
</div>
<!-- Fit to width -->
<div class="settingsRow">
<div class="icons">
<span class="material-symbols-outlined"> image </span>
</div>
<div>
<h2>Fit to Width</h2>
</div>
<div class="rightSideContainer">
<input id="fit-to-width-input" type="number" />
</div>
</div>
<div class="settingsRow divider"></div>
<a href="https://github.com/MarvNC/StampNyaa" target="_blank" class="settingsRow credits">
<div>
<img src="./icon.ico" alt="StampNyaa Icon" />
</div>
<div>
<h2 id="version-string"></h2>
</div>
<div class="icons">
<span class="material-symbols-outlined heart"> favorite </span>
</div>
<div>
<h2>by MarvNC</h2>
</div>
<div>
<img src="./github-mark-white.svg" alt="GitHub icon" />
</div>
</a>
</div>
</div>
<!-- update modal -->
<div id="update-background" class="modal-background" style="display: none">
<div id="version-modal" class="modal">
<div class="updateIcons">
<span class="material-symbols-outlined"> update </span>
<img src="./icon.ico" alt="StampNyaa Icon" class="icon" />
<span class="material-symbols-outlined"> celebration </span>
</div>
<div><h2 id="update-text"></h2></div>
<a
id="update-button"
class="greenbutton"
target="_blank"
href="https://github.com/MarvNC/StampNyaa/releases"
>
<span class="material-symbols-outlined"> check </span>
</a>
</div>
</div>
<div id="add-favorite-feedback" class="feedback-modal">
<span class="material-symbols-outlined"> add_photo_alternate </span>
<span class="material-symbols-outlined"> add </span>
</div>
<div id="remove-favorite-feedback" class="feedback-modal">
<span class="material-symbols-outlined"> image </span>
<span class="material-symbols-outlined"> delete </span>
</div>
<script type="module" src="./src/renderer.ts"></script>
</body>
</html>