-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial frontend setup and UIs #19
base: main
Are you sure you want to change the base?
Conversation
Still need readability approvals from:
|
Still need readability approvals from:
|
Still need readability approvals from:
|
Still need readability approvals from:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apologies for the delay, I was out sick last week.
showCTS = true; | ||
showSC = false; | ||
showDC = false; | ||
showCGC = false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Variables should use Camel case, and ideally have a descriptive name.
See:
https://google.github.io/styleguide/tsguide.html#camel-case
https://google.github.io/styleguide/tsguide.html#descriptive-names
No description provided.