Commit Graph

5 Commits

Author SHA1 Message Date
Keith Maika 9436bb9802
Applied style guide spacing. 2022-03-29 17:31:30 -04:00
Keith Maika 50c0978148
Small fixes and code cleanup
- Fix "false" showing in username field.
 - Delay showing the window until the page is rendered to prevent flashing
 - Fix various issues highlighted by Webstorm's inspections.
2022-03-29 17:30:38 -04:00
Keith Maika 2740bac95b
Remove connection manager menu option.
Converse.js now includes a connection manager option on the login form so this option is not necessary.
2022-03-26 00:24:15 -04:00
Keith Maika 4b6cf4b86a
Update to Electron 16
Re-implement tray envelope icon for unread messages.

Fix minimize on close bug.
2022-02-16 15:57:16 -05:00
JC Brand 1a62af799b Refactor converse-desktop and bump to Converse 9
This removes all AngularJS code

Angular version 1 is unmaintained and largely obsolete since years.

Additionally, I'd rather re-use the conventions and libraries from
Converse instead of having different ones in converse-desktop.

This means we're losing some functionality, such as the app settings
and the about modal.

This is unfortunate, but ideally (non-Electron) app settings should
be implemented in Converse itself and not in this repo.
2022-01-21 19:36:18 +01:00