Skip to content

refactor: remove landing page - #3

Merged
vrlda merged 1 commit into
mainfrom
codex/remove-landing-page
Aug 17, 2026
Merged

refactor: remove landing page#3
vrlda merged 1 commit into
mainfrom
codex/remove-landing-page

Conversation

@vrlda

@vrlda vrlda commented Aug 17, 2026

Copy link
Copy Markdown
Owner

Summary

  • Remove the README screenshots section and landing-page screenshot.
  • Delete the landing page component and its dedicated styles.
  • Redirect / and unknown routes to /auth so the app no longer references a removed page.

Verification

  • Frontend lint passes.
  • Frontend production build passes.
  • No landing-page or screenshot references remain in the repository.
  • git diff --check passes.

Summary by CodeRabbit

  • User Experience

    • The landing page has been removed.
    • Opening the app or visiting an unknown route now takes you directly to authentication.
  • Documentation

    • Removed screenshots and related landing-page descriptions from the README.

@coderabbitai

coderabbitai Bot commented Aug 17, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: d878167b-e25e-48f8-84c3-2c6158082495

📥 Commits

Reviewing files that changed from the base of the PR and between 23eb729 and 2e36171.

⛔ Files ignored due to path filters (1)
  • docs/screenshots/landing.png is excluded by !**/*.png
📒 Files selected for processing (4)
  • README.md
  • dash/frontend/src/App.jsx
  • dash/frontend/src/index.css
  • dash/frontend/src/pages/Landing.jsx

📝 Walkthrough

Walkthrough

The frontend no longer renders a landing page. Root and unknown routes redirect to /auth. Landing-page code, styles, decorative backgrounds, responsive rules, and README screenshots are removed.

Changes

Landing page removal

Layer / File(s) Summary
Redirect application routes
dash/frontend/src/App.jsx
The root and catch-all routes redirect to /auth. The unused Landing import is removed.
Remove landing-page assets
dash/frontend/src/pages/Landing.jsx, dash/frontend/src/index.css, README.md
The landing component, related CSS and responsive rules, decorative orbs, and README Screenshots section are removed.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

  • vrlda/apollo#2: This PR introduced the landing page and its README screenshot, which this change removes.

Suggested reviewers: vrlda-agent

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/remove-landing-page

Comment @coderabbitai help to get the list of available commands.

@vrlda
vrlda marked this pull request as ready for review August 17, 2026 00:22
@vrlda
vrlda merged commit 995fc46 into main Aug 17, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants