From beec376f2e953d3e6a0d0e35f91573642f484dee Mon Sep 17 00:00:00 2001 From: jamz903 Date: Tue, 14 Nov 2023 00:06:34 +0800 Subject: [PATCH 1/2] Update known issues in UG --- docs/UserGuide.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 370631a8935..c605432a3b8 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -1620,6 +1620,13 @@ Command Words Accepted: `exit`, `quit`, `bye` (case-insensitive) ## Known Issues 1. Hard to see scrollbar +2. Help pop-up window shifts to the bottom left corner of the screen before re-centering on `help` command. Steps to reproduce the issue: + 1. Type help in the command box. + 2. Shift the pop-up window to anywhere on the screen. + 3. Close the pop-up window. + 4. Type help in the command box again. + 5. The pop-up window will shift to the bottom left corner before re-centering itself. + --- From 1c0af6aa62f9f7e69cd421a27d0a4da6323ba708 Mon Sep 17 00:00:00 2001 From: jamz903 Date: Tue, 14 Nov 2023 01:31:32 +0800 Subject: [PATCH 2/2] Fix visual nit for Find callout --- docs/UserGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index c605432a3b8..31edb33d175 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -746,7 +746,7 @@ thus, a transaction with the name `Lunch with friends outside` is still consider The find command, like get_total_expenditure, creates a filter on the `Transactions List` and this filter persists across commands. -
Therefore, it is expected that any changes to the `Transactions List` after the `find` command +

Therefore, it is expected that any changes to the `Transactions List` after the `find` command is used may result in transactions being hidden as they may no longer abide by the filter applied by `find`.
Use the `list` command when this occurs to reset the filter and view all transactions