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

chore: Upgrade Bootstrap from v4 to v5 #295

Merged
merged 9 commits into from
Aug 21, 2024
Merged

Conversation

tuliomir
Copy link
Contributor

@tuliomir tuliomir commented Aug 20, 2024

Acceptance Criteria

  • The Bootstrap framework should be upgraded from v4 to v5 ( changes )
  • There should be a minimum of visual changes

A quick visualization of the visual changes can be seen on the video below.

The tab with the green margins is the one with Bootstrap 5 running on developer localhost, while the one without the border is the existing Bootstrap 4 running on public testnet.

Screencast.from.20-08-2024.20.19.50.webm

Security Checklist

  • Make sure you do not include new dependencies in the project unless strictly necessary and do not include dev-dependencies as production ones. More dependencies increase the possibility of one of them being hijacked and affecting us.

@tuliomir tuliomir added dependencies Pull requests that update a dependency file refactor labels Aug 20, 2024
@tuliomir tuliomir self-assigned this Aug 20, 2024
@tuliomir tuliomir marked this pull request as ready for review August 21, 2024 12:13
@tuliomir tuliomir requested a review from r4mmer as a code owner August 21, 2024 12:13
@@ -165,10 +165,10 @@ function Navigation({ history }) {
</div>
</li>
</ul>
<div className="navbar-right d-flex flex-row align-items-center navigation-search">
<div className="d-flex flex-row align-items-center ms-auto navigation-search">
Copy link
Contributor

Choose a reason for hiding this comment

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

navbar-right not needed anymore?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not anymore, this behavior is now by default ( link )

I just added an utility for "margin-right: automatic" so that the search box would stay on the right.

@tuliomir tuliomir merged commit 15e2339 into dev Aug 21, 2024
1 check passed
@tuliomir tuliomir deleted the chore/upgrade-bootstrap branch August 21, 2024 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file refactor
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants