-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Display all categories and update UI
This release requires MoneyMoney version `>=2.3.27` which right now is only available as beta release. See [MoneyMoney Beta-Versionen](https://moneymoney-app.com/beta/) And consider [making a backup before](https://moneymoney-app.com/help/) Due to the use of new MoneyMoney APIs, `.budget` files created prior to this can not be opened with this version. (ref #43) Detailed changes: * feat: split out sidebar from scroller * feat: sync overview scroll with main view * feat: hide default title bar * feat: display budget name in sidebar * feat: re-implement scrollTo on MonthOverview click * fix: add header to all screens and fix layout issues * feat: display unused categories * fix(InfiniteSlider): ensure initial view can be scrolled * feat: use uuid api from moneymoney * feat: increase budget file format version * feat: add header to loading and error screens * feat: throw human readable error when budget file format is not supported * fix: lookup accounts by uuid when re-calculating starting balance --- ref #44 fix #22 fix #39 fix #28 (wontfix) fix #26
- Loading branch information
Showing
68 changed files
with
1,490 additions
and
1,225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
tell application "MoneyMoney" to export categories |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
.app { | ||
background-color: var(--background-color); | ||
color: var(--main-color); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.