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 to Lektor-Icon 3.x w/Bootstrap 5 & fix other issues #224

Merged
merged 5 commits into from
Mar 5, 2024

Conversation

conradolandia
Copy link
Contributor

This pull request aims to fix all the possible issues remaining in website-spyder after the last merge of Bootstrap 5 in lektor-icon.

@conradolandia conradolandia marked this pull request as ready for review February 17, 2024 02:55
@CAM-Gerlach CAM-Gerlach changed the title Fixes needed after upgrading Lektor-Icon to Bootstrap 5 Upgrading Lektor-Icon to Bootstrap 5 and fix additional issues Feb 19, 2024
@CAM-Gerlach CAM-Gerlach changed the title Upgrading Lektor-Icon to Bootstrap 5 and fix additional issues Upgrade Lektor-Icon to Bootstrap 5 and fix additional issues Feb 19, 2024
@CAM-Gerlach CAM-Gerlach changed the title Upgrade Lektor-Icon to Bootstrap 5 and fix additional issues Upgrade to Lektor-Icon 3.x w/Bootstrap 5 & fix other issues Feb 19, 2024
@CAM-Gerlach CAM-Gerlach self-requested a review February 19, 2024 05:45
Copy link
Member

@CAM-Gerlach CAM-Gerlach left a comment

Choose a reason for hiding this comment

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

A few comments so far:

  • Seems like we're missing one col-md-4 in the custom CSS, and might be worth double-checking for anything else that was missed (though nothing stood out to me inspecting the remaining selectors)
  • The layout and sizing of the plugins gallery items has substantial differences; the live site has its three items expand to fill the full column, while in this PR they remain the same size, and additionally in this PR the second has a large bottom margin, versus zero here. I'm not seeing any custom CSS or JS for this, so we probably missed it in the theme due to not carefully checking the case of N_gallery items % 4 not equal 0 with the final version at large sizes, which differs between the Spyder and demo sites.
  • Not sure how easily fixable it is here, but as a consequence of the impacts to Stellar with the theme changes, the hero graphic is scaled smaller and has much more bottom margin than before, which doesn't look as good.
  • The hero image change is unrelated to the theme changes, so it should be in a separate PR (like the logo change, etc)

@conradolandia
Copy link
Contributor Author

Oh yeah, I'm not done yet.

@CAM-Gerlach
Copy link
Member

Oh, oops—you'd marked this "Ready for Review", so I'd assumed it was ready sorry.

@conradolandia
Copy link
Contributor Author

I should have left it as draft... my apologies.

- Fix regressions with css change on lektor-icon
@conradolandia
Copy link
Contributor Author

This PR is ready for review, but requires merging of lektor-icon's PR 29 to be complete.

@conradolandia conradolandia marked this pull request as ready for review February 27, 2024 23:18
Copy link
Member

@CAM-Gerlach CAM-Gerlach left a comment

Choose a reason for hiding this comment

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

LGTM now, everything is fixed so I think we can merge this. Thanks @conradolandia !

@CAM-Gerlach CAM-Gerlach merged commit d114024 into spyder-ide:master Mar 5, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants