Don't push empty project description to page title
modified src/views/projects/router.ts
@@ -943,7 +943,9 @@ export function projectTitle(loadedRoute: ProjectLoadedRoute) {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/e2e/historyRouter.spec.ts
@@ -6,6 +6,7 @@ import {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -112,6 +113,30 @@ test.describe("project page navigation", () => {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|