Skip to content

Commit

Permalink
coin2html: source file renames
Browse files Browse the repository at this point in the history
  • Loading branch information
mkobetic committed Jan 1, 2025
1 parent 97afdb1 commit a49534b
Show file tree
Hide file tree
Showing 6 changed files with 10,845 additions and 3,796 deletions.
5 changes: 3 additions & 2 deletions cmd/coin2html/js/body.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ <h1>
<script src="src/account.ts"></script>
<script src="src/utils.ts"></script>
<script src="src/views.ts"></script>
<script src="src/register.ts"></script>
<script src="src/chart.ts"></script>
<script src="src/viewsBalances.ts"></script>
<script src="src/viewsRegister.ts"></script>
<script src="src/viewsAggregatedRegisterChart.ts"></script>
<script src="src/ui.ts"></script>
6 changes: 3 additions & 3 deletions cmd/coin2html/js/src/views.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import {
renderPostings,
renderPostingsWithSubAccounts,
viewRegister,
} from "./register";
import { viewChartTotals } from "./chart";
} from "./viewsRegister";
import { viewChartTotals } from "./viewsAggregatedRegisterChart";
import { Account } from "./account";
import { PostingGroup, shortenAccountName, topN } from "./utils";
import { viewBalances } from "./balance";
import { viewBalances } from "./viewsBalances";

export const Aggregation = {
None: null,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit a49534b

Please sign in to comment.