Commit Graph

23 Commits

Author SHA1 Message Date
Lukas
1c9caa690a
Enable screensharing in desktop app (#2042)
* enable screensharing in desktop app

* add source picker

* update dependencies

* improve source picker

* improve source picker

* update thumbnails

* decrease thumbnail size

* revert unnecessary changes in screen sharing store

* fix types and eslint

* fix prettier

* remove unused import
2022-04-25 14:46:20 +02:00
Anbraten
03edc197d3
fix desktop app releasing (#2116)
* fix app releasing

* fix sed for macos

* fix setting app version on all oses
2022-04-25 10:18:13 +02:00
Alexis Faizeau
d1e8243c47
Zod EVERYWHERE (#2027)
* Zod EVERYWHERE

* Add no-unused-vars rule to eslint in front

* Add no-unused-vars rule to eslint in pusher

* Add no-unused-vars rule to eslint in back

* Remove unused PlayerTexture guards

* Fix data providing on room connection

Co-authored-by: Alexis Faizeau <a.faizeau@workadventu.re>
2022-04-12 14:21:19 +02:00
dependabot[bot]
fd7a86efa6 Bump minimist from 1.2.5 to 1.2.6 in /desktop/electron
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 15:19:35 +02:00
dependabot[bot]
ba68623e6f Bump plist from 3.0.4 to 3.0.5 in /desktop/electron
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/TooTallNate/node-plist/releases)
- [Changelog](https://github.com/TooTallNate/plist.js/blob/master/History.md)
- [Commits](https://github.com/TooTallNate/node-plist/commits)

---
updated-dependencies:
- dependency-name: plist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 15:32:57 +02:00
dependabot[bot]
f436f5bcd4 Bump ansi-regex from 4.1.0 to 4.1.1 in /desktop/electron
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 15:32:41 +02:00
David Négrier
ace7a684dc Adding "alpha" to the window Title 2022-03-07 18:10:26 +01:00
Anton Bracke
af15490dd1
focus appView after opening 2022-02-24 12:11:48 +01:00
Anton Bracke
da6b5b9f60
fix leave server selected after opening once 2022-02-23 11:49:42 +01:00
Anton Bracke
44a9e2aeb0
fix config loading 2022-02-22 20:24:09 +01:00
Anton Bracke
445bcaf130
fix linting 2022-02-22 20:07:36 +01:00
Anton Bracke
ce3d829041
fix type 2022-02-22 20:02:13 +01:00
Anton Bracke
92ec433539
fix resizing 2022-02-22 19:58:51 +01:00
Anton Bracke
67ef2abb24
fix default settings and window resizing 2022-02-22 19:51:52 +01:00
Anton Bracke
454ee6cf4c
nits, fixes 2022-02-22 19:01:26 +01:00
Anton Bracke
07d3ea961e
fix types and lint 2022-02-22 18:15:36 +01:00
Anton Bracke
6b97cbfc17
nits, fixes 2022-02-22 18:10:36 +01:00
Anton Bracke
4e243151dd
add desktop api to front 2022-02-22 16:57:56 +01:00
Anton Bracke
1425513452
fix type 2022-02-22 14:09:36 +01:00
Anton Bracke
3f21befdc6
save auto-launch option, disable shortcuts in settings 2022-02-22 14:00:17 +01:00
Anton Bracke
71c8e32b2f
improve types 2022-02-22 12:02:56 +01:00
Anton Bracke
d03544c839
fix linter error 2022-02-22 10:49:35 +01:00
Anton Bracke
41be011d5e
move electron folder 2022-02-22 10:41:55 +01:00