file-browser/src-tauri
Ian Wijma e8969a4306 Add file browsing, viewing functionalities and enhance navigation
Introduced new functionalities in the file manager application for browsing, listing and opening files. We have added a new command 'get_files' in 'main.rs', which reads entries in a directory and fetches associated metadata. This allows users to view files in a selected directory. Additionally, the command 'open_file' has been added for opening files.
Simultaneously, frontend changes have been made such as: new templates for file lists, handlers for view switching in 'files.js', and rendered files in each mode.
The 'navigation.js' error handling has been improved for invalid navigation.
Improved user experience by adding a breadcrumbs feature for better navigation. This is performed by the newly introduced 'breadcrumbs.js' file which maintains the history of navigated directories.
Overall, these enhanced functionalities improve navigation and file management efficiency for end-users.
2023-11-27 23:36:35 +11:00
..
icons Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
src Add file browsing, viewing functionalities and enhance navigation 2023-11-27 23:36:35 +11:00
.gitignore Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
Cargo.lock Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
Cargo.toml Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
build.rs Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
tauri.conf.json Add file browsing, viewing functionalities and enhance navigation 2023-11-27 23:36:35 +11:00