Removed 'Permissions' column from the file listing in index.html to declutter the view. Instead of showing permissions, we now format the 'Modified' field with a human-friendly date format, to improve readability. This involves changes in 'list.js', where the field 'Permissions' is now replaced with a formatted 'Modified' date. Additionally, a 'formatDate' function is added in 'files.js' to handle the new date formatting logic. |
||
|---|---|---|
| .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.