AlexsLemonade / refinebio-web

Refinebio Web
https://staging.web.refine.bio
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Remove the 'refinebio-' prefix from the local storage keys #133

Closed nozomione closed 1 year ago

nozomione commented 1 year ago

Context

Currently, the refinebio- prefix is used in the local storage keys, however, it may be omitted to shorten these key names.

Problem or idea

We should simplify the local storage key names by removing the prefix.

Solution or next step

Remove the refinebio- prefix from all the local storage keys.

nozomione commented 1 year ago

Corrected during the process of merging pending PRs into dev