Customer files organizer using Vite/React & Go WASM. https://organizrr.innopeak.ch
Go to file
RaviAnand Mohabir 0758f65b33
All checks were successful
continuous-integration/drone/promote/production Build is passing
continuous-integration/drone/push Build is passing
chore: 🔧 add wasm build vscode task
2025-03-25 18:37:46 +01:00
.vscode chore: 🔧 add wasm build vscode task 2025-03-25 18:37:46 +01:00
deploy ci: 💚 fix naming of kubernetes metadata 2025-03-25 18:24:48 +01:00
src feat: show file page selection 2025-03-25 18:37:31 +01:00
.dockerignore ci: 👷 add dockerfile and drone build pipeline 2025-03-25 18:14:37 +01:00
.drone.yml ci: 👷 add terraform deploy module and drone deploy pipelines 2025-03-25 18:21:23 +01:00
.gitignore chore: 🙈 add Node.gitignore with entries for go wasm output files 2025-03-25 18:17:41 +01:00
Dockerfile ci: 👷 add dockerfile and drone build pipeline 2025-03-25 18:14:37 +01:00
go.mod feat: 🎉 implement web-based files organizer with Go wasm bindings 2025-03-25 18:10:10 +01:00
go.sum feat: 🎉 implement web-based files organizer with Go wasm bindings 2025-03-25 18:10:10 +01:00
index.html feat: 🎉 implement web-based files organizer with Go wasm bindings 2025-03-25 18:10:10 +01:00
main.go fix: 🐛 disable config loading to allow pdfcpu usage in web 2025-03-25 18:37:21 +01:00
package-lock.json feat: 🎉 implement web-based files organizer with Go wasm bindings 2025-03-25 18:10:10 +01:00
package.json feat: 🎉 implement web-based files organizer with Go wasm bindings 2025-03-25 18:10:10 +01:00
package.json.md5 feat: 🎉 implement web-based files organizer with Go wasm bindings 2025-03-25 18:10:10 +01:00
postcss.config.js feat: 🎉 implement web-based files organizer with Go wasm bindings 2025-03-25 18:10:10 +01:00
tsconfig.json feat: 🎉 implement web-based files organizer with Go wasm bindings 2025-03-25 18:10:10 +01:00
tsconfig.node.json feat: 🎉 implement web-based files organizer with Go wasm bindings 2025-03-25 18:10:10 +01:00
vite.config.ts feat: 🎉 implement web-based files organizer with Go wasm bindings 2025-03-25 18:10:10 +01:00