View Issue Details

IDProjectCategoryView StatusLast Update
0011665Talerlibeufin-bank-ui (SPA)public2026-07-22 20:06
Reportersebasjm Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status newResolutionopen 
Summary0011665: local storage sync
Descriptionlocal storage is used in very few specific case, to save the withdrawal operation id or in merchant spa to save the current personalization. this allows save preference that survives reload

the impl that keep sync the updated items is onAnyUpdate which iterates over all keys on every update of local storage
this is bad for performance

but we dont have more than 1 or 2 keys in local storage, so this is not urgent by any mean.
The API is generic and can be used in places that this is a problem.

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2026-07-22 20:06 sebasjm New Issue