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

Drag and drop refactor #730

Merged
merged 7 commits into from
Aug 8, 2022
Merged

Drag and drop refactor #730

merged 7 commits into from
Aug 8, 2022

Commits on Jul 29, 2022

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

Commits on Aug 3, 2022

  1. Refactor RenderPanel

    apedroferreira committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    cc53348 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c11b164 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24c4e68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef6ee80 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Prevent resizing row child element completely over adjacent element (#…

    …732)
    
    Prevent resizing row child element over adjacent element
    apedroferreira authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    8fcc7e1 View commit details
    Browse the repository at this point in the history
  2. Disallow creating columns in single-child rows (#733)

    * Disallow creating columns in single-child rows
    
    * Fix broken zone detection
    
    * Improve variable name
    
    * Improve readability and shorter variable name
    apedroferreira authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    6bf793a View commit details
    Browse the repository at this point in the history