puzzle / skills

Open source skill management web application
GNU Affero General Public License v3.0
61 stars 19 forks source link

Make Buttons and Dropdowns Turbo 8 friendly #755

Open Robin481 opened 2 months ago

Robin481 commented 2 months ago

Depends on this being completed: https://github.com/puzzle/skills/issues/752

Turbo 8 adds Link-Preloading. This works perfecty fine for normal links but not for e.g. The People dropdown because those probably aren't normal links. Some dropdwon libraries have a option to display the elements as links. Maybe ours has that.

TODO: