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

Navbar addition- Sylvester and Eddy #69

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Arachnidking
Copy link

These are the files for the Navbar. The changes made are the new Navbar folder in Pages. They are Navbar.jsx, Navbar.module.css, App.jsx and

Arachnidking and others added 3 commits February 24, 2024 14:24
The Navbar code(jsx,module.css) and App (jsx) update for the navbar function. Navbar(s) should be in a folder in Pages andApp.jsx needs a update for functionality
Copy link
Collaborator

@v74c63t v74c63t left a comment

Choose a reason for hiding this comment

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

Screenshot 2024-02-26 at 4 27 27 PM

These are the errors that the linter is complaining about. These should be fairly simple fixes.

Screenshot 2024-02-26 at 4 47 42 PM

You can view this information by clicking on Details.

Some changes I would suggest would be changing px to either em or rem in the css file for Navbar to make it more responsive. Also, the Navbar folder and its files should be under the Components folder, which is under frontend/src. And just wondering, are you editing the already existing App.jsx file? From this pull request, it looks like you created a new folder with the App files copied over instead of directly editing the App files under frontend/src/Pages/App. Can you copy over those changes to frontend/src/Pages/App/App.jsx instead? And move the Navbar folder into frontend/src/Components.

Lastly, can you include a image of the navbar so others reviewing the pull request can easily see what you did?

@@ -0,0 +1,4 @@
.app-page{
Copy link
Collaborator

Choose a reason for hiding this comment

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

Looks great, awesome work! Only change requested is to move this css file under the App folder in the frontend folder. And delete the extra App Folder so that this PR only has the Frontend/app folder.

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.

None yet

4 participants