Commit Graph

17 Commits (10a2cef23a03cca5838cbd946df7697d99109bf8)
 

Author SHA1 Message Date
Drew Bednar 10a2cef23a Fix disconnect again, and expose globals in window.wsc object 9 months ago
Drew Bednar f381147f16 Adds build step using vite and breaks code into JS6 modules (#14)
This is a large update. I've selected Vite as the build system for this project. I tried other tools like golang minify but this had the most useful features and serves as a dev server too. I think a lot can be done to shore up the management of global state in the application. For now this works.

closes #13

#### Changes
- adds vite for dev/build
- Breaks out JS into JS6 modules
- Updates docker file to have two stage build

Co-authored-by: Drew Bednar <drew@androiddrew.com>
Reviewed-on: #14
9 months ago
Drew Bednar 8f070a4e45 Adds Transmit functionality and fixes disconnect error in the event of powerloss (#11)
closes #7
close #8

Co-authored-by: Drew Bednar <drew@androiddrew.com>
Reviewed-on: #11
9 months ago
Drew Bednar 489a1a8a08 Add Tailwindcss as dev dependency (#5)
Simple PR adds tailwind as a dev dependencies, and updates layout by placing all app files under src/

closes #4

Reviewed-on: #5
10 months ago
Drew Bednar 2a1bf7a0ff Favicon, but not working 10 months ago
Drew Bednar a311ae49d5 Deal with browser default 10 months ago
Drew Bednar 0b28b16954 slight gradient and margin change 10 months ago
Drew Bednar ee60bb172b Better layout 10 months ago
Drew Bednar 0ef3f12cf6 More styling 10 months ago
Drew Bednar c2c85f43fa Fix disconnect button (#3)
This PR fixes #2

Co-authored-by: Drew Bednar <drew@androiddrew.com>
Reviewed-on: #3
10 months ago
Drew Bednar 59fa002307 Update readme content 10 months ago
Drew Bednar c7c28d65e4 Trash old code 10 months ago
Drew Bednar fd641e8655 Better layout and code organization 10 months ago
Drew Bednar 99222d0524 It works ¯\_(ツ)_/¯ 10 months ago
Drew Bednar 5b7b583a9a Add makefile 10 months ago
Drew Bednar 970748e974 Initial Commit 10 months ago
Drew Bednar 6a29623470 first commit 10 months ago