Dan Albert
6ff9208d46
Reorganize React project structure.
...
Whatever I was doing was getting out of control :)
2022-03-01 01:14:21 -08:00
Dan Albert
406a64ae3f
Draw flight plan paths in the react UI.
...
https://github.com/dcs-liberation/dcs_liberation/issues/2039
2022-03-01 01:14:21 -08:00
Dan Albert
bd8aa0296b
Add map debugging launch configuration for vscode.
2022-02-28 22:37:06 -08:00
Dan Albert
21ba1bea36
Remove debug logging from react map.
2022-02-28 22:32:19 -08:00
Dan Albert
e51662526b
Add an electron app for the React front-end.
2022-02-28 22:24:46 -08:00
Dan Albert
155f9d4052
Make react-scripts devdependency to shut up audit.
...
The vulnerabilities are false positives and React doesn't think those
are worth fixing to make `npm audit` be quiet. We can at least make them
go away for `npm audit --production`, which is the official advice:
https://github.com/facebook/create-react-app/issues/11174 .
2022-02-28 00:44:13 -08:00
Dan Albert
59e98b31df
Add a basic React implementation of the map.
...
See client/README.md for instructions.
2022-02-28 00:31:56 -08:00