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

File manager #5

Merged
merged 14 commits into from
May 5, 2017
Merged

File manager #5

merged 14 commits into from
May 5, 2017

Conversation

thecodeholic
Copy link
Owner

No description provided.

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
@thecodeholic thecodeholic merged commit b8c2198 into thecodeholic:master May 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants