talk-desktop
talk-desktop copied to clipboard
💬💻 Nextcloud Talk Desktop Client Preview
`@talk` alias is used to include Talk source code into build. It is set with ENV variable, but IDEA (WebStorm, PhpStorm) cannot analyze the config and resolve imports of the...
Currently server styles and themes are always requested from the server on initialization. Caching them in a service worker with update after launch would increase app startup time.
Talk Web works only on webpage and online. A desktop app may be opened offline and stay open for a long time. - [ ] Work offline - show offline...
- [ ] Add backend API for storing, reading and updating application-level settings - [ ] Add IPC API to use settings in the frontend - [x] Add Talk Frontend...