Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add additional classes on Card to close #275 * Extend Posts Collection with Carousel support (#290) * Init #289 * Improvements on desktop and mobiles for carousel * Change arrow position and variable style on mobiles * Use columns instead of slides per row * Improve styling on mobiles * Show only next slide on mobiles * Remove spacing for dots * Remove padding left right for carousel 1 column * Fix for slider overflowig inside the editor * Fix missing padding on mobiles * DRY with slick settings * Add carousel variation for Posts Collection * Improve variation name * New conversation message when conversation ends see #296 * Adjust spacing for comments closed * Small adjustments to spacing see #296 * Consider border height for spacing top * Revert * Init * Minor improvements for grid on mobiles * Add icons * Remove markup when there is no content * Add grid to entry-content when layout is on page * Adjust content start and end variables * Improve comments for CSS grid * Fix specificity problem and improve group block position * Add contente center column * Some tweaks for editor styling * overall improvements for layout block on frontend and editor * Code cleanup and refactoring * Change block mark-up and improve default behaviour * Change on some controls and improve css specificity * Update block name * Replace layout with sidecar and simplify block settings see #303 * More refactoring for new block name and fix complex layout * Fix sticky block * Adjustments to how we check overlapping blocks * Cleanup in breaking alignemnts * Performance improvements on mobile * Apply break classes only if sidebar existy * Do not add break classes on ignored blocks * Improve comments * Minor copy improvement * Align grid items at start * Improve item overlapping logic on complex layout * Change the way we handle sidecars without sidebar content * Rename breaking classes * Improve variables names * Minor changes to sidecar -wd variable when there is no content in sidebar * More comments to help future me * Fix pull left and right in breaking blocks * Add new lines to ws and we plus new comments for this scenarior * New way to align grid items * Apply new alignment options * A lot of improvements for Sidecar new logic * Apply correct formula to wide width * More cleanup * Some cleanup inside the editor * Use debounce when checking breaking blocks * Fix error * Minor * Better checcking * Remove wrong logic for removing nocolissionclass * Major improvs for JS * Improve pull items on mobile * Changes for editor * Updated outlines for Sidecar block * Progress on editor * Improvements for editor * Minor * Improve alignments inside articles * Use rem for gap size * Rename large to medium * Consider grid gap on content width * Cleanup and some comments * More cleanup * Consider gap on minimum sidebar width * Come back to old functionality of grid * Cancel resizable component for images inside editor * Remove console.log * Some details plus remove some garbage * More cleanup * Fix z-index on frontend * More z-index fixes inside the editor * Better offset width values * Change default to medium sidebars * Overall improvements for block alignments * Apply new rules for alignments * Use has-sidebar class * Consider sidebar and side spacings when we do the math * Fix sidebar sizing in editor * Fix specitificity issue * Unify font size multiplier * Fix z-index * Improve sidebar size logic * Fix typo * Remove sticky block inside editor * Add margin on sidebar on mobile * Remove unused z-index * Remove font size modifier on group inside collection * More improvements to comments * Minor fix for alignments * Comment sidecar in sidecar for the moment * Make sure every block is 100% width inside sidecar * Apply 100% on all blocks inside novablocks-content * Fix width * Do not apply offset when we have has-sidebar * Minor * Minor * Remove two sidebar template and add new block appender * Adjustments to offset * Increase default grid-gap * Collection title should be 100% inside the editor * Use new container width var * Minor * Remove gap after we removed sidebar columns * Revert Slideshow block commit * Some cleanup and code formatting * First attempt to simplify code * More simplification to for overlapping logic * Replace Customify option name * Extend Header Block on Articles (#305) * Add new features to sticky header on articles * Apply next and reading header on Simple header layout * Minor changes to header block * Improve header overflow on reading * Improve PHP markup to use underscore pattern * Fix header overflow on header with one row * Update package-lock * Bump version to 1.11.0 * Update comments * Minor * Remove opentable z-index * Set default display mode to block * Show reading bar only on posts * Remove and fix comment line * Add helper for sticky option in Sidecar * Fix comment number * Sidebar left class as const * Rename align_classes with class * Use const when overwriting is not needed * Do not init sticky row on every scroll * Remove code that will be available in the next release * Move block limits in block content alignments * Move some header function in extras * Move sidecar area preview inside blockedit * Remove alignments for complex layout * Remove is selected on Group inside controls * Remove redundant Fragment * Improve header php functions * Minor * Recalculate overlapped block inside overlappinglbocks loop * Show reading header only on articles * Remove garbage function * Update readme.txt * Hide sticky blocks when overlapping other blocks (#317) * Hide sticky blocks when overlapping other blocks * Minor Co-authored-by: madalingorbanescu <[email protected]> Co-authored-by: Madalin Gorbanescu <[email protected]> Co-authored-by: George Olaru <[email protected]> Co-authored-by: Razvan Onofrei <[email protected]> Co-authored-by: Madalin Gorbanescu <[email protected]> Co-authored-by: George Olaru <[email protected]> Co-authored-by: Razvan Onofrei <[email protected]>
- Loading branch information