Skip to content

Commit 1a663f8

Browse files
committed
Add a statistics graph
* add query to server to get the statistics * render the statistics to in wasm svg * add text about the total clicks (translatable) * make cached generic over the type of the data and the type of the cache * bumping versions * rearranging some functions
1 parent 7cdb0f3 commit 1a663f8

File tree

16 files changed

+610
-271
lines changed

16 files changed

+610
-271
lines changed

Cargo.lock

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

app/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["url", "link", "webpage", "actix", "web"]
88
license = "MIT OR Apache-2.0"
99
readme = "README.md"
1010
repository = "https://github.com/enaut/pslink/"
11-
version = "0.4.5"
11+
version = "0.4.6"
1212

1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

@@ -20,11 +20,12 @@ fluent = "0.16"
2020
seed = "0.8"
2121
serde = {version="1.0", features = ["derive"]}
2222
unic-langid = "0.9"
23-
strum_macros = "0.22"
24-
strum = "0.22"
23+
strum_macros = "0.23"
24+
strum = "0.23"
2525
enum-map = "1"
2626
qrcode = "0.12"
2727
image = "0.23"
28+
chrono = {version="0.4", features=["wasmbind"]}
2829

2930
pslink-shared = { version="0.4", path = "../shared" }
3031
pslink-locales = { version="0.4", path = "../locales" }

0 commit comments

Comments
 (0)