FriendUPCloud / friendup

FriendOS is a free web based platform that runs in your browser. It allows you to work and play, collaboratively, across devices.
https://friendos.com/
Other
347 stars 87 forks source link

Add Storage Description on Mouse Hover to add storage area #104

Open 344Clinton opened 5 years ago

344Clinton commented 5 years ago

When adding storage, there are a lot of options available and no description of each type of storage. when hovering over a storage item, a description could pop up to inform the user.

344Clinton commented 5 years ago

Was looking in "friendup/interfaces/web_desktop/apps/Account/Scripts/newstorage.js". Figured it should go in around line 70, but am unsure how to impliment "onmouseover" using "literal" string in "friendup/devices/DOSDrivers/XXXX/sysinfo.json"

Another possibility is to add a description item in the json file as an extended instruction. Then when the user hovers on the icon, the literal string is displayed as a tooltip. When the drive is selected, the detailed instruction could be displayed in the add storage entry window.