Haad
Haad
As we start to integrate distribution builds into our build process, we should sign the builds. Can be done with this: https://github.com/electron-userland/electron-osx-sign
Currently the Electron app doesn't have tests. It should. We can use this: https://github.com/electron/spectron
Try out if right-aligned usernames look and feel nice. Put the feature behind a flag in settings. from @whyrusleeping
It would be great to be able to filter the list of peers in the swarm view. A simple input field and match should do. Eg. I input "10.5." and...
It should be possible to add markdown to messages. There isn't a implementation for proper multi-line messages atm. so this could be a limited markdown, a subset. I'm thinking the...
Orbit should have threaded conversations. This means that you should be able to "reply" to a message. I imagine this to work so that we add a "reply" button to...
The user should be able to write multi-line messages
Math.random function in BackgroundAnimation.js should use the the username as the random's seed (in LoginView). BackgroundAnimation should take a `seed` from the passed properties: ``` ``` This enables to tie...
With the uPort integration, Orbit will have a notion of _identities_ and has a default identity provider (orbit). It'd be cool if orbit's identity provider could use a Yubikey to...
Orbit supports playing media (video + audio) directly from IPFS files. However, the browser version and Electron version do it differently due to their respective platform constraints. Browser version uses...