Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement "row" and "files-view" contexts for "ContextMenu" #28

Closed
kvolkovich-sc opened this issue Nov 3, 2017 · 1 comment
Closed

Comments

@kvolkovich-sc
Copy link
Contributor

Context menu items list should be different depends on context where context-menu called.

Example:

  • "Download", "Delete" and "Rename" should be available for "row" and not for "files-view"
  • "New folder", "Upload" should be available for "files-view" and not for "row"

Add bottom padding for files view (now only for ListView).

@kvolkovich-sc kvolkovich-sc self-assigned this Nov 3, 2017
@kvolkovich-sc kvolkovich-sc added this to the Initial release milestone Nov 9, 2017
kvolkovich-sc added a commit that referenced this issue Nov 13, 2017
* Make toolbars separated for each "FileNavigator"

* Implement different capability contexts

* Add move capability handlers to separate functions

* Pass capabilities to "Toolbar"

* Fix dissapearing toolbar items

* Fix bug when ContextMenuItem onClick fires two times

* Avoid show loading screen on "Create folder" and "Rename" capabilities

* Fix 'row' context menu
@kvolkovich-sc
Copy link
Contributor Author

Done: #69

Added contexts:

  • files-view
  • row
  • toolbar
  • new-button (in toolbar)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant