diff --git a/README.md b/README.md index 9959683..d02e1d2 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,7 @@ -# foundation-vue +# Syng web client -This template should help get you started developing with Vue 3 in Vite. +This is the web client for [Syng](https://github.com/christofsteel/syng) -## Recommended IDE Setup - -[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin). - -## Customize configuration - -See [Vite Configuration Reference](https://vitejs.dev/config/). - -## Project Setup - -```sh -npm install -``` ### Compile and Hot-Reload for Development diff --git a/src/App.vue b/src/App.vue index 2883b6d..995b5e3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -264,10 +264,8 @@ function joinRoom() { } else { state.value.join_msg = "No such room!
" + "Please use the correct room code your organizer provided you.
" + - "To host your own syng powered karaoke parties, please download and " + - "install Syng and run it with
syng-client " + 
-                state.value.server + "
" + "To host your own syng powered karaoke events, please download and " + + "install Syng" if(state.value.joined) { state.socket.disconnect() setTimeout(() => connect(), 2000)