issues
search
connormaglynn
/
save-pinned-tabs-browser-plugin
This repository is managed in Terraform
1
stars
0
forks
source link
🔧 Fix Unlinked Groups 🔥 Remove Migration Code
#6
Closed
connormaglynn
closed
3 months ago
connormaglynn
commented
3 months ago
👀 Purpose
To fix bug where unlinked groupIds are displayed but can't be deleted via the UI
To remove unused migration code
♻️ What's changed
Removed all migration code
Added
removeUnlinkedGroups
function to run on load which will check and remove any groupIds which do not link to a matching stored group
Added an if statement in the
findAll
function to remove any falsey values
📝 Notes
There are still some migration values left in storage, these should be tidied at some point. Notably
groups
and
isMigrated
👀 Purpose
♻️ What's changed
removeUnlinkedGroups
function to run on load which will check and remove any groupIds which do not link to a matching stored groupfindAll
function to remove any falsey values📝 Notes
groups
andisMigrated