Add landing page home view#40
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Add new 'Home' tab as the default view when opening the app - Create comprehensive landing page with hero section, feature grid, and quick stats - Display 6 key features: Task Pipeline, Scheduling, Live Output, Heartbeats, Skills, and Pipelines - Show activity stats (total tasks, completed, heartbeats, skills) when data exists - Provide quick action buttons to navigate to Tasks or create new tasks - Show getting started section for first-time users with no tasks - Hide search box and action buttons on home view (only show on other views) - Maintain consistent theme support (dark/light modes) - All tests, typecheck, lint, format, and build checks pass Co-authored-by: DanielWalnut <hetaoBackend@users.noreply.github.com>
744bff1 to
04dc7d0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Adds a new Home landing page as the default view when opening AgentForge. This provides a welcoming entry point that introduces users to the app's capabilities before they dive into the task board.
Changes
New Home View
activeViewdefaults to"home")Landing Page Content
Hero Section:
Feature Grid (6 cards):
Activity Stats:
Getting Started:
Design Details
deckInkeyframesTechnical Implementation
activeSummaryobject to include home view metricsHomeicon from lucide-reactTesting
All quality gates pass:
bun run typecheck- No TypeScript errorsbun run lint- ESLint cleanbun run format:check- Prettier formattedbun run test- All 28 tests passbun run build:check- Electrobun build succeedsmake check- Backend checks pass (no backend changes)Screenshots
The landing page features:
Notes