#266 A Footer for the webpage #291

Closed
b24jonel wants to merge 0 commits from #266-make-a-footer into temp-week-2-merge-branch
Collaborator

A footer has now been made which scales with the size of the main content and is always at the bottom of the page.

A footer has now been made which scales with the size of the main content and is always at the bottom of the page.
Started making the Footer.js and Footer.module.css
The footer is done, now all that needs to be done is making mockup links and headers to what the footer could link to later
Place holders are now in place
Collaborator

I have reviewed the footer implementation on the current branch.

The footer renders correctly and is visible and no errors were observed as the application builds and runs successfully.

Code review findings:

  • The footer component follows the react structure and is properly separated into its own module.
  • CSS module usage is correctly applied and layout is visually consistent on a standard desktop resolution
  • The application currently runs as expected

Improvements:

  • Responsive layout issue when reducing the browsers width the footer grid layout does not properly adapt in its current state but should be adjusted in the future. In my test 2 of the place holders were no longer visible on the smaller screen.

Issues:

  • Comments have mixed language both Swedish and English.
  • There are some slight convention problem with spaces and missing semicolons (e.g missing semicolon on import { BrowserRouter .... } ) .

Conclusion:
the implementation technically works correctly and meets the requirements so there are no blocking issues found but it requires fixing to be regarded complete.

I have reviewed the footer implementation on the current branch. The footer renders correctly and is visible and no errors were observed as the application builds and runs successfully. Code review findings: - The footer component follows the react structure and is properly separated into its own module. - CSS module usage is correctly applied and layout is visually consistent on a standard desktop resolution - The application currently runs as expected Improvements: - Responsive layout issue when reducing the browsers width the footer grid layout does not properly adapt in its current state but should be adjusted in the future. In my test 2 of the place holders were no longer visible on the smaller screen. Issues: - Comments have mixed language both Swedish and English. - There are some slight convention problem with spaces and missing semicolons (e.g missing semicolon on import { BrowserRouter .... } ) . Conclusion: the implementation technically works correctly and meets the requirements so there are no blocking issues found but it requires fixing to be regarded complete.
Collaborator

I can see that this PR has already been reviewed, but I have also gone through the implementation myself.

The footer is rended correctly and the component structure with CSS modules looks good.

As @b24krila mentioned about the screen, I guess it may be caused by the use of fixed spacing ( margin-left) together with (repeat(4, 1fr)) part in footer.js which may cause issues on smaller screens ( I guess).
The code standard is fulfilled for the most part , apart from smal syntax inconsistencies, such as missing semicolons.

Overall the implementation works and are good!

I can see that this PR has already been reviewed, but I have also gone through the implementation myself. The footer is rended correctly and the component structure with CSS modules looks good. As @b24krila mentioned about the screen, I guess it may be caused by the use of fixed spacing ( margin-left) together with **(repeat(4, 1fr))** part in footer.js which may cause issues on smaller screens ( I guess). The code standard is fulfilled for the most part , apart from smal syntax inconsistencies, such as missing semicolons. Overall the implementation works and are good!
b24johka changed target branch from team_1_week_1 to temp-week-2-merge-branch 2026-04-15 09:16:19 +00:00
Collaborator

Merged manually

Merged manually
a24timsv closed this pull request 2026-04-15 09:44:24 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
4 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Andras/BoundlessFlowCampus2K!291
No description provided.