Pandora User
- -Select a contact to view the conversation or start a new chat.
-diff --git a/.gitignore b/.gitignore
index 819f592..97aca2e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,29 +1,2 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-.DS_Store
-
-# Generated by package manager
-node_modules/
-
-# Generated by Cordova
-/plugins/
-/platforms/
-
-pandora.apks
-/android/app/build/
-test-upload-key.jks
+.env
+node_modules
\ No newline at end of file
diff --git a/.nojekyll b/.nojekyll
deleted file mode 100644
index e69de29..0000000
diff --git a/README.md b/README.md
deleted file mode 100644
index f310aab..0000000
--- a/README.md
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-Pandora is an open-source web client for the WAHA API.
-
-## Features
-- [x] Contact list1
-- [x] Chat screen2
-- [x] Sending messages
-- [ ] Sending polls
-- [X] Receiving messages (WebSocket)3
-- [ ] Receiving polls
-- [ ] Answering polls
-- [ ] Sending audio messages
-- [x] Sending attachments (sends image/video as such)4
-- [x] Notification sound5
-- [ ] Browser notification
-- [x] Download attachments
-- [x] Automatically download images6
-- [X] Local message storing
-- [ ] Message encryption
-- [ ] Light theme
-- [X] Custom wallpaper
-
-1. Does not show contact name in any engine other than WEBJS
-2. Loads the last 40 messages
-3. Will not contain contact name in groups if you're in any engine other than WEBJS
-4. You will receive a duplicate of your attachment in any engine other than WEBJS
-5. Allow autoplay to avoid blocking
-6. Only on WEBJS engine
-
-## Setup
-1. Check [WAHA Docs](https://waha.devlike.pro/docs/) to setup WAHA
-2. Serve Pandora in any HTTP server. The GitHub Pages for this repository will only work for WAHA servers over HTTPS (due to mixed content)
-3. It works better with WEBJS engine.
-4. Access Pandora and change the server address, session and API key to match your server
-5. You should probably be good to go
-
-## Frequently Asked Questions
-
-### Why?
-Because WhatsApp won't run on my LineageOS. Seems like the APK from WhatsApp's own website doesn't count official.
-Sadly there are places in the world where you need this bullshit application to be a functional human being.
-
-### Will this get me banned?
-It's against WhatsApp TOS, though it mocks message typing and should not be able to be identified so easily. I haven't got myself nor heard anyone getting in trouble for using WAHA correctly.
-
-### How it works
-Pure magic. (Mocks a WhatsApp Web session)
diff --git a/fonts/selawk.ttf b/fonts/selawk.ttf
deleted file mode 100644
index 736bac3..0000000
Binary files a/fonts/selawk.ttf and /dev/null differ
diff --git a/fonts/selawkb.ttf b/fonts/selawkb.ttf
deleted file mode 100644
index 2134a76..0000000
Binary files a/fonts/selawkb.ttf and /dev/null differ
diff --git a/fonts/selawkl.ttf b/fonts/selawkl.ttf
deleted file mode 100644
index cbfaaf9..0000000
Binary files a/fonts/selawkl.ttf and /dev/null differ
diff --git a/fonts/selawksb.ttf b/fonts/selawksb.ttf
deleted file mode 100644
index 5ec501d..0000000
Binary files a/fonts/selawksb.ttf and /dev/null differ
diff --git a/fonts/selawksl.ttf b/fonts/selawksl.ttf
deleted file mode 100644
index bc3fa08..0000000
Binary files a/fonts/selawksl.ttf and /dev/null differ
diff --git a/icon-192.png b/icon-192.png
deleted file mode 100644
index 1aa462a..0000000
Binary files a/icon-192.png and /dev/null differ
diff --git a/icon-512.png b/icon-512.png
deleted file mode 100644
index 06df20e..0000000
Binary files a/icon-512.png and /dev/null differ
diff --git a/index.html b/index.html
deleted file mode 100644
index 1f455f7..0000000
--- a/index.html
+++ /dev/null
@@ -1,173 +0,0 @@
-
-
-
Select a contact to view the conversation or start a new chat.
-Pandora User
- -Connection to WAHA failed.
-- Ensure WAHA server is running and CORS is enabled, or click Settings to configure. -
-${error.message}
-Connection to WAHA failed.
++ Ensure WAHA server is running and CORS is enabled, or click Settings to configure. +
+Select a contact from the sidebar to view the conversation or start a new chat. Your chats are synced directly with the WAHA API backend.
+