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
To All Boards page, add to each board right side of star Font Awesome icon new Font Awesome copy icon that will duplicate board, when it's clicked. And also add related code to duplicate board.
The text was updated successfully, but these errors were encountered:
The first version of this feature should be ready.
I have decided to add the icon in the bottom right corner, since it has a different "flow" w.r.t the star icon.
The icon is shown only after the mouse over event, as for the star (should we make it always visible?).
When the icon is clicked a copy of the board is created with the same title but with a " - Copy" appended.
The back-end code is basically a connection between the export and import code.
The user is redirected to the copied board.
See the preview attached. (Duplicate icon is bigger because the mouse was over it)
To All Boards page, add to each board right side of
star
Font Awesome icon new Font Awesomecopy
icon that will duplicate board, when it's clicked. And also add related code to duplicate board.The text was updated successfully, but these errors were encountered: