Tauri based file browser made with no dependencies.
Go to file
Ian Wijma 6378dadea9 Implement back button functionality for directory navigation
The back button functionality was added to the web application. Now users can navigate directories back and forth, improving user experience and interaction. This new feature is achieved through a 'handleBack' function in the 'back.js' file which listens to the click event on the 'Back' button. When clicked, it adjusts the current directory and navigates the application to the parent directory. This is especially crucial for a software that has a file system or explorer-like structure. The 'Back' button was also modified in 'index.html' to support this functionality and the 'handleBack' function was called in the 'Main' function in 'index.js' to initialise it at the start.
2023-11-27 23:50:18 +11:00
.vscode Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
assets Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
src Implement back button functionality for directory navigation 2023-11-27 23:50:18 +11:00
src-tauri Enhance file browsing and handling in main.rs 2023-11-27 23:48:50 +11:00
.gitignore Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
README.md Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
package-lock.json Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
package.json Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
tailwind.config.js Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00

README.md

Tauri + Vanilla

This template should help get you started developing with Tauri in vanilla HTML, CSS and Javascript.