Skip to content

Commit 91e69b9

Browse files
authored
Merge pull request #36 from PiterWeb/main
v2.4
2 parents cedd5c4 + b286e59 commit 91e69b9

34 files changed

+4726
-3661
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- Enjoy videogames from other devices using your gamepad
1414
### The limit is in your imagination ...
1515

16-
![Example Image from the Desktop APP](./assets/example.jpg)
16+
![Example Image from the Desktop APP](./assets/example.png)
1717

1818
## Download 📦
1919

@@ -29,6 +29,10 @@
2929
- [FAQ](https://remote-controller.vercel.app/info/resources/faq/)
3030
- [Security](https://remote-controller.vercel.app/info/resources/security/)
3131

32+
- https://github.com/user-attachments/assets/f4a412fa-f403-4429-85fb-9c1e74bff458
33+
34+
(Note that videos may show beta versions of the APP and could have bugs)
35+
3236
## Features 🧩
3337

3438
- [x] Portable
@@ -55,9 +59,9 @@
5559

5660
### Translations 🔠
5761

58-
| English | Spanish | Galician | Other languages |
59-
|--------- |------- |------- | ------- |
60-
| 100% ✔ | 100% ✔ | 100% ✔ | ⌛ Looking for contributions
62+
| English | Spanish | Galician | Russian |Other languages |
63+
|--------- |------- |------- | ------- | ------- |
64+
| 100% ✔ | 100% ✔ | 100% ✔ | 29.5% |⌛ Looking for contributions
6165

6266
## Self Hosting ☁
6367

@@ -77,8 +81,8 @@ You must have Wails CLI, NodeJS, npm and Golang installed.
7781

7882
First go to the frontend folder and run
7983

80-
`$ npm install`<br>
81-
`$ npm run build`
84+
`$ pnpm install`<br>
85+
`$ pnpm run build`
8286

8387
Now run the following command on the root directory of the main project:
8488

Taskfile.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,13 @@ tasks:
1414
- wails build -platform=linux/amd64,linux/arm64
1515
desc: Build the application for Linux
1616
build-wasm-front-linux:
17+
dir: frontend/static/wasm
1718
cmds:
18-
- cd frontend
19-
- cd static
20-
- cd wasm
2119
- GOOS=js GOARCH=wasm go build -o signal.wasm
2220
desc: Build the frontend wasm for Linux
2321
build-wasm-front-win:
22+
dir: frontend/static/wasm
2423
cmds:
25-
- cd frontend
26-
- cd static
27-
- cd wasm
2824
- powershell.exe -Command { $env:GOOS="js";$env:GOARCH="wasm"; go build -o signal.wasm }
2925
desc: Build the frontend wasm for Windows
3026
dev-all:
@@ -33,12 +29,12 @@ tasks:
3329
desc: Run the application in development mode
3430

3531
dev-front:
32+
dir: frontend
3633
cmds:
37-
- cd frontend
3834
- pnpm run dev
3935
desc: Run the frontend in development mode
4036
test:
37+
dir: frontend
4138
cmds:
42-
- cd frontend
4339
- pnpm run test
4440
desc: Run the frontend tests
4.64 MB
Binary file not shown.
14.5 MB
Binary file not shown.

assets/example.jpg

-46.9 KB
Binary file not shown.

assets/example.png

161 KB
Loading

frontend/package-lock.json

Lines changed: 58 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"postcss": "^8.4.31",
2929
"prettier": "^2.8.0",
3030
"prettier-plugin-svelte": "^2.10.1",
31-
"svelte": "4.0.5",
31+
"svelte": "4.2.19",
3232
"svelte-check": "3.4.3",
3333
"tailwindcss": "^3.3.3",
3434
"tslib": "^2.4.1",
@@ -38,6 +38,7 @@
3838
"type": "module",
3939
"dependencies": {
4040
"@formkit/auto-animate": "0.8.2",
41+
"driver.js": "^1.3.1",
4142
"nats.ws": "1.26.0",
4243
"svelte-i18n": "4.0.0"
4344
}

frontend/package.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
192b3b51d58a4f87cde5d257c03d9244
1+
ddf283a563a0ec1170379a4a6c3ed68c

0 commit comments

Comments
 (0)