-
Notifications
You must be signed in to change notification settings - Fork 5
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
File manager #5
Merged
Merged
File manager #5
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Importing data from json Sorting functionality Displaying selected files Context menu in progress
- Code structure changed (john papa's style guide) - Implemented context menu on mouse right click - Added typeToIcon.filter.js - Added bytes.filter.js
- menuOptions' functions are written separately (john papa) - added checkFileType function which decides what options to show in context menu
- menuOptions now come with FontAwesome Icons - Added translations for menuOptions - Added button group for file upload options - FIXED : Table height - ngRightClick directive moved to app.core under ng-right-click.directive.js
- Created 'view' folder for list-view and grid-view (html and less files) - Added functionality to upload files or folders (sends file data to console)
- Added Search functionality. (`searchFn` and `clearSearchResultsFn`) - Search button works now. (search works for file name only) - Grid-view implemented (styled) NOTE: for searching I created two arrays displayResults and searchResults. Default data shown in table is `vm.displayResults = vm.files`
- Added `dialogs` folder under `file-manager` - Added Create/Rename function with separate modals
- json file - `files` now comes from `data` folder - importing json data with promise `when` function (`file-manager.module.js`) - added manageTags modal (currently not working)
- created custom `om-tagsinput` directive - tags now work
- Added side-menu `angular-off-canvas` - Added tooltips `ui.bootstrap tooltips` - Removed outline on "i" elements
- Removed side-menu `angular-off-canvas` - Added directive `omAside` (om-slide-direction="dir" for slide direction)
- Added image/thumb preview modal - Added variables.less with some fm-variables - Added `tags` view in selection - Added filtering by tags - Added breadcrumbs - Changed `files.json` structure - Changed `vm.menuOptions` structure
- Added Delete File Modal - `Create Folder` now actually creates a folder and pushes in array - `Renaming`, `Managing Tags` and `Delete` works - Added switchDirectory to switch between JSON files (Aside) - Other minor changes and bug fixes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.