Extract utils from LocalStorageSync component

What does this MR do and why?

This change extracts localStorage handling logic from the local_storage_sync.vue component into a dedicated utility module.

The new local_storage.js utility provides three main functions: getStorageValue, saveStorageValue, and removeStorageValue, which handle serialization, deserialization, and error handling when working with browser localStorage.

The component now uses these utility functions instead of implementing its own methods.

References

Screenshots or screen recordings

N/A

How to set up and validate locally

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading