orbit icon indicating copy to clipboard operation
orbit copied to clipboard

A distributed, serverless, peer-to-peer chat application on IPFS

Results 64 orbit issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted
Difficulty: Medium

The user should be able to write multi-line messages

enhancement
help wanted
Difficulty: Medium

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...

enhancement
help wanted
Difficulty: Easy

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...

enhancement
help wanted
Difficulty: Medium

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...

enhancement
help wanted
Difficulty: Hard

It should be possible to send a direct message to a user. Ie. 1-to-1 conversations. 1-to-1 conversations could be prefixed with '@' instead of '#' (channel). These could be expressed...

enhancement
help wanted
Difficulty: Medium

It would be great to have a light color scheme for Orbit. This could be an inverse of the current color scheme. The user should be able to choose between...

enhancement
help wanted
Difficulty: Medium

We should have a CLI for Orbit. This can be done by wrapping src/Orbit.js.

help wanted
Difficulty: Medium

Reflux 0.5 will bring ES6 Stores and simplify the Stores even further. We need to refactor all stores to use the new syntax. More info: https://github.com/reflux/refluxjs#react-es6-usage

help wanted
Difficulty: Medium
refactor

The Electron apps' dock icon should display a notification indicator when new messages or highlights appear and the app is unfocused. These can be dig out from the UI's internal...

enhancement
help wanted
Difficulty: Easy