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
817 stars 312 forks source link

fix(node-select): Display order and seperator style #2877

Closed tvdeyen closed 1 month ago

tvdeyen commented 1 month ago

What is this pull request for?

List nodes sorted by lft so they appear in nested sorted order.

Also make the node-select result list more readable and consistent.

Screenshots

Before

node-select before

After

page-nodes after node-select after

Checklist

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.93%. Comparing base (d6d1971) to head (89ad057).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2877 +/- ## ======================================= Coverage 95.93% 95.93% ======================================= Files 229 229 Lines 6224 6224 ======================================= Hits 5971 5971 Misses 253 253 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.