Skip to content

Commit

Permalink
feat: introduce UserStore and provide userAvatarUpload (#172)
Browse files Browse the repository at this point in the history
- Updates to Async GraphQL 6
- Updates Pxid to 3
- TailwindCSS Colors Fix
- Downgrade Rust Argon2 to v1
  • Loading branch information
EstebanBorai authored Sep 30, 2023
1 parent ce57d10 commit 0b2d8f3
Show file tree
Hide file tree
Showing 34 changed files with 508 additions and 357 deletions.
73 changes: 46 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ resolver = "2"

[workspace.dependencies]
anyhow = "1.0.75"
async-graphql = { version = "5.0.10", features = ["chrono", "decimal", "tracing"] }
async-graphql = { version = "6.0.7", features = ["chrono", "decimal", "tracing"] }
async-trait = "0.1.73"
chrono = { version = "0.4.26" }
dotenv = "0.15.0"
pxid = { version = "0.2.4", features = ["async-graphql", "serde"] }
pxid = { version = "0.3", features = ["async-graphql"] }
rust-argon2 = "1"
sea-orm = "0.12.1"
sea-orm-cli = { version = "0.12.3", default-features = false }
sea-orm-migration = "0.12.1"
Expand Down
78 changes: 0 additions & 78 deletions client/src/lib/components/Avatar.svelte

This file was deleted.

Loading

0 comments on commit 0b2d8f3

Please sign in to comment.