Add hover behavior and user feedback for copy clicks in the details part of the applet.
I wanted to make the user experience better when copying information from the details part of the applet.
- Copyable items now have a hover effect (using HoverHandler), as well as a cursor change to make the copy behavior more apparent.
- The copied item text changes to 'Copied' when it is clicked.
- A "Copy All" option has been added, with the above behaviors.
- Formatting of of the grid previously was off-center. This has been fixed.
Edited by Nate Graham