Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Feature/#30 Use JS functionality in previews #38

Merged
merged 4 commits into from
Dec 15, 2017

Conversation

Quicksaver
Copy link
Contributor

@Quicksaver Quicksaver commented Oct 9, 2017

Closes #30 - Use JS funcionality in previews

  • Moved functions related to the header from main.min.js (jQuery/JS) into TopHeader.jsx (react-friendly JS), such as the logo being visible after scrolling, and the header background change (not visible in Besugo's styleguide out-of-the-box).
  • Reorganized the CSS a bit, just because.

Notes

The main.min.js file still exists and will still be needed on every project most likely.

This means that porting the specific functions in this PR in other projects should "just work", but every project will have to be done on a case-by-case basis, meaning that each specific functionality (that should exist in the previews of course) will have to be ported individually.

For instance, in PWiT, we might leave the filters functionality in main.min.js, since it won't be needed in any preview page. But we will definitely need to port a lot of functions in UHUB, such as the extras and related stuff.

@Quicksaver Quicksaver requested a review from jolidog October 9, 2017 17:16
@jolidog jolidog merged commit 0893d33 into develop Dec 15, 2017
@jolidog jolidog deleted the feature/#30_js_in_previews branch December 15, 2017 14:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants