Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
olegbl committed Aug 15, 2023
0 parents commit 49a843f
Show file tree
Hide file tree
Showing 12 changed files with 117 additions and 0 deletions.
14 changes: 14 additions & 0 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"files": {
"main.css": "/static/css/main.c7c9241c.css",
"main.js": "/static/js/main.46c3f7c3.js",
"static/js/main.46c3f7c3.js.map": "/static/js/main.46c3f7c3.js.map",
"index.html": "/index.html",
"static/js/main.46c3f7c3.js.LICENSE.txt": "/static/js/main.46c3f7c3.js.LICENSE.txt",
"static/css/main.c7c9241c.css.map": "/static/css/main.c7c9241c.css.map"
},
"entrypoints": [
"static/css/main.c7c9241c.css",
"static/js/main.46c3f7c3.js"
]
}
Binary file added favicon.ico
Binary file not shown.
Binary file added icon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon-384x384.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions index.html

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"short_name": "Baldur's Gate III: Browser",
"name": "Baldur's Gate III: Item / Spell / Perk Browser",
"description": "Browser for items, spells, perks, etc... for Baldur's Gate III.",
"lang": "en-US",
"start_url": "/bg3browser/",
"scope": "/bg3browser/",
"display": "standalone",
"orientation": "any",
"theme_color": "#000000",
"background_color": "#000000",
"icons": [
{
"src": "icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}
8 changes: 8 additions & 0 deletions service-worker.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// we don't actually need a service worker for this SPA
// but it is required by the PWA standard

self.addEventListener('install', (event) => {});

self.addEventListener('activate', (event) => {});

self.addEventListener('fetch', (event) => {});
1 change: 1 addition & 0 deletions static/css/main.c7c9241c.css.map

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

56 changes: 56 additions & 0 deletions static/js/main.46c3f7c3.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
/*!
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/**
* @license React
* react-dom.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.
*/

/**
* @license React
* react-jsx-runtime.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.
*/

/**
* @license React
* react.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.
*/

/**
* @license React
* scheduler.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.
*/

/** @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.
*/
1 change: 1 addition & 0 deletions static/js/main.46c3f7c3.js.map

Large diffs are not rendered by default.

0 comments on commit 49a843f

Please sign in to comment.