AlexsLemonade / refinebio-web

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

129 - Migrate the localStorage data #232

Closed nozomione closed 9 months ago

nozomione commented 1 year ago

Issue Number

Closing #129

Purpose/Implementation Notes

Added the migration support for the refinebio-frontend's localStorage keys in refinebio-web.

Please see the latest UI here.

Types of changes

Checklist

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
refinebio-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 17, 2024 8:37pm
nozomione commented 9 months ago

One note: generally it would be good for us to be consistent with checking for isWindow on both getOldLocalStorageKey and removeOldLocalStorageKey.

I added the isWindow check to the latter also. Thank you for catching this (74901bd485e9878a90067302a5ea83eed0894e60)!