Skip to content
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

Set page title for each Apicurio UI page #251

Closed
EricWittmann opened this issue Feb 26, 2018 · 1 comment
Closed

Set page title for each Apicurio UI page #251

EricWittmann opened this issue Feb 26, 2018 · 1 comment

Comments

@EricWittmann
Copy link
Member

Currently we don't change the title of the page in the Apicurio UI when the user navigates around the app. This results in a useless browser History. We should set a sensible page title for each page. I assume this is possible in angular. In many cases we'll need to use dynamically loaded information (e.g. the API title) that isn't available on initial navigation. Hopefully there is a way to update the page title after the relevant data has loaded...

@EricWittmann EricWittmann changed the title Set page title for each Apicurio page Set page title for each Apicurio UI page Feb 26, 2018
@EricWittmann
Copy link
Member Author

Some possible info on how to do this in angular: https://angular.io/guide/set-document-title

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant