distantnative / retour-for-kirby

Kirby CMS plugin to manage redirects and track 404s right from the Panel
https://distantnative.com/retour-for-kirby/
MIT License
135 stars 15 forks source link

Not possible to edit redirects path in drawer #222

Closed chrfickinger closed 3 years ago

chrfickinger commented 3 years ago

If the input field for the path is filled with the domain <span class="k-input-before"></span>, there is not enough space to see the entry and edit it reasonably (see screenshot).

screenshot

distantnative commented 3 years ago

This seems to me like an issue of the Kirby core, not this plugin. Created an issue over there.

chrfickinger commented 3 years ago

But is it really necessaray to show always the complete domain here? It should be always the same, so actually it'S not really needed here no matter how long the domain entry is. We have sometimes very long entries, for our case it would me much better to have a field width of 1/1 instaead of 1/2

distantnative commented 3 years ago

When I started with Retour, I didn't have it in and I got multiple requests to show it to make clearer what the paths would be (and that you don't need to include the domain yourself).

However, I will make those first two field 1/1 and I'll also strip any http:// and www. from the beginning of the domain.

chrfickinger commented 3 years ago

Thank you! I think a 1/1 field helps a lot :-)

distantnative commented 3 years ago