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

refactor(editor-container): replace with more generic action-pane #400

Merged
merged 3 commits into from
Nov 30, 2021

Commits on Nov 26, 2021

  1. feat: add action-pane component

    The new action-pane component is the extraction of the pure user interface part of the old editor-container component, meant to replace the latter while being usable in a more generic way.
    ca-d committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    6c22d3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00457f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. refactor(zeroline): use action pane (#399)

    * refactor(zeroline): allow adding child elements to action-pane
    
    * style(action-pane): adapt styling
    
    * test(action-pane): add unit tests
    JakobVogelsang committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    b3ddb46 View commit details
    Browse the repository at this point in the history