FuzzySort: replaced JS helper by a proper component so it can be used from plugins without any wrapper.

This commit is contained in:
Lemmy
2026-01-10 00:24:37 -05:00
parent 8ad19e0a4f
commit 8636e5be1d
10 changed files with 738 additions and 693 deletions
-1
View File
@@ -4,7 +4,6 @@ import QtQuick.Controls
import QtQuick.Layouts
import Quickshell
import Quickshell.Io
import "../Helpers/FuzzySort.js" as FuzzySort
import qs.Commons
import qs.Widgets