mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 01:11:13 -06:00
A desktop client for the Symphony Collaboration Platform built using Electron
a26a1d609c
- add basic localisation implementation for menu items - add more strings to support localisation on menus - add more strings to support localisation on menus - add all menu items for localisation - refactor i18n code - Add localization for screen picker, basic auth and notification settings child windows - Add localization bridge - add i18n support to more strings - update translations - add events to change language and redo menu template - move config update logic to windowMgr - fix linting issues and refactor - add snipping tool messages |
||
---|---|---|
build | ||
config | ||
demo | ||
installer | ||
js | ||
library | ||
locale | ||
tests | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
DEV_SETUP.md | ||
LICENSE | ||
NOTICE | ||
package.json | ||
PULL_REQUEST_TEMPLATE.md | ||
README.md |
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