generated from idrinth-api-bench/project-defaults
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature(routing): add projects and routes links inside detail pages #279
- Loading branch information
1 parent
10ad99a
commit 7894d38
Showing
5 changed files
with
57 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,20 @@ | ||
<!doctype html> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/svg+xml" href="@idrinth-api-bench/assets/favicon.svg" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Vite + Svelte + TS</title> | ||
<link | ||
rel="icon" | ||
type="image/svg+xml" | ||
href="@idrinth-api-bench/assets/favicon.svg" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1.0" /> | ||
<title>History Website for @idrinth-api-bench</title> | ||
</head> | ||
<body class="dark-mode"> | ||
<div id="app"></div> | ||
<script type="module" src="/src/main.ts"></script> | ||
<script | ||
type="module" | ||
src="/src/main.ts"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,33 @@ | ||
overview: | ||
title: "Projects" | ||
title: 'Projects' | ||
meta: | ||
title: "Projects" | ||
description: "All your projects in an easy to grasp overview." | ||
title: 'Projects' | ||
description: 'All your projects in an easy to grasp overview.' | ||
login: | ||
username: "Username" | ||
submit: "Login" | ||
title: "Login" | ||
username: 'Username' | ||
submit: 'Login' | ||
title: 'Login' | ||
meta: | ||
title: "Login" | ||
description: "Login to your account." | ||
title: 'Login' | ||
description: 'Login to your account.' | ||
projects: | ||
title: "Projects" | ||
description: "A line graph per project to compare their global performance(user choice of Average or Median) + a bar graph with the error count" | ||
title: 'Projects' | ||
description: 'A line graph per project to compare their global performance(user choice of Average or Median) + a bar graph with the error count' | ||
meta: | ||
title: "Projects" | ||
title: 'Projects' | ||
project: | ||
title: "Project" | ||
description: "A line graph per route in the project to compare their global performance(user choice of Average or Median) + a bar graph with the error count" | ||
title: 'Project' | ||
description: 'A line graph per route in the project to compare their global performance(user choice of Average or Median) + a bar graph with the error count' | ||
meta: | ||
title: "Project" | ||
title: 'Project' | ||
routes: 'Routes' | ||
route: | ||
title: "Route" | ||
description: "A line graph per mean and average in the route to compare their and a bar graph with the error count" | ||
title: 'Route' | ||
description: 'A line graph per mean and average in the route to compare their and a bar graph with the error count' | ||
meta: | ||
title: "Route" | ||
title: 'Route' | ||
global-performance-chart: | ||
title: "Global Performance" | ||
mean: "Mean" | ||
average: "Average" | ||
loading: "Loading..." | ||
title: 'Global Performance' | ||
mean: 'Mean' | ||
average: 'Average' | ||
loading: 'Loading...' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters