Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsaplin committed Apr 20, 2023
2 parents 171b888 + 6bdd95f commit 9b0681f
Show file tree
Hide file tree
Showing 17 changed files with 137 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [1.7.0](https://github.com/kptdobe/franklin-chat-ui/compare/v1.6.0...v1.7.0) (2023-04-19)


### Features

* 1st pilot milestone ([5012e67](https://github.com/kptdobe/franklin-chat-ui/commit/5012e674d8ee83334b8ce44a28d06ceea0a6bd05))
* handle submit ([9eb985a](https://github.com/kptdobe/franklin-chat-ui/commit/9eb985a4075d9648135ee1cfc4958bf64b22b0e0))
* magic auth ([a4aec63](https://github.com/kptdobe/franklin-chat-ui/commit/a4aec63e7d23e1167c5f0356a3dcc9756228a3dd))
* no redirect ([abff55e](https://github.com/kptdobe/franklin-chat-ui/commit/abff55e2dfe64c9a5039b01738c84ff2d9fcafcf))

# [1.6.0](https://github.com/kptdobe/franklin-chat-ui/compare/v1.5.0...v1.6.0) (2023-04-12)


Expand Down
14 changes: 14 additions & 0 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"files": {
"main.css": "./static/css/main.e924090b.css",
"main.js": "./static/js/main.de113f62.js",
"static/media/user.png": "./static/media/user.64c083f3371babfd7dbb.png",
"index.html": "./index.html",
"main.e924090b.css.map": "./static/css/main.e924090b.css.map",
"main.de113f62.js.map": "./static/js/main.de113f62.js.map"
},
"entrypoints": [
"static/css/main.e924090b.css",
"static/js/main.de113f62.js"
]
}
Binary file added build/favicon.ico
Binary file not shown.
18 changes: 18 additions & 0 deletions build/icon-helix.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./icon-helix.svg"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>Franklin Chat</title><script defer="defer" src="./static/js/main.de113f62.js"></script><link href="./static/css/main.e924090b.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Binary file added build/logo192.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 build/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions build/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
3 changes: 3 additions & 0 deletions build/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
2 changes: 2 additions & 0 deletions build/static/css/main.e924090b.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/static/css/main.e924090b.css.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions build/static/js/main.de113f62.js

Large diffs are not rendered by default.

56 changes: 56 additions & 0 deletions build/static/js/main.de113f62.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
/*! *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0

THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
MERCHANTABLITY OR NON-INFRINGEMENT.

See the Apache Version 2.0 License for specific language governing permissions
and limitations under the License.
***************************************************************************** */

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

Large diffs are not rendered by default.

Binary file added build/static/media/user.64c083f3371babfd7dbb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "franklin-chat-ui",
"version": "1.6.0",
"version": "1.7.0",
"private": true,
"homepage": ".",
"dependencies": {
Expand Down

0 comments on commit 9b0681f

Please sign in to comment.