mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
628b05d46be9a2eab2c5864e8265ba91b7269bf2
* ELECTRON-788: clean cache on bad exits A few customers have reported that the cache gets corrupted when the app is not exited cleanly. And, upon the next start, we get cache_read_failures. This fix adds an extra check during startup and exit to check if the app was exited cleanly and deletes the corrupted cache folder accordingly during startup. * ELECTRON-788: add menu item, use electron session cache clear logic Adds a new menu item to clear cache and reload the app. Also remove the old logic of deleting the cache folder manually and use electron session api to clear the cache. * ELECTRON-788: refactor code
SymphonyElectron
About:
SymphonyElectron is a desktop client of the Symphony Communication Platform built for macOS, Windows 10 and Windows 7. We've built this using the popular electron framework to support cross platform desktop apps loaded in a chromium container
Project Goals:
Our goal is to improve the performance and development agility of Symphony's desktop wrapper and build a path to support other wrappers by:
- Standardizing the JS to native interfaces
- Standardizing the app to app interfaces (current embedding API)
- Provide an open and free reference implementation that anyone can contribute to, modify, and make derivative works.
In order to achieve those goals Symphony is participating and working in close collaboration with the Foundation Desktop Wrapper Working Group
Development Setup & Running
Read Dev Setup
Languages
TypeScript
56.2%
C#
26.9%
Rich Text Format
5.7%
Less
3.4%
HTML
3.2%
Other
4.5%