Skip to content

fix(ui): clean up projects page#137

Open
danielnaab wants to merge 1 commit intomainfrom
fix/projects-page-cleanup
Open

fix(ui): clean up projects page#137
danielnaab wants to merge 1 commit intomainfrom
fix/projects-page-cleanup

Conversation

@danielnaab
Copy link
Copy Markdown
Member

Summary

  • Removed redundant breadcrumb that displayed "Projects" directly above the <h1>Projects</h1> heading
  • Added a "New Project" button for logged-in users, consistent with the owner profile and dashboard pages

Test plan

  • Visit /projects while logged out — no "New Project" button visible
  • Visit /projects while logged in — "New Project" button appears, links to /new
  • Confirm only one "Projects" heading (no breadcrumb duplication)

…ojects page

The breadcrumb showed "Projects" directly above the h1 "Projects", creating
a visual stutter. Removed it since this is the top-level page with no parent
navigation. Added a "New Project" button (visible to logged-in users) consistent
with the owner profile and dashboard pages. Updated tests accordingly.
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.

1 participant