Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Home Component for / Route #58

Open
1 task done
naman9271 opened this issue Feb 15, 2025 · 2 comments
Open
1 task done

No Home Component for / Route #58

naman9271 opened this issue Feb 15, 2025 · 2 comments

Comments

@naman9271
Copy link

Issue: No Home Component for / Route

Description

Currently, the GDB-UI project does not have a defined route for /, causing a "No routes matched location /" error. The root route is set to /debug, but there is no landing page when visiting /.

Proposed Solution

  • Create a new Home component that serves as the landing page.
  • Add a "Let's Debug" button in the Home component, which redirects users to the /debug route.
  • Update the route configuration in App.js (or equivalent file) to include:
    • / → Renders the Home component.
    • /debug → Renders the existing debug component.

This will improve user experience and ensure a valid route for /. Let me know if any modifications are required!

Image


  • Yes, I am willing to Submit a PR
@naman9271
Copy link
Author

hey @Shubh942 @Niweera @sonodew please assign this issue or review it so i start working upon this

@naman9271
Copy link
Author

@Shubh942 do i make a home component in this ?

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

No branches or pull requests

1 participant