talk-desktop icon indicating copy to clipboard operation
talk-desktop copied to clipboard

Talk Web upgrade for Talk Desktop compability

Open ShGKme opened this issue 3 years ago • 0 comments

Add a minimal amount of changes in Talk Web to make it compatible with the Talk Desktop build.

  • https://github.com/nextcloud/spreed/pull/9050
    • [x] Add IS_TALK_DESKTOP constant
    • [x] Add Electron to supported browsers / Disable browser check on Desktop
    • [x] Separate Webpack config to common and web
  • https://github.com/nextcloud/spreed/pull/9051
    • [x] Fix absolute links for conversations
  • https://github.com/nextcloud/spreed/pull/9054
    • [x] Fix the current conversation removing redirect
  • DRAFTS
    • [x] Do not reload a page on the session error handling
    • [x] Do not reload a page on the signaling error handling
  • [x] Temporary disable unsupported features
    • [x] Disable avatar contacts menu until #34 is resolved
    • [x] Disable screensharing until #11 is resolved
  • [ ] https://github.com/nextcloud/spreed/issues/8715

ShGKme avatar Feb 06 '23 19:02 ShGKme