diff --git a/package.json b/package.json index a7b794f..ed4dcf6 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "qrcode.vue": "^3.3.3", "quasar": "^2.6.2", "reconnecting-websocket": "^4.4.0", + "sortablejs": "^1.15.0", "ts-md5": "^1.2.11", "v-viewer": "^3.0.9", "vconsole": "^3.14.6", diff --git a/src/common/EventBus.ts b/src/common/EventBus.ts index ffa7ebe..aef7b75 100644 --- a/src/common/EventBus.ts +++ b/src/common/EventBus.ts @@ -32,4 +32,5 @@ export namespace EventNamesDefine { export const CurrentConnectDisconnect = "onCurrentConnectDisconnect"; export const CurrentConnectConnected = "onCurrentConnectConnected"; export const CurrentClientChanged = "onCurrentClientChanged"; + export const DropToWall = "onDropToWall"; } diff --git a/src/pad/BottomBar.vue b/src/pad/BottomBar.vue index 4c13e52..0e8b3a6 100644 --- a/src/pad/BottomBar.vue +++ b/src/pad/BottomBar.vue @@ -44,11 +44,35 @@ - - - signal_sourcesignal_sourcesignal_sourcesignal_source + + + + + + + - singal_pollingsingal_pollingsingal_pollingsingal_polling @@ -132,14 +156,18 @@