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 edit-mode #392

Merged
merged 14 commits into from
Jul 31, 2023
Merged

Commits on Jul 28, 2023

  1. Allow renaming layers

    rafaellehmkuhl committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    d862d59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    914435e View commit details
    Browse the repository at this point in the history
  3. Allow exporting layers

    rafaellehmkuhl committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    8d4ba3f View commit details
    Browse the repository at this point in the history
  4. Allow importing layers

    rafaellehmkuhl committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    cb80be2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5bdc37 View commit details
    Browse the repository at this point in the history
  6. Refactor edit-mode layout

    In the new layout, instead of opening a auto-hiding sidebar, we minify the main view to the top-right of the screen, while making the edit-menu fixed in the left and bottom edges.
    
    In the process, we changed the entire widget managing interface:
    - The available widgets now appear on the bottom, instead of in a dropdown list, making for easier access
    - One can now rearrange the widgets by dragging and dropping
    - One can now delete and make maximize/restore the widget by easily accessible buttons on the left bar
    - The widget-edit-menu was deprecated for the two above
    - One can select the active layer/view by just clicking on it on the list
    - One can now rename the layers/views easily
    
    Overall, the new interface is much more accessible and beautiful, and at the same time adds important new features.
    
    For now, managing profiles is deprecated, as their structure will be changed soon.
    rafaellehmkuhl committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    022d7c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e206b37 View commit details
    Browse the repository at this point in the history
  8. Refactor widget drag and resize

    - Dragging now takes the widget-view size into account
    - Resizing can now be done from any widget corner, as well as the four edges
    - Grid snapping is deprecated temporaly
    rafaellehmkuhl committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    c8674ec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    16319b2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    307eb2e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e649713 View commit details
    Browse the repository at this point in the history
  12. Add default map view

    rafaellehmkuhl committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    09fb882 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cb978c0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a593be7 View commit details
    Browse the repository at this point in the history