app: charts: add unit and price mode switch

This commit is contained in:
k
2024-07-24 00:05:18 +02:00
parent bf169d6954
commit 8f5f28ede6
34 changed files with 1153 additions and 987 deletions
-22
View File
@@ -1,22 +0,0 @@
name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose