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

New responsive breakpoint #484

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

New responsive breakpoint #484

wants to merge 4 commits into from

Commits on Dec 31, 2023

  1. Info boxes

    - Fadd more responsive state to this partial
    elad2412 committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    842c226 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Responsive Design

    - Seperated first responsive breakpoint into 2 breakpoints
    - update partials, that change won't break a thing. In general, every target break1 target now break1 & break2.
    
    Only thing can affect:
    1. aw-is-only-tablet now affect break2(new) and break3
    2. aw-is-only-mobile affect only break1, before affect the ratio of break2(was combined)
    3. aw-is-not-mobile hide now only break1 without the break2 (that was include in break1-before)
    
    Utility classes, kapt most the same names, beside small naming changes, in order to no interfere with small bug that can popup from this change
    elad2412 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    efac490 View commit details
    Browse the repository at this point in the history
  2. - minor lint fixes

    elad2412 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    4925627 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    8cc7993 View commit details
    Browse the repository at this point in the history