app rebuilt to use vue 3 and tailwindcss.
dependencies :
- Vue 3
- Cropper : Image crop tool
- DragSelect : Selection Utility
- Plupload : Upload library
version 1.0 is on its way..
backend (php) : https://github.com/n1crack/vuefinder-php
current progress :
- vue, vite, tailwind setup
- toolbar, explorer and status
- add modals
- drag and mouse select support
- view mode: list, grid
- sorting files in list view
- breadcrumb links
- go up a folder when click up arrow
- tooltips
- context menu
- storage/file adapter selection
- dark mode
- localstorage for remembering view/dark theme or file adapter
- new folder
- rename
- delete
- zip/archive
- move
- moving items up one folder with drag and drop
- touch / create a file
- unzip/unarchive
- preview item
- download
- edit text file
- image tools
- upload
- toggle full screen
- toast notifications
- search
- multi-language (en/tr atm. will be more. PRs are welcomed.)
- thumbnails
- update npm package
- validation & error messages
- code refactoring
- test for different adapters (especially check if zip/archive works)
- test for different OS (windows directory seperator is different)
- transfer items between adapters
- documentation
- demo pages
- enjoy..