feat: Add core queue management system with Pinia store, WebSocket integration, and dedicated pages for patient check-in and kiosk display.
This commit is contained in:
@@ -326,7 +326,7 @@ export const useQueueStore = defineStore('queue', () => {
|
||||
|
||||
const { connect, disconnect, sendViaPost, isConnected } = useWebSocket({
|
||||
url: wsBaseUrl,
|
||||
clientId: wsClientId.value,
|
||||
clientId: wsClientId,
|
||||
onOpen: () => {
|
||||
console.log('✅ [queueStore] WebSocket connected');
|
||||
isWsConnected.value = true;
|
||||
|
||||
Reference in New Issue
Block a user