Skip to content

Commit

Permalink
Updated banner message on unwanted exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAxelander committed Dec 6, 2023
1 parent 875a41b commit f195882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* [Changed] More responsive navigation bar [#175](https://github.com/TheAxelander/OpenBudgeteer/issues/175)
* [Changed] Enable editing of imported file [#196](https://github.com/TheAxelander/OpenBudgeteer/issues/196)
* [Changed] Redesign of Navigation Menu and Footer
* [Changed] Banner message on unwanted exceptions
* [Fixed] UI alignment for large numbers [#189](https://github.com/TheAxelander/OpenBudgeteer/issues/189)
* [Fixed] Mapping Rules using the Account Name instead of Account Id [#199](https://github.com/TheAxelander/OpenBudgeteer/pull/199) Thanks [Lucaber](https://github.com/Lucaber)
* [Fixed] Adding a Mapping Rule to an existing Rule Set failed [#200](https://github.com/TheAxelander/OpenBudgeteer/pull/200) Thanks [Lucaber](https://github.com/Lucaber)
Expand Down
3 changes: 1 addition & 2 deletions OpenBudgeteer.Blazor/App.razor
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@
else
{
<text>
An error has occurred. This app may no longer respond until reloaded.
An error has occurred. This app may no longer respond until reloaded. Please check logs and submit a bug report on GitHub.
</text>
}
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
</div>

<script src="_framework/blazor.web.js"></script>
Expand Down

0 comments on commit f195882

Please sign in to comment.