igniterealtime / pade

Pàdé (Yoruba word for Meet) is a browser extension (Chrome/Edge) based unified communications desktop client for Openfire.
https://igniterealtime.github.io/pade/
Apache License 2.0
105 stars 47 forks source link

Add clear and refresh icons to Converse toolbar #135

Closed deleolajide closed 5 years ago

deleolajide commented 5 years ago

Pàdé shows message age in Converse via a plugin, but the value shown is only related to the first opening of the converse chat.

It does not continuously refresh because all the hooks required to detect room switching are not yet implemented. As a work-around, provide a refresh icon on the toolbar.

Over time, localStorage of chat history becomes large and make Converse unresponsive with many groupchat conversations open. Also, when the 5MB browser limit is hit, local chat history logging stops.

The /clear command can be used to free local chat history. Make this feature available as an icon on the toolbar as well.

deleolajide commented 5 years ago

Done. Available in version 1.1.1

image