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

211 navigation button #214

Merged
merged 4 commits into from
Dec 1, 2023
Merged

211 navigation button #214

merged 4 commits into from
Dec 1, 2023

Conversation

jandsonrj
Copy link
Member

  1. Return Arrow: Now, each page has a directional arrow that allows the user to easily return to the previous page. This provides more intuitive and efficient navigation.

  2. Dynamic Breadcrumbs: We have introduced a system of "breadcrumbs" on every page, displaying the navigation hierarchy. This includes a link to the home page followed by a trail indicating the user's current location. For example, "Home / Current Page". This addition makes it easier to understand the user's position on the website and allows for more contextualized navigation.

@jandsonrj jandsonrj added the enhancement Feature improvement label Nov 29, 2023
@jandsonrj jandsonrj linked an issue Nov 29, 2023 that may be closed by this pull request
2 tasks
Copy link

codecov bot commented Nov 29, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3b1f5d1) 73.13% compared to head (bfef4a4) 73.13%.
Report is 10 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #214   +/-   ##
=======================================
  Coverage   73.13%   73.13%           
=======================================
  Files          24       24           
  Lines         830      830           
=======================================
  Hits          607      607           
  Misses        223      223           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@gschwend gschwend left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on localhost

@jandsonrj jandsonrj merged commit 4f63d5c into main Dec 1, 2023
5 checks passed
@jandsonrj jandsonrj deleted the 211-navigation-button branch December 1, 2023 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

navigation button
3 participants