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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor the component data fetching mechanism. Previously, each all the component individually made the network request to the database to fetch info. Now this is done in main board component.
Refactor the mutation/deletion of the component from component level to board level to maintain single source of truth principle. See Issue #12
Fixed the first issue mentioned in #10 with group selection.
Changed the design of the toolbar to have less funky styles.
Live changes are now disabled by default. There would be a new version coming soon with an option to toggle live changes so collaborator can see changes in real time.