Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add workflow to deploy to Azure Web App * Test github action * Test * Fix workflow file' * test 2 * Fix CI env varibale issue * Fix bash command * remove test step * Add private key to workflow step * Remove build step from server * Try new secret name * Add start and build script to root package.json * Simplify Azure deploy workflow * Cleanup azure deploy workflow * Make azure deploy workflow run only on master branch * Update azure deploy workflow * Update deprecated github action versions * Local message history (#164) (#171) * Local message history Implemented an MVP local overlay message history in camera system. Formatting should work fine on mobile. Limitations include losing everything when changing pages. * Refactored code + added row borders Refactored message history table component to be more inline with React standard, after reading more docs. Also added nicknames for V3 (Bilby), * Added local storage Now using localStorage so locally sent messages are kept in between sessions. Included footer button to delete messages * Small efficiency gains + bug squashing * Update .github/workflows/deploy_to_azure.yaml --------- Co-authored-by: Mitchell De Nardis <[email protected]>
- Loading branch information