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

Upgrade bootstrap version from 3 to 5 #398

Merged
merged 19 commits into from
Sep 15, 2023

Conversation

DomGarguilo
Copy link
Member

@DomGarguilo DomGarguilo commented Aug 29, 2023

Partially addresses #394

Upgrades the bootstrap version from 3.3.7 to 5.3.1

A lot of classes have changed between versions and some new css was added to maintain the styling after upgrading to version 5.

Here are some screenshots showing various pages before and after these changes. I will replace each image with a new screenshot if I end up making more changes.

Current:
Screenshot from 2023-08-28 16-28-25
New with these changes:
Screenshot from 2023-08-28 16-23-53

Current:
Screenshot from 2023-08-28 16-28-36
New with these changes:
Screenshot from 2023-08-28 16-24-06

Current:
Screenshot from 2023-08-28 16-25-28
New with these changes:
Screenshot from 2023-08-28 16-21-33

Current:
Screenshot from 2023-08-28 16-25-56
New with these changes:
Screenshot from 2023-08-28 16-21-40

Current:
Screenshot from 2023-08-28 16-26-05
New with these changes:
Screenshot from 2023-08-28 16-21-43

Current:
Screenshot from 2023-08-28 16-26-25
New with these changes:
Screenshot from 2023-08-28 16-22-08

Current:
Screenshot from 2023-08-28 16-26-52
New with these changes:
Screenshot from 2023-08-29 12-55-39

Current:
Screenshot from 2023-08-28 16-27-02
New with these changes:
Screenshot from 2023-08-29 12-55-46

Current:
Screenshot from 2023-08-28 16-27-13
New with these changes:
Screenshot from 2023-08-29 13-25-39

Current:
Screenshot from 2023-08-28 16-27-39
New with these changes:
Screenshot from 2023-08-28 16-23-00

Current:
Screenshot from 2023-08-28 16-28-02
New with these changes:
image

Current:
Screenshot from 2023-08-29 13-35-36
New with these changes:
Screenshot from 2023-08-29 15-10-09

@DomGarguilo DomGarguilo self-assigned this Aug 29, 2023
_includes/nav.html Outdated Show resolved Hide resolved
css/accumulo.scss Show resolved Hide resolved
pages/contact-us.md Outdated Show resolved Hide resolved
pages/contact-us.md Outdated Show resolved Hide resolved
pages/downloads.md Show resolved Hide resolved
@DomGarguilo DomGarguilo linked an issue Aug 30, 2023 that may be closed by this pull request
6 tasks
@DomGarguilo
Copy link
Member Author

DomGarguilo commented Aug 31, 2023

Removing "WIP" as I think I've done everything that I can tell needs to be done for this upgrade. All screenshots should be current so if anything looks off let me know.

The last thing was fixing the navbar which turns into a dropdown on small screens. This was fixed in 254cd06.

main:
boostrap3 collapse

with these changes:
boostrap5 collapse

@DomGarguilo DomGarguilo changed the title WIP Upgrade bootstrap version from 3 to 5 Upgrade bootstrap version from 3 to 5 Aug 31, 2023
@DomGarguilo DomGarguilo marked this pull request as draft September 1, 2023 14:27
@DomGarguilo DomGarguilo marked this pull request as ready for review September 1, 2023 17:18
Copy link
Member

@ctubbsii ctubbsii left a comment

Choose a reason for hiding this comment

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

Overall, looks good, but I would suggest trying to preserve the previous structure of the downloads page buttons, because I think the changes here will cause the buttons to wrap more poorly than they currently do. I remember spending a lot of effort to get them to wrap just right, so everything looked good on mobile (or just small screens) and on a regular sized screen, and I think some of the structural changes to the div tags breaks some of that.

Everything else on the site seems good, though.

pages/downloads.md Outdated Show resolved Hide resolved
pages/downloads.md Outdated Show resolved Hide resolved
pages/downloads.md Outdated Show resolved Hide resolved
pages/downloads.md Outdated Show resolved Hide resolved
@DomGarguilo DomGarguilo merged commit 6c8de39 into apache:main Sep 15, 2023
1 check passed
@DomGarguilo DomGarguilo deleted the upgradeBootstrap branch September 15, 2023 12:51
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.

Update javascript and css resources
2 participants