Skip to content

Commit

Permalink
its possible to download the whole site as a html file since no lazy-…
Browse files Browse the repository at this point in the history
…loading are used
  • Loading branch information
Uyanide committed Aug 25, 2024
1 parent 2ef444c commit 2285a30
Show file tree
Hide file tree
Showing 18 changed files with 388 additions and 310 deletions.
5 changes: 3 additions & 2 deletions docs/index.html

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/jpegEncoder.cfaab921f2732ba7ecb7.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
*/

/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
2 changes: 0 additions & 2 deletions docs/main.a54ebe31eac331e2f448.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/main.a54ebe31eac331e2f448.js.LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion docs/piexif.5f9e160a18eae89276f8.js

This file was deleted.

Binary file removed docs/src/res/neko.ico
Binary file not shown.
2 changes: 0 additions & 2 deletions docs/vendors.e07db5a66c12ec7dcfe1.js

This file was deleted.

16 changes: 16 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"file-loader": "^6.2.0",
"html-inline-script-webpack-plugin": "^3.2.1",
"style-loader": "^4.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.93.0",
Expand Down
4 changes: 4 additions & 0 deletions src/css/classes.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
text-decoration: none;
}

.textDecorationUnderline {
text-decoration: underline;
}

.borderNone {
border: none;
}
Expand Down
3 changes: 2 additions & 1 deletion src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@

* {
user-select: none;
transition: background-color 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out, color 0.1s ease-in-out;
box-sizing: content-box;
}

.inputReact {
Expand Down
Loading

0 comments on commit 2285a30

Please sign in to comment.