]> BookStack Code Mirror - bookstack/commit
Sorting: Added sort set form manager UI JS
authorDan Brown <redacted>
Tue, 4 Feb 2025 15:14:22 +0000 (15:14 +0000)
committerDan Brown <redacted>
Tue, 4 Feb 2025 15:14:22 +0000 (15:14 +0000)
commitd28278bba63eaa13d7ab691379b4b741c1fb83e6
tree679214e23e06868eabbeb4f246ccc6a355e1c012
parentbf8a84a8b1dd02578e6b5e2b39882902809f112a
Sorting: Added sort set form manager UI JS

Extracted much code to be shared with the shelf books management UI
13 files changed:
app/Sorting/SortSet.php
app/Sorting/SortSetOperation.php [moved from app/Sorting/SortSetOption.php with 82% similarity]
lang/en/settings.php
package-lock.json
package.json
resources/js/components/index.ts
resources/js/components/shelf-sort.js
resources/js/components/sort-set-manager.ts [new file with mode: 0644]
resources/js/services/dual-lists.ts [new file with mode: 0644]
resources/sass/_components.scss
resources/views/settings/sort-sets/parts/form.blade.php
resources/views/settings/sort-sets/parts/operation.blade.php [new file with mode: 0644]
resources/views/shelves/parts/form.blade.php