Skip to content

Commit

Permalink
feat: big app refactor - changed to dioxus ssr
Browse files Browse the repository at this point in the history
  • Loading branch information
piny4man committed Jul 19, 2024
1 parent bc43746 commit e421017
Show file tree
Hide file tree
Showing 47 changed files with 454 additions and 2,678 deletions.
28 changes: 20 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
[workspace]
members = ["front", "shared", "api"]

resolver = "2"

[workspace.package]
[package]
name = "power-scouter"
version = "0.2.0"
version = "0.1.0"
edition = "2021"
publish = false

[workspace.dependencies]
[profile.release]
strip = true
debug = false
lto = true
opt-level = "s"
panic = "abort"

[dependencies]
dioxus = "0.4.3"
dioxus-ssr = "0.4.3"
log = "0.4.17"
reqwest = { version = "0.12.5", features = ["json"] }
serde = { version = "1.0", features = ['derive'] }
serde_json = "1.0"
tokio = { version = "1.38.0", features = ["full"] }
tracing = "0.1.40"
mime = "0.3.17"
axum = "0.7.5"
tower-http = { version = "0.5.2", features = ["fs"] }
tower = { version = "0.4.13", features = ["util"] }
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# [Power Scouter](https://power-scouter.shuttleapp.rs/) [![Build](https://github.com/piny4man/power-scouter/actions/workflows/pull-request.yml/badge.svg)](https://github.com/piny4man/power-scouter/actions/workflows/pull-request.yml)
![Scouter](https://github.com/piny4man/power-scouter/blob/main/static/assets/images/scouter.png)
![Scouter](https://github.com/piny4man/power-scouter/blob/main/public/images/scouter.png)

Powerlifting competition points calculator.

Expand All @@ -20,7 +20,7 @@ Fullstack web application made with 🧡 and Rust.
- [x] Local points calculation
- [x] API Score calculation
- [x] Refactor frontend components
- [x] Scores hitory
- [x] Scores history
- [x] Clear inputs after successful score calculation
- [x] Add competitor data to scores
- [x] Add "session" data, will be client session
Expand Down
16 changes: 0 additions & 16 deletions api/Cargo.toml

This file was deleted.

36 changes: 0 additions & 36 deletions api/src/main.rs

This file was deleted.

20 changes: 0 additions & 20 deletions front/Cargo.toml

This file was deleted.

195 changes: 0 additions & 195 deletions front/public/styles/index.css

This file was deleted.

Loading

0 comments on commit e421017

Please sign in to comment.