summaryrefslogtreecommitdiff
path: root/docs/STATE.md
diff options
context:
space:
mode:
authorAnders Betts <anders.betts@gmail.com>2026-09-23 09:34:16 +0200
committerAnders Betts <anders.betts@gmail.com>2026-09-23 09:34:16 +0200
commit79b27457125dc2e259783359085021eea1d26e3a (patch)
treee5b733b642437d34d46ee34514b093daee52fcef /docs/STATE.md
parent6159042d0cb3870e6a7c6f8d9a97e175d59e6f80 (diff)
downloadbokf-79b27457125dc2e259783359085021eea1d26e3a.tar.gz
bokf-79b27457125dc2e259783359085021eea1d26e3a.zip
tui: "Byt bolag" in the main menu
Reopens the org picker (cursor on the current org) and switches the running session: the org's name, role, current fiscal year and series are reloaded and the remembered list selections cleared. The context reload now clears the previous org's values first. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Diffstat (limited to 'docs/STATE.md')
-rw-r--r--docs/STATE.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/STATE.md b/docs/STATE.md
index 9d954cd..31d6b14 100644
--- a/docs/STATE.md
+++ b/docs/STATE.md
@@ -14,6 +14,11 @@ unit tests and the docs consistency check.
## Resume here (2026-09-22)
+- **Byt bolag (2026-09-23, branch `eff/switch-org`)**: a main-menu item
+ reopens the org picker and switches org in the running session (context
+ reloaded, list selections cleared). `app_refresh_context` now clears the
+ previous org's name/role/fiscal year first, so an org without a readable
+ year no longer shows the old one.
- **Goto search (2026-09-23, branch `eff/goto-search`)**: `g` followed by a
letter searches the row texts of any list or menu (case-insensitive, åäö
too; up/down = next/previous match); a digit still jumps to a row number.