HandyPantry / handy-pantry

MIT License
0 stars 1 forks source link

Removing item from shopping list shouldn't "forget" which store we're viewing #24

Open NicMcPhee opened 2 years ago

NicMcPhee commented 2 years ago

If we remove an item from a shopping list from, e.g., the Willie's tab, it resets back to the default view, which is to show the left-most tab ("Other Store"). it really should stay on whichever store was previously selected.

This is similar to (but not the same as) #17. Both are about saving some kind of state across deletion events, but the state to save is slightly different.