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
{{ message }}
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
The functionality or logic of the work-space system is very similar to the existing one.
The difference is that, in order to create multiple collections containing multiple cards. We have to create a unique LocalStorage key for every collection to contain cards instead of hardcoding the "item" as the key for our cards.
That means, we will have multiple LocalStorage rows here: (Please see attached image)
The text was updated successfully, but these errors were encountered:
The functionality or logic of the work-space system is very similar to the existing one.
The difference is that, in order to create multiple collections containing multiple cards. We have to create a unique LocalStorage key for every collection to contain cards instead of hardcoding the "item" as the key for our cards.
That means, we will have multiple LocalStorage rows here: (Please see attached image)
The text was updated successfully, but these errors were encountered: