google / ground-platform

Ground hosted components: Web console, Cloud Functions, db config
http://groundplatform.org
Apache License 2.0
206 stars 88 forks source link

[Survey] Display survey title in web page title #723

Open gino-m opened 3 years ago

gino-m commented 3 years ago

" - Ground"

Should update whenever title changes. When project is just created, should say:

"New survey - Ground"

gino-m commented 10 months ago

On survey change, we'd do something like:


import { Title } from '@angular/platform-browser';`

...
title.setTitle(`Ground - ${survey.title}`)