Scouting App: Add note scouting template
Note scouts use a template to have a more standardized structure across
scouts. This patch autofills the note input text area with the template
set in the setTeamNumber().
Signed-off-by: Filip Kujawa <filip.j.kujawa@gmail.com>
Change-Id: I2a778c924077652615325943edd9c5110e684c99
diff --git a/scouting/www/notes/notes.component.css b/scouting/www/notes/notes.component.css
index 67b2351..b601507 100644
--- a/scouting/www/notes/notes.component.css
+++ b/scouting/www/notes/notes.component.css
@@ -4,6 +4,7 @@
.text-input {
width: calc(100% - 20px);
+ height: 100px;
}
.container-main {