| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This makes theming of file actions possible
|
|
|
|
|
|
|
|
| |
For received shares, the delete action becomes "Unshare" and for
personal mounts it becomes "Disconnect storage".
This also makes it possible from now on to pass a function to a file
action's "displayName" attribute.
|
| |
|
|
|
|
| |
Refactored the new menu to be encapsulated in the NewFileMenu JS class
|
|
|
|
|
|
| |
FileActionsMenu is now a backbone view.
The trigger and highlight handling is now done in the
FileActions.showMenu() method using events.
|
| |
|
| |
|
|
File actions now have two types "inline" and "dropdown". The default is
"dropdown".
The file actions will now be shown in a dropdown menu.
|