Version and commit info is now generated during autobuilds and can be viewed in the about dialog

Prepared removal of JSON translations from repo to move towards XLIFF-only
This commit is contained in:
Isaac Abadi
2021-09-20 22:04:46 -06:00
parent 0e37d83740
commit 58a0dc4afe
8 changed files with 84 additions and 1 deletions

View File

@@ -118,6 +118,10 @@ export class AppComponent implements OnInit, AfterViewInit {
}
this.postsService.reloadCategories();
this.postsService.getVersionInfo().subscribe(res => {
this.postsService.version_info = res['version_info'];
});
}
// theme stuff