Skip to content

Commit

Permalink
Merge pull request #4 from video-db/rohit/fe-cleanup
Browse files Browse the repository at this point in the history
cleanup fe
  • Loading branch information
ashish-spext authored Oct 18, 2024
2 parents c3efa5d + cdb4556 commit 7da8665
Show file tree
Hide file tree
Showing 34 changed files with 78 additions and 1,964 deletions.
4 changes: 2 additions & 2 deletions backend/spielberg/entrypoint/api/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
config_bp = Blueprint("config", __name__, url_prefix="/config")


@agent_bp.route("", methods=["GET"])
@agent_bp.route("/", methods=["GET"])
def agent():
"""
Handle the agent request
Expand All @@ -23,7 +23,7 @@ def agent():
return chat_handler.agents_list()


@session_bp.route("", methods=["GET"])
@session_bp.route("/", methods=["GET"])
def get_sessions():
"""
Get all the sessions
Expand Down
4 changes: 2 additions & 2 deletions frontend/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.png" />
<title>Chat With Video</title>
<title>Spielberg</title>
</head>
<body>
<div id="app"></div>
Expand Down
Binary file modified frontend/public/favicon.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 removed frontend/public/icons/ai_sparkle.png
Binary file not shown.
68 changes: 0 additions & 68 deletions frontend/src/components/atoms/Avatar.vue

This file was deleted.

62 changes: 0 additions & 62 deletions frontend/src/components/atoms/Button.vue

This file was deleted.

59 changes: 0 additions & 59 deletions frontend/src/components/atoms/IconButton.vue

This file was deleted.

32 changes: 0 additions & 32 deletions frontend/src/components/atoms/theme.js

This file was deleted.

37 changes: 0 additions & 37 deletions frontend/src/components/collection/AllVideos.vue

This file was deleted.

22 changes: 0 additions & 22 deletions frontend/src/components/collection/AllVideosLoader.vue

This file was deleted.

Loading

0 comments on commit 7da8665

Please sign in to comment.