mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-18 06:49:50 +02:00
Allow moving requests and folders to end of list
This commit is contained in:
9
src-web/components/sidebar/dnd.ts
Normal file
9
src-web/components/sidebar/dnd.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export enum ItemTypes {
|
||||
REQUEST = 'request',
|
||||
SIDEBAR = 'sidebar',
|
||||
}
|
||||
|
||||
export type DragItem = {
|
||||
id: string;
|
||||
itemName: string;
|
||||
};
|
||||
Reference in New Issue
Block a user