Skip to content

Introduce the `uiSettingsStorage` module for setting/getting/clearing UI settings

Mazur Volodymyr requested to merge feat/ui-settings-storage into master

It is recommended to use this module instead of the localStorage for persisting some settings on UI. These settings are cleared on the Reset GUI Settings action and emit the portal:resetGUI event. Also, it is added to Vue.prototype.$uiSettingsStorage.

Migrate from using the localStorage to uiSettingsStorage in appropriate places

Merge request reports

Loading