Skip to content

Commit

Permalink
feat: get country from users timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
asv-soft-u2 committed Jul 20, 2023
1 parent 15c2020 commit cf4fbaf
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 4 deletions.
6 changes: 3 additions & 3 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"files": {
"main.css": "/static/css/main.f1ac6fb1.css",
"main.js": "/static/js/main.e09b6bcc.js",
"main.js": "/static/js/main.0e2199f8.js",
"static/media/screenshot-connections.bmp": "/static/media/screenshot-connections.0d5a7e25c36e781d7f4c.bmp",
"static/media/screenshot-flights.bmp": "/static/media/screenshot-flights.b57018e29c06b8b552a3.bmp",
"static/media/screenshot-parameters-editor.bmp": "/static/media/screenshot-parameters-editor.2f25ec4206c084c2e86c.bmp",
"static/media/screenshot-settings-extended.bmp": "/static/media/screenshot-settings-extended.78718c7e7c08ca5c6e70.bmp",
"index.html": "/index.html",
"static/media/getFetch.cjs": "/static/media/getFetch.40f37ddea2378391108f.cjs",
"main.f1ac6fb1.css.map": "/static/css/main.f1ac6fb1.css.map",
"main.e09b6bcc.js.map": "/static/js/main.e09b6bcc.js.map"
"main.0e2199f8.js.map": "/static/js/main.0e2199f8.js.map"
},
"entrypoints": [
"static/css/main.f1ac6fb1.css",
"static/js/main.e09b6bcc.js"
"static/js/main.0e2199f8.js"
]
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png"><link rel="manifest" href="./site.webmanifest"><link rel="mask-icon" href="./safari-pinned-tab.svg" color="#5bbad5"><meta name="msapplication-TileColor" content="#da532c"><meta name="theme-color" content="#ffffff"><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Asv.Drones</title><script defer="defer" src="/static/js/main.e09b6bcc.js"></script><link href="/static/css/main.f1ac6fb1.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="app"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png"><link rel="manifest" href="./site.webmanifest"><link rel="mask-icon" href="./safari-pinned-tab.svg" color="#5bbad5"><meta name="msapplication-TileColor" content="#da532c"><meta name="theme-color" content="#ffffff"><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Asv.Drones</title><script defer="defer" src="/static/js/main.0e2199f8.js"></script><link href="/static/css/main.f1ac6fb1.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="app"></div></body></html>
3 changes: 3 additions & 0 deletions static/js/main.0e2199f8.js

Large diffs are not rendered by default.

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

/*! js-cookie v3.0.5 | MIT */

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

Large diffs are not rendered by default.

0 comments on commit cf4fbaf

Please sign in to comment.