Skip to content

Commit

Permalink
Add a statistics graph
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
enaut committed Nov 30, 2021
1 parent acdca22 commit 1cfd0b1
Show file tree
Hide file tree
Showing 16 changed files with 610 additions and 271 deletions.
323 changes: 134 additions & 189 deletions Cargo.lock

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["url", "link", "webpage", "actix", "web"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/enaut/pslink/"
version = "0.4.5"
version = "0.4.6"

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

Expand All @@ -20,11 +20,12 @@ fluent = "0.16"
seed = "0.8"
serde = {version="1.0", features = ["derive"]}
unic-langid = "0.9"
strum_macros = "0.22"
strum = "0.22"
strum_macros = "0.23"
strum = "0.23"
enum-map = "1"
qrcode = "0.12"
image = "0.23"
chrono = {version="0.4", features=["wasmbind"]}

pslink-shared = { version="0.4", path = "../shared" }
pslink-locales = { version="0.4", path = "../locales" }
Expand Down
Loading

0 comments on commit 1cfd0b1

Please sign in to comment.