You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the context of: "Reduce JS libs dependencies via HTMX" #2735 it is further proposed that we replace (bit by bit) our JQuery use with Alpine.js. Thanks to @FroggyFlox for some background research and for proposing this move.
Alpine is a rugged, minimal tool for composing behavior directly in your markup. Think of it like jQuery for the modern web. Plop in a script tag and get going.
Alpine is a collection of 15 attributes, 6 properties, and 2 methods.
As our current testing phase draws to an end (see: GitHub Milestone: https://github.com/rockstor/rockstor-core/milestone/27) we plan to address an update to our front-end dependencies during the next testing phase. This issue could be considered as part of that phase.
The text was updated successfully, but these errors were encountered:
In the context of: "Reduce JS libs dependencies via HTMX" #2735 it is further proposed that we replace (bit by bit) our JQuery use with Alpine.js. Thanks to @FroggyFlox for some background research and for proposing this move.
From: https://alpinejs.dev/
As our current testing phase draws to an end (see: GitHub Milestone: https://github.com/rockstor/rockstor-core/milestone/27) we plan to address an update to our front-end dependencies during the next testing phase. This issue could be considered as part of that phase.
The text was updated successfully, but these errors were encountered: