dayzdockerserver/web/docroot
Daniel Ceregatti 4a6427f893 Add Pinia store so we can have disparate components.
Add Vueuse core library for useFetch.
Get async requests working with the above.
Start using Vue's Suspense feature.
Make Status its own component.
Start adding search results.
Continued work on error modal.
Add CORS headers to the backend.
Remove error store, as we only have one store.
Rename favicon.png to favicon.ico.
Remove functions from scripts where they are not used. Move functions to where they are used.
Lots of WIP.
2023-06-11 18:20:14 -07:00
..
public Add Pinia store so we can have disparate components. 2023-06-11 18:20:14 -07:00
src Add Pinia store so we can have disparate components. 2023-06-11 18:20:14 -07:00
index.html Add Pinia store so we can have disparate components. 2023-06-11 18:20:14 -07:00
package-lock.json Add Pinia store so we can have disparate components. 2023-06-11 18:20:14 -07:00
package.json Add Pinia store so we can have disparate components. 2023-06-11 18:20:14 -07:00
vite.config.js Begin large refactor of Vue to move it into a proper development environment: 2023-06-05 11:14:24 -07:00