Skip to content

Commit

Permalink
Added GUI [experimental] (#83)
Browse files Browse the repository at this point in the history
* - Initial GUI

* - Implemented feeding dummy data

* - Separated presenation layer to be able to show results in GUI

* - Some computation possible

* - Buildable unit tests

* - internal refactoring started

* - Added transactions returning apart from final results

* - Transactions are being reported into T Display

* - Added adding and removing of documents

* - Added fix to Notes scalin/g

* - Fix to CI
  • Loading branch information
jczaja authored Nov 9, 2023
1 parent ae7d67f commit 28f83c9
Show file tree
Hide file tree
Showing 10 changed files with 1,069 additions and 517 deletions.
1 change: 1 addition & 0 deletions .github/workflows/building.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libx11-dev libxext-dev libxft-dev libxinerama-dev libxcursor-dev libxrender-dev libxfixes-dev libpango1.0-dev
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
Expand Down
Loading

0 comments on commit 28f83c9

Please sign in to comment.