A (simple, very basic) Jabber/XMPP client for KaiOS [WIP]
Go to file
Badri Sunderarajan be8d93e946
Style tweak: make all but selected list icons rounded
In our case, "list icons" usually means "avatars" so think
"rounded avatars, except the currently selected one which remains
square". This makes things look a bit more polished, but still
allow you to properly see the full avatar when you actually need
to.
2024-03-24 23:12:50 +05:30
public Tweak chat bubble selection and metadata colours 2024-03-24 21:44:39 +05:30
src Style tweak: make all but selected list icons rounded 2024-03-24 23:12:50 +05:30
.gitignore Initial commit, with basically nothing 2022-09-14 18:28:36 +05:30
COPYING Initial commit, with basically nothing 2022-09-14 18:28:36 +05:30
package.json Persist login details 2022-09-17 22:14:43 +05:30
README.md Update (or rather, create) icon 2022-09-14 19:04:49 +05:30
rollup.config.js Enable all the plugins! 2022-09-15 22:13:59 +05:30
tsconfig.json Initial commit, with basically nothing 2022-09-14 18:28:36 +05:30
yarn.lock Persist login details 2022-09-17 22:14:43 +05:30

Convo

A (simple, very basic) Jabber/XMPP client for KaiOS

Development and testing

yarn dev builds the app in watch mode and serves the site. Great for testing it out in a desktop browser.

Deploying to a device

  1. Connect your device to your computer and make sure it appears in WebIDE.
  2. yarn build
  3. In WebIDE, load the /public folder as a packaged app.

Credits and Licensing