Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
x86y committed Mar 18, 2024
1 parent 702a455 commit 636bfab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
A cross-platform native desktop application for trading cryptocurrency. Only Binance and Spot Trading are supported for now. The tool is made for my personal use, but feature requests and/or issues are welcome.
To use set DYN_PUB and DYN_SEC environment variables to your Binance API keys respectively.

## updated visuals, no gif yet:
![CleanShot 2023-09-16 at 20 04 26](assets/demo.png)
## in action:
![CleanShot 2023-09-16 at 20 04 26](assets/demo.gif)

## old ui, animated
![CleanShot 2023-09-16 at 20 04 26](https://github.com/x86y/dynasty/assets/68605763/881a390d-62e2-443e-823e-fd4d8d6db3fc)
## static
![CleanShot 2023-09-16 at 20 04 26](assets/demo.png)

Binary file added assets/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/views/panes/balances.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ pub fn balances_view<'a>(bs: &[Balance], ps: &'a HashMap<String, f32>) -> Elemen
.spacing(4)
.align_items(iced::Alignment::Center),
Space::new(Length::Fill, 1.0),
// button(text("***"))
button(
text(format!("{}", (b.free * 10.0).round() / 10.0))
.size(14)
Expand Down

0 comments on commit 636bfab

Please sign in to comment.