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
Background
This task covers adding favorite monomers by click from monomer library to the canvas. Requirements
User adds monomers to favorites library in the following way:
-User hovers over a monomer in the library - a greyed out star appears.
-When user hovers over the star - it changes color to yellow.
-When user clicks on a star it should persist in yellow color on the monomer item in the library and should also be saved to the "Favorites" library.
User adds favorite monomers from favorite library to canvas in the following way:
-User clicks on a favorite monomer in a favorite library.
-Selected favorite monomer becomes highlighted.
-When a user clicks at the canvas selected favorite monomer is added to the place of a click.
-Once selected favorite monomer is added to the canvas, the monomer remains selected in the library and can be added again.
Favorite monomers are added to the canvas in a color that corresponds to the color in the favorite library.
Favorite monomers are added to the canvas in a structure that corresponds to the type of a monomer.
The text was updated successfully, but these errors were encountered:
Background
This task covers adding favorite monomers by click from monomer library to the canvas.
Requirements
-User hovers over a monomer in the library - a greyed out star appears.
-When user hovers over the star - it changes color to yellow.
-When user clicks on a star it should persist in yellow color on the monomer item in the library and should also be saved to the "Favorites" library.
-User clicks on a favorite monomer in a favorite library.
-Selected favorite monomer becomes highlighted.
-When a user clicks at the canvas selected favorite monomer is added to the place of a click.
-Once selected favorite monomer is added to the canvas, the monomer remains selected in the library and can be added again.
The text was updated successfully, but these errors were encountered: