J. Ryan Stinnett
491b179971
Auto-fix lint errors
1 year ago
Hubert Chathi
06ac124bab
Bump libolm dependency, and update package name.
1 year ago
Hubert Chathi
53eb0e0f26
Bump libolm dependency, and update package name.
1 year ago
Travis Ralston
a76c4ae943
Disable rageshake persistence if no logs would be submitted
...
This also delays the persistence until later in the app startup - this is fine for the reasons listed on the partner PR: https://github.com/matrix-org/matrix-react-sdk/pull/5767
Fixes https://github.com/vector-im/element-web/issues/16694
1 year ago
Šimon Brandner
4961037dbe
Remove setting languages on startup
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
1 year ago
J. Ryan Stinnett
0bbcda09af
Move into constructor
1 year ago
J. Ryan Stinnett
e077d9ca5f
Move service worker into platform
1 year ago
J. Ryan Stinnett
58eca1aa7d
Use isolated IPC API
...
This adjusts to match changes on the desktop side where we now use Electron's
context isolation feature to expose only the IPC channels and methods we
actually expect to use.
1 year ago
Šimon Brandner
ccc3038793
Don't exclude default
2 years ago
Šimon Brandner
3419140bee
Fix spelling
2 years ago
Šimon Brandner
7ae86af7df
Added loadSpellCheckLanguages() method
2 years ago
J. Ryan Stinnett
f1e89bf833
Replace various instances of Riot with Element
2 years ago
Michael Telatynski
ae8595690d
delint
2 years ago
Michael Telatynski
41738c322a
Add PWA Platform with PWA-specific badge controls
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
51dc4bbbe4
Move async components to async-components to move them out of the skin bundle
...
and s/CompatibilityPage/CompatibilityView/
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
30fa3a92f7
Implement new unsupported browser page
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
918a56d01a
don't preload error-view as we expect it to not be shown
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
cc939f9645
extract browser compatibility error handling out of app.js
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
2837c41ca4
factor out config error handling
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
4954c732ee
extract config error handling out of app.js
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
6a5268f09b
fix loadConfig
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
7633009ddb
clean up loadConfig
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
b3780445d3
fix typescript types
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
719865c033
parallel load language and theme
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
2c5664b76e
move config loading into index for parallelism
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
1b9112b876
Revert "Combine two async imports into one by way of skin.ts"
...
This reverts commit e788433c
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
e788433c24
Combine two async imports into one by way of skin.ts
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
b1575524aa
Switch things to typescript, use @types/modernizr , fix global.d.ts. Move mobile_guide redirect to index.ts
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
d429756094
delint
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
b5318b4ebc
fix global.d.ts
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
4b6164d823
iterate app load order tweaks
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
37ed89c25f
move rageshake init into init.ts to allow for code-splitting
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
7b930da343
Make app load more async
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
fd385f8450
simplify loadConfig
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
92d8ee355d
merge initial-load.ts into init.ts as its no longer used by Jitsi
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
1f94b25d25
Fix copyrights
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
6315907585
Typescript stuff.
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
6fb9fc4e6f
move loadLanguage to init.ts
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Michael Telatynski
df2b966acd
move loadOlm to init.ts
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago