aboutsummaryrefslogtreecommitdiff
path: root/modules/config_states.py
AgeCommit message (Collapse)Author
2023-09-16Config states time ISO in system time zonew-e-w
2023-08-20no need to use OrderedDictw-e-w
2023-08-20assert key created_at exist in config_statesw-e-w
2023-08-20catch error when loading config_statesw-e-w
and save config_states with indent
2023-05-31rename print_error to report, use it with together with package nameAUTOMATIC
2023-05-29Add & use modules.errors.print_error where currently printing exception info ↵Aarni Koskela
by hand
2023-05-15load extensions' git metadata in parallel to loading the main program to ↵AUTOMATIC
save a ton of time during startup
2023-05-10ruff auto fixesAUTOMATIC
2023-05-10imports cleanup for ruffAUTOMATIC
2023-03-29Various UI fixes in config state tabspace-nuko