Commit Graph

18 Commits (7b467d044d73570bf893a5c9dce56c06cfd1b8d7)

Author SHA1 Message Date
William Grant fe64b26012 feat: improved about screen info
more info and copy to clipboard
William Grant 1efc5d2beb fix: use createRoot instead of ReactDom.render
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues
Audric Ackermann 242d51ca8d
Id blinding + onionv4 + new endpoints for sogs and fileserver ()
* Added Onionv4 support to file server, sogs and pn server
* Added blinded message support
* Updated endpoints for sogs and file server to remove legacy ones
Audric Ackermann 5c9b34fb86
lint files
Audric Ackermann 475c92eeb4
migrate about_start to not use jquery
Audric Ackermann ff43cfa593 move worker_interface and logs and i18n to TS
Audric Ackermann 51575d2f56
moved views to TS but broken
Audric Ackermann 15260c9718
move logging.js to ts
audric 62f0edf8cb cleanup console.warn calls
Warrick Corfe-Tan 6da08b807c removed old log submit code.
Warrick Corfe-Tan 8180200b3a Saving logs to desktop.
Warrick Corfe-Tan ab6bccade6 Added additional information to debug logs.
Mikunj 67e2c39b96 Fix missing bytebuffer in preloads
Scott Nonnenberg b159a8d7c7 Update the user agent for debug log requests
Scott Nonnenberg 43a44793c5 Remove jshint - move everything over to eslint
Also removed all hints of previous linters
Scott Nonnenberg d8e5e5fcf2 Open separate windows with theme, update settings theme on change
Scott Nonnenberg ad4387803b New media permission, show dialog when not enabled for voice msg
UI now in separate renderer:
  - the permissions popup
  - settings dialog
  - debug log dialog
  - about window

Couple bug fixes:
  - About Window: Fix 'escape' to close window
  - Remove outdated dist/copy tasks from Gruntfile

Eslintified settings_view.js