nickdesaulniers / fxos-irc

IRC client for FxOS (and now desktop FF)
GNU General Public License v3.0
38 stars 13 forks source link

save entered info #69

Closed rhelmer closed 10 years ago

rhelmer commented 10 years ago

It would be nice to remember info entered like the hostname, user and list of channels, so it doesn't need to be re-entered every time.

To expose this to the UI, perhaps the line that has the "disconnect" icon and the servername could persist, and have a "dismiss" icon that removes it permanently? When disconnected, it could show a "connect" symbol.

nickdesaulniers commented 10 years ago

The username is stored in localstorage. When you disconnect explicitly from a server, the hostname is filled back in. Otherwise, this is what I describe in #49, so I'm closing this as a duplicate.