fix: replace event ranking drag-and-drop with add/reorder buttons
SortableJS duplicated and mis-ordered events; buttons keep rank in C# and drop the unused BlazorSortableList package. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
using BlazorSortableList;
|
||||
using Core.Entities;
|
||||
|
||||
namespace WebApp.Models;
|
||||
|
||||
/// <summary>
|
||||
/// Class SharedSortableListGroup.
|
||||
/// Used for BlazorSortableList
|
||||
/// </summary>
|
||||
internal class SharedSortableListGroup : MultiSortableListGroup<EventDefinition>
|
||||
{
|
||||
public SharedSortableListGroup(Action refreshComponent)
|
||||
: base(refreshComponent)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user