UI patches (#905)

- Show 0 clients when NT server props are undefined
- Add Prettier 

---------

Co-authored-by: Matthew Morley <matthew.morley.ca@gmail.com>
This commit is contained in:
Sriman Achanta
2023-08-31 16:56:58 -04:00
committed by GitHub
parent de394418f6
commit 08892b9e68
55 changed files with 3323 additions and 2808 deletions

View File

@@ -67,8 +67,11 @@ jobs:
- name: Install Dependencies
run: npm ci
- name: Check Formatting
- name: Check Linting
run: npm run lint
- name: Check Formatting
run: npm run check-format
photon-build-examples:
runs-on: ubuntu-22.04
name: "Build Examples"