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
Right now isStarred is just an attribute of a Node. This leads to more complicated sync (when updating the node in the table we must not update isStarred etc). To simplify this, this attribute should be moved to another table.
The text was updated successfully, but these errors were encountered:
Right now
isStarred
is just an attribute of aNode
. This leads to more complicated sync (when updating the node in the table we must not updateisStarred
etc). To simplify this, this attribute should be moved to another table.The text was updated successfully, but these errors were encountered: