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

Issue #11 🎫: Navigation bar #20

Merged
merged 15 commits into from
Dec 20, 2023
Merged

Issue #11 🎫: Navigation bar #20

merged 15 commits into from
Dec 20, 2023

Conversation

ITurres
Copy link
Collaborator

@ITurres ITurres commented Dec 20, 2023

Pull Request Summary for Issue #11 Completion

🛑 Note: Files and Commits from the previous PR (not yet approved) will be listed as well.

Commits of the changes that were made to complete the issue:

  • dc2d6f3 Chore: Add project favicon, logo, images-file.

  • 3559ef3 Add '_navbar' layout partial.

  • 25e1ab3 Feat: add favicon and render 'navbar' partial on application layout.


Added:

/app/assets/images/recipes-app-logo-png-favicon.png

  • This is the favicon for the app.

/app/assets/images/recipes-app-logo-png-large.png

  • This is the logo for the app when use as a banner or in a large container.

/app/assets/images/recipes-app-logo-png-small.png

  • This is the logo for the app when use as a small icon.

/app/views/layouts/_navbar.html.erb

  • I have added this new layout partial to render the navbar. Which will contain the logo, and conditionally render the login and logout buttons, as well as the My-Recipes, Foods-List and Shopping-List links.

  • The Public-Recipes link will render regardless of the user being logged in or not.

  • 🛑 Note: My-Recipes, Foods-List and Shopping-List links point to root_path for the moment.


Modified:

/app/views/layouts/application.html.erb

  • I have added the navbar partial to the application layout.
  • The app favicon is now rendered in the head tag.

Thank you for reviewing this PR. Feel free to reach out on Slack as Arturo (Arthur) Emanuel Guerra Iturres for any queries or further assistance. 🌟

@ITurres ITurres added enhancement New feature or request UI Views and Interfaces labels Dec 20, 2023
@ITurres ITurres self-assigned this Dec 20, 2023
@ITurres ITurres linked an issue Dec 20, 2023 that may be closed by this pull request
Copy link
Owner

@demesameneshoa demesameneshoa left a comment

Choose a reason for hiding this comment

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

STATUS: APPROVED 🟢

Hi @ITurres 👋,

Your ticket 🎟️ is complete! There is nothing else to say other than... it's time to merge it :shipit:
Congratulations! 🎉

To Highlight 🎉

  • Good job with Navbar. ✔️
  • PR has a good title and summary. ✔️

Cheers and Happy coding!👏👏👏

Feel free to leave any questions or comments in the PR thread if something is not 100% clear. Please, remember to tag me with @demesameneshoa in your question so I can receive the notification.

@demesameneshoa demesameneshoa merged commit 67e7fb1 into dev Dec 20, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request UI Views and Interfaces
Projects
Development

Successfully merging this pull request may close these issues.

[3pt] - Navbar Menu (_partial)
2 participants