-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
7,070 additions
and
17,095 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 |
---|---|---|
@@ -1,13 +1,9 @@ | ||
{ | ||
"presets": [ | ||
"env", | ||
"react" | ||
], | ||
"plugins": [ | ||
"transform-class-properties", | ||
"transform-object-rest-spread" | ||
"@babel/preset-env", | ||
"@babel/preset-react" | ||
], | ||
"ignore": [ | ||
"./biz/webui/htdocs/src/js/components/json/eval.js" | ||
] | ||
} | ||
} |
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,15 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="google" value="notranslate"> | ||
<link rel="shortcut icon" href="img/favicon.ico" /> | ||
<title>Whistle Web Debugger</title> | ||
</head> | ||
|
||
<body style="overscroll-behavior-x: none;"> | ||
<div id="container" class="main"></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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="google" value="notranslate"> | ||
<link rel="shortcut icon" href="img/favicon.ico" /> | ||
<title>Whistle Web Debugger</title> | ||
</head> | ||
<body style="overscroll-behavior-x: none;"> | ||
<div id="container" class="main"></div> | ||
<script src="js/index.js?v=2.9.28"></script> | ||
</body> | ||
</html> | ||
<!doctype html><html><head><meta charset="UTF-8"><meta name="google" value="notranslate"><link rel="shortcut icon" href="img/favicon.ico"/><title>Whistle Web Debugger</title><link rel="manifest" href="/js/manifest.cb9af05cae5b19e5f633b935af24d438.json" crossorigin="use-credentials" /></head><body style="overscroll-behavior-x: none;"><div id="container" class="main"></div><script defer="defer" src="js/index-2.9.28.js"></script></body></html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+15.4 KB
biz/webui/htdocs/js/icon_192x192.9d3c46155d288f623bd3fc1d272987c3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
/* | ||
object-assign | ||
(c) Sindre Sorhus | ||
@license MIT | ||
*/ | ||
|
||
/*! | ||
* Bootstrap v3.3.5 (http://getbootstrap.com) | ||
* Copyright 2011-2015 Twitter, Inc. | ||
* Licensed under the MIT license | ||
*/ | ||
|
||
/*! | ||
* Sizzle CSS Selector Engine v2.3.3 | ||
* https://sizzlejs.com/ | ||
* | ||
* Copyright jQuery Foundation and other contributors | ||
* Released under the MIT license | ||
* http://jquery.org/license | ||
* | ||
* Date: 2016-08-08 | ||
*/ | ||
|
||
/*! | ||
* jQuery JavaScript Library v3.3.1 | ||
* https://jquery.com/ | ||
* | ||
* Includes Sizzle.js | ||
* https://sizzlejs.com/ | ||
* | ||
* Copyright JS Foundation and other contributors | ||
* Released under the MIT license | ||
* https://jquery.org/license | ||
* | ||
* Date: 2018-01-20T17:24Z | ||
*/ | ||
|
||
/** | ||
* Checks if an event is supported in the current execution environment. | ||
* | ||
* NOTE: This will not work correctly for non-generic events such as `change`, | ||
* `reset`, `load`, `error`, and `select`. | ||
* | ||
* Borrows from Modernizr. | ||
* | ||
* @param {string} eventNameSuffix Event name, e.g. "click". | ||
* @param {?boolean} capture Check if the capture phase is supported. | ||
* @return {boolean} True if the event is supported. | ||
* @internal | ||
* @license Modernizr 3.0.0pre (Custom Build) | MIT | ||
*/ | ||
|
||
/** @license React v16.13.1 | ||
* react-is.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ |
This file was deleted.
Oops, something went wrong.
16 changes: 16 additions & 0 deletions
16
biz/webui/htdocs/js/manifest.cb9af05cae5b19e5f633b935af24d438.json
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,16 @@ | ||
{ | ||
"icons": [ | ||
{ | ||
"src": "/js/icon_192x192.9d3c46155d288f623bd3fc1d272987c3.png", | ||
"sizes": "192x192", | ||
"type": "image/png" | ||
} | ||
], | ||
"name": "Whistle PWA", | ||
"short_name": "Whistle", | ||
"orientation": "portrait", | ||
"display": "standalone", | ||
"start_url": ".", | ||
"description": "HTTP, HTTP2, HTTPS, Websocket debugging proxy", | ||
"background_color": "#fff" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.