Skip to content

Commit

Permalink
Merge pull request #6 from rjwignar/frontend-chat-only
Browse files Browse the repository at this point in the history
Use Frontend Based on Azure Frontend Example
  • Loading branch information
rjwignar authored Jun 26, 2024
2 parents aff4b30 + 02ef574 commit cb65e02
Show file tree
Hide file tree
Showing 49 changed files with 3,638 additions and 8,814 deletions.
18 changes: 0 additions & 18 deletions pokecopilot-client/.eslintrc.cjs

This file was deleted.

24 changes: 0 additions & 24 deletions pokecopilot-client/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Logs
logs

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down Expand Up @@ -60,22 +57,6 @@ cover/

# Django stuff:
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
dev-dist
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
local_settings.py
db.sqlite3
db.sqlite3-journal
Expand Down Expand Up @@ -184,8 +165,3 @@ node_modules/


.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
30 changes: 0 additions & 30 deletions pokecopilot-client/README.md

This file was deleted.

20 changes: 10 additions & 10 deletions pokecopilot-client/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/x-icon" href="/favicon.ico" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pokécopilot</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/x-icon" href="/favicon.png" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pokécopilot</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>
Loading

0 comments on commit cb65e02

Please sign in to comment.