Ian Wijma
e8969a4306
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. |
||
---|---|---|
.vscode | ||
assets | ||
src | ||
src-tauri | ||
.gitignore | ||
README.md | ||
package-lock.json | ||
package.json | ||
tailwind.config.js |
README.md
Tauri + Vanilla
This template should help get you started developing with Tauri in vanilla HTML, CSS and Javascript.