Skip to content

Commit

Permalink
Feat Account (#90)
Browse files Browse the repository at this point in the history
* feat: add login page UI

* refactor: DRY connect wallet and call executor from connect cta

* account ui

* feat: query balances account

* feat: query ksm token price

* feat: withdraw

* change: scale amount and get public dest address

* change: reset data

* change: profile avatar on sidebar

* chore: remove comments

* typo

* chore: check

* fix: communities not loading without session

* fix: hook called in closure

* change: cargo lock

* change: sidebar midds params

* fix: remove duplicated components

* change: early return some paths

* change: remove auth with e/p

* change: remove kusama balance

* feat(notification): prevent overflow

* fix: remove middleware explore DAOs

* chore: format
  • Loading branch information
b-avb authored Sep 10, 2024
1 parent c58f6cb commit 4d576ca
Show file tree
Hide file tree
Showing 45 changed files with 8,267 additions and 384 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
/static/
/.dioxus/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down
Loading

0 comments on commit 4d576ca

Please sign in to comment.