Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions web-ui/frontend/package.json → landing-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"constants": "^0.0.2",
"framer-motion": "^12.23.12",
"install": "^0.13.0",
"lottie": "^0.0.1",
"lottie-react": "^2.4.1",
Expand Down
File renamed without changes.
File renamed without changes
29 changes: 29 additions & 0 deletions landing-page/src/App.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
/* app.css */

/* Refined button styling */
button:hover {
transition: background-color 0.3s ease, transform 0.2s ease;
}

button:active {
transform: scale(0.98);
}

/* Input box styling */
input:focus {
outline: none;
border-color: #4A90E2;
box-shadow: 0 0 5px rgba(74, 144, 226, 0.5);
}

/* Typing indicator */
.typing-indicator {
background-color: #f0f0f0;
border-left: 5px solid #888;
padding: 8px;
font-size: 0.9rem;
font-style: italic;
}
File renamed without changes.
17 changes: 17 additions & 0 deletions web-ui/frontend/src/index.css → landing-page/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,21 @@
.animate-gradient-xy {
animation: gradient-xy 15s ease infinite;
background-size: 400% 400%;
}
/* Custom scrollbar */
::-webkit-scrollbar {
width: 4px;
}

::-webkit-scrollbar-track {
background: #1a1a1a;
}

::-webkit-scrollbar-thumb {
background: linear-gradient(to bottom, #fbbf24, #10b981);
border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
background: linear-gradient(to bottom, #f59e0b, #059669);
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion web-ui/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion web-ui/README.md

This file was deleted.

57 changes: 0 additions & 57 deletions web-ui/frontend/src/App.css

This file was deleted.

Loading
Loading