You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this behavior is intended, but without tabs or any other code separation of some sort, bookmarks are the only way to make the code manageable and navigable. Apparently bookmarks are not saved with the cart and disappear as soon as you reload it, which kind of defeats their purpose. It would be nice to have bookmarks be persistently saved with the cart.
The text was updated successfully, but these errors were encountered:
I'm not sure if we'll be saving the bookmarks directly to the cart, but we can store them in some kind of session file, somewhere near the cart, I think.
I'm not sure if we'll be saving the bookmarks directly to the cart, but we can store them in some kind of session file, somewhere near the cart, I think.
Yes, that makes absolute sense. Thanks for adding to your to-do list!
I'm not sure if we'll be saving the bookmarks directly to the cart, but we can store them in some kind of session file, somewhere near the cart, I think.
you can try to store that data in .local same way you storing MD5 data
joshgoebel
changed the title
Bookmarks do not persist between saving and loading carts
Persist bookmarks into a "session" that persists across restarts
Dec 5, 2022
I don't know if this behavior is intended, but without tabs or any other code separation of some sort, bookmarks are the only way to make the code manageable and navigable. Apparently bookmarks are not saved with the cart and disappear as soon as you reload it, which kind of defeats their purpose. It would be nice to have bookmarks be persistently saved with the cart.
The text was updated successfully, but these errors were encountered: