AlchemyCMS / alchemy_cms

Alchemy is the Open Source Rails CMS framework for the component based web that can be used as classic server side rendered or headless CMS.
https://www.alchemy-cms.com
BSD 3-Clause "New" or "Revised" License
829 stars 313 forks source link

Move logic from link dialog - Javascript onto the server #2756

Closed sascha-karnatz closed 5 months ago

sascha-karnatz commented 6 months ago

What is this pull request for?

  1. Use our default page selector also in link dialog. Let the controller resolve the page url and prefill the page selector to reduce the amount of necessary Javascript.
  2. Moved the link dialog partials into view components to make it easier to maintain and extend the link dialog view
  3. add new anchor select - component

Checklist

sascha-karnatz commented 6 months ago

I extracting part of these PR into multiple, smaller Pull Requests.

sascha-karnatz commented 5 months ago

Closed in favor of #2796