Commit History

deploy(hf): create Dockerfile and supervisord config for Hugging Face Spaces deployment, and dynamically load backend API URL in frontend
354921c

Karan6124 commited on

feat(delete): replace native window.confirm with a custom styled ChatGPT-like confirmation modal and show delete badge only on hover
21487dc

Karan6124 commited on

feat(delete): show delete badge only on hover and prompt user for confirmation before deletion
2393402

Karan6124 commited on

fix(syntax): resolve missing closing parenthesis on AgentBondWatermark and format delete button badge
b3568ec

Karan6124 commited on

style(delete): replace delete button with a highly visible floating red circular badge with white cross symbol
f869f18

Karan6124 commited on

style(delete): make client-side hide button permanently visible instead of only on hover for better UX
a934b96

Karan6124 commited on

feat(sidebar): add delete (hide) button to cards, storing list of hidden cases in localStorage to preserve backend records for accountability
f6547bd

Karan6124 commited on

feat(verdict): format final verdict summary to separate hypotheses and color-highlight key findings dynamically
9bdb243

Karan6124 commited on

style(scrollbar): universally style all scrollbars and prevent body/viewport double scrollbars in workspace view
5babf15

Karan6124 commited on

style(scrollbar): apply custom thin scrollbar styles to blend with dark website theme
a369e63

Karan6124 commited on

fix(auth): add delay when checking if login popup is closed to avoid race conditions
6222fec

Karan6124 commited on

feat(ui): hide navbar in workspace view and expand panels vertically
8271b83

Karan6124 commited on

style(landing): update stats cards to be authentic to backend metrics and agent pipeline
c3c23f8

Karan6124 commited on

style(workspace): add professional intelligence disclaimer text at bottom of workspace container
6d836a1

Karan6124 commited on

style(workspace): add subtle neural logo watermarks in background of sidebar and main panels
6dda0ac

Karan6124 commited on

style(ui): apply premium liquid-glass-strong to back-to-landing button and social links
4680d65

Karan6124 commited on

fix(workspace): format timestamps in user local timezone
23964d5

Karan6124 commited on

style(workspace): redesign workspace layout with dark glass and accordion-style hypotheses
5b71199

Karan6124 commited on

feat(ui): implement workspace section for deploying and viewing live agent investigations
8ea5095

Karan6124 commited on

fix(auth): resolve Google login popup race condition and add itsdangerous backend dependency
ae7ab9f

Karan6124 commited on

style(landing): update capabilities cards info and tags to match actual agent implementation
8a83515

Karan6124 commited on

style(auth): use original Google logo colors and fix divider text wrapping
e618eec

Karan6124 commited on

chore(ui): remove AI multi-agent subtitle from logo and core engine label from capabilities
a64caca

Karan6124 commited on

fix(navbar): replace boxed SVG image logo with transparent inline JSX logo that blends with cinematic background
9bba2d9

Karan6124 commited on

feat(navbar): integrate real AgentBond AI SVG logo and lockup from Claude
3e7e410

Karan6124 commited on

fix(navbar): use 3-column CSS grid for guaranteed center alignment
2f2496f

Karan6124 commited on

fix(navbar): true center alignment + AgentBond AI wordmark branding
431e1c7

Karan6124 commited on

feat(auth): implement Google OAuth and Email/Password authentication
5d3cd52

Karan6124 commited on

fix(navbar): center nav pill using grid-cols layout so it stays viewport-centered regardless of icon count
02ed8e4

Karan6124 commited on

feat(hero): remove Watch Demo, center CTA, fix footer tech strip gap, add Verifier Agent stat, improve headline split
81ac071

Karan6124 commited on

feat(navbar): remove Innovation/Plan Launch links, rename CTA to Begin Investigation with OAuth placeholder
c6a1cf2

Karan6124 commited on

feat(navbar): add working nav links, LinkedIn, GitHub profile + repo icons, mobile drawer
302e55c

Karan6124 commited on

style(frontend): prevent cutting off stats cards at bottom boundary by removing overflow-hidden and using min-h-screen
7478de0

Karan6124 commited on

style(frontend): make background video page-wide and fixed for unified single-page layout
e356c69

Karan6124 commited on

style(frontend): replace capabilities section background video with the bubble video
449dc5d

Karan6124 commited on

style(frontend): fix hero title overlap and adjust typography
01e57ef

Karan6124 commited on

adapt Hero and Capabilities copy to match Agentic Investigation Core features
8c4558f

Karan6124 commited on

wire up Navbar, Hero, and Capabilities inside App.jsx
9cba4ab

Karan6124 commited on

implement CapabilitiesSection component with icon cards grid
c78c3c8

Karan6124 commited on

implement HeroSection component with dynamic full-viewport design
aeda404

Karan6124 commited on

implement responsive liquid-glass Navbar component
84bc03a

Karan6124 commited on

implement stagger blur-in BlurText component using Framer Motion
2e4c3f2

Karan6124 commited on

implement rAF-driven crossfading FadingVideo component
139f946

Karan6124 commited on

initialize React Vite frontend project with Tailwind v4 setup
673ed4c

Karan6124 commited on