Tauri based file browser made with no dependencies.
Go to file
Ian Wijma 00a7c6e684 Add dialog functionality and improve the favourite feature
Added a new dialog.js file to handle dialog based interactions. The favourite feature has been enhanced, removing the need for users to manually enter the path while adding elements to favourites. Instead, a dialog box opens for users to select the directory. Furthermore, a confirmation is now prompted when users try to remove a favourite, improving UX and preventing accidental deletions. These changes were reflected in index.html and favourites.js.
2023-11-27 23:59:41 +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 Add dialog functionality and improve the favourite feature 2023-11-27 23:59:41 +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.