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

Moved the link dialog partials into view components #2766

Merged
merged 3 commits into from
Mar 5, 2024

Commits on Mar 4, 2024

  1. Moved the link dialog partials into view components

    Try to migrate the link dialog partials into view component to make it easier extendable and lesser repetitive.
    sascha-karnatz committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    908cb13 View commit details
    Browse the repository at this point in the history
  2. Add link dialog tab - configuration

    Provide a configuration to configure the tabs in the link dialog. It is now possible to add new tabs without overwriting or defacing the Admin UI.
    sascha-karnatz committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    973286c View commit details
    Browse the repository at this point in the history
  3. Add tabs component to LinkDialog

    Move the last piece of the link view to a view component and remove the original view.
    sascha-karnatz committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e1c200e View commit details
    Browse the repository at this point in the history