-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Commit d8fe245
committed
Refactor template string with handlebars.
- Refactor static routing, template vars.
- Fixed issue where JSON entities may be unescaped
- Updated web manifest schema, route handler.
- Clean up issues surrounding static paths, types.
- Removed static path helper.
- Fixed issue where locals may change during request handling.
- Added missing types.
- Fixed issue where body theme color is stale.1 parent 8066da1 commit d8fe245
File tree
37 files changed
+635
-367
lines changed- ci
- build
- dev
- src
- browser
- media
- pages
- public
- media
- views
- error
- login
- vscode
- common
- node
- routes
- typings/vscode-loader
37 files changed
+635
-367
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 | - | ||
28 | + | ||
29 | 29 |
| |
30 | - | ||
31 | - | ||
32 | - | ||
33 | - | ||
34 | - | ||
30 | + | ||
31 | + | ||
35 | 32 |
| |
36 | 33 |
| |
37 | 34 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 | - | ||
42 | - | ||
43 | - | ||
44 | - | ||
41 | + | ||
42 | + | ||
43 | + | ||
45 | 44 |
| |
46 | 45 |
| |
47 | 46 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
176 | - | ||
177 | - | ||
178 | - | ||
179 | - | ||
180 | - | ||
181 | - | ||
182 | - | ||
183 | - | ||
184 | - | ||
185 | - | ||
186 | - | ||
187 | - | ||
188 | - | ||
189 | - | ||
190 | - | ||
176 | + | ||
177 | + | ||
178 | + | ||
179 | + | ||
180 | + | ||
181 | + | ||
182 | + | ||
191 | 183 |
| |
192 | 184 |
| |
193 | 185 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 | + | ||
35 | 36 |
| |
37 | + | ||
36 | 38 |
| |
37 | 39 |
| |
38 | 40 |
| |
| |||
71 | 73 |
| |
72 | 74 |
| |
73 | 75 |
| |
76 | + | ||
74 | 77 |
| |
75 | 78 |
| |
79 | + | ||
76 | 80 |
| |
77 | 81 |
| |
78 | 82 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
File renamed without changes.
0 commit comments