Skip to content

Commit 586eed3

Browse files
authored
Merge pull request RustedLessPass#32 from RustedLessPass/29-feat-pwa
feat(pwa): ✨ PWA working
2 parents a9554df + 7e504d9 commit 586eed3

23 files changed

+196
-12
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"conventionalCommits.scopes": [
66
"tauri",
77
"pages",
8-
"actions"
8+
"actions",
9+
"pwa"
910
]
1011
}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustedlesspass-web"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
edition = "2021"
55

66
[dependencies]

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Inspired by LessPass, it follows the same principles but works independently.
88

99
This means you can generate strong passwords without relying on external servers.
1010

11+
## [Installer](https://github.com/RustedLessPass/RustedLessPass/releases/latest)
12+
13+
For desktop users, convenient PC installers are accessible via [this link](https://github.com/RustedLessPass/RustedLessPass/releases/latest). If you're using a mobile device, please use the Progressive Web App (PWA) for seamless installation and usage.
14+
1115
## Screenshot
1216

1317
![imagen](https://github.com/RustedLessPass/RustedLessPass/assets/54779580/db64b347-6875-4886-8f79-c6d7c31bf1c0)
@@ -66,3 +70,5 @@ Sincere gratitude to:
6670
## License
6771

6872
RustedLessPass is licensed under the [GPL-3.0 License](LICENSE).
73+
74+
<br/>README made with ChatGPT.

Trunk.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[build]
22
target = "./index.html"
3+
filehash = false
34

45
[watch]
56
ignore = ["./src-tauri"]
@@ -8,4 +9,4 @@ ignore = ["./src-tauri"]
89
address = "0.0.0.0"
910
port = 1420
1011
open = false
11-
ws_protocol = "ws"
12+
ws_protocol = "ws"

assets/favicon.icns

-256 KB
Binary file not shown.

assets/favicon.ico

-63.8 KB
Binary file not shown.

assets/favicon.png

-62.4 KB
Binary file not shown.

assets/icons/favicon-512px.png

124 KB
Loading

assets/icons/maskable_icon.png

203 KB
Loading

0 commit comments

Comments
 (0)