-
+
{lines}
>
diff --git a/src/ts/components/SwimmingPool/styles/track.module.scss b/src/ts/components/SwimmingPool/styles/track.module.scss
index ba9236b..bf06495 100644
--- a/src/ts/components/SwimmingPool/styles/track.module.scss
+++ b/src/ts/components/SwimmingPool/styles/track.module.scss
@@ -19,10 +19,11 @@
height: 100%;
text-decoration: none;
vertical-align: middle;
+ background-size: auto 100%;
}
&_value {
- width: 80px;
+ width: 85px;
line-height: 80px;
text-align: center;
color: var(--color-black);
@@ -30,25 +31,25 @@
}
&_line {
- width: calc(100% - 505px);
- border-left: 16px solid var(--color-12);
- border-right: 16px solid var(--color-12);
- border-bottom: 6px dashed white;
+ overflow: hidden;
+ width: calc(100% - 459px);
background-color: var(--color-31);
}
&_chart {
width: 50%;
text-align: right;
- background-color: var(--color-button-2);
+ background-color: rgba(0, 0, 55, 0.4);
}
&_man {
position: relative;
- top: 15px;
- left: 25px;
- width: 50px;
- height: 50px;
- background-color: red;
+ top: 20px;
+ left: 30px;
+ height: 40px;
}
}
+
+.swimming_pool_track + .swimming_pool_track .swimming_pool_track_line {
+ border-top: 4px dashed red;
+}
diff --git a/src/ts/translations/de/pages.ts b/src/ts/translations/de/pages.ts
index 2dd74d9..1cacc1f 100644
--- a/src/ts/translations/de/pages.ts
+++ b/src/ts/translations/de/pages.ts
@@ -229,7 +229,10 @@ will be marked as a jump in "deleted" and "added" lines.
§ page.person.week.days: days
§ page.person.week.workDay: weekdays
§ page.person.week.weekends: weekends
-§ page.sponsor.share.title: Please, support this project
+§ page.sponsor.title: Please, support this project
§ page.sponsor.share.description: Tell about our [project|https://github.com/bakhirev/assayo] on social networks! You can share [article|https://habr.com/ru/articles/763342/], [post|https://www.reddit.com/r/github/comments/1bvtsl3/how_i_parsed_git_statistics/] or make a video review.
§ page.sponsor.share.button: Copy the link
+§ page.sponsor.money.description: We will be glad if you support us with any amount! All funds will be used for the further development of the project.
+§ page.sponsor.money.qr: One-time payment (only Russia)
+§ page.sponsor.money.github: GitHub Sponsor
`;
diff --git a/src/ts/translations/en/pages.ts b/src/ts/translations/en/pages.ts
index 9800b74..5fb793b 100644
--- a/src/ts/translations/en/pages.ts
+++ b/src/ts/translations/en/pages.ts
@@ -229,7 +229,10 @@ will be marked as a jump in "deleted" and "added" lines.
§ page.person.week.days: days
§ page.person.week.workDay: weekdays
§ page.person.week.weekends: weekends
-§ page.sponsor.share.title: Please, support this project
+§ page.sponsor.title: Please, support this project
§ page.sponsor.share.description: Tell about our [project|https://github.com/bakhirev/assayo] on social networks! You can share [article|https://habr.com/ru/articles/763342/], [post|https://www.reddit.com/r/github/comments/1bvtsl3/how_i_parsed_git_statistics/] or make a video review.
§ page.sponsor.share.button: Copy the link
+§ page.sponsor.money.description: We will be glad if you support us with any amount! All funds will be used for the further development of the project.
+§ page.sponsor.money.qr: One-time payment (only Russia)
+§ page.sponsor.money.github: GitHub Sponsor
`;
diff --git a/src/ts/translations/es/pages.ts b/src/ts/translations/es/pages.ts
index ffc71ff..bdac7fb 100644
--- a/src/ts/translations/es/pages.ts
+++ b/src/ts/translations/es/pages.ts
@@ -227,7 +227,10 @@ git puede Mostrar una pequeña cantidad de cambios en las estadísticas, y el re
§ page.person.week.days: days
§ page.person.week.workDay: entresemana
§ page.person.week.weekends: día de descanso
-§ page.sponsor.share.title: Please, support this project
+§ page.sponsor.title: Please, support this project
§ page.sponsor.share.description: Tell about our [project|https://github.com/bakhirev/assayo] on social networks! You can share [article|https://habr.com/ru/articles/763342/], [post|https://www.reddit.com/r/github/comments/1bvtsl3/how_i_parsed_git_statistics/] or make a video review.
§ page.sponsor.share.button: Copy the link
+§ page.sponsor.money.description: We will be glad if you support us with any amount! All funds will be used for the further development of the project.
+§ page.sponsor.money.qr: One-time payment (only Russia)
+§ page.sponsor.money.github: GitHub Sponsor
`;
diff --git a/src/ts/translations/fr/pages.ts b/src/ts/translations/fr/pages.ts
index 1e2e4af..1dd1e23 100644
--- a/src/ts/translations/fr/pages.ts
+++ b/src/ts/translations/fr/pages.ts
@@ -226,7 +226,10 @@ export default `
§ page.person.week.days: jours
§ page.person.week.workDay: jours de semaine
§ page.person.week.weekends: congés
-§ page.sponsor.share.title: Please, support this project
+§ page.sponsor.title: Please, support this project
§ page.sponsor.share.description: Tell about our [project|https://github.com/bakhirev/assayo] on social networks! You can share [article|https://habr.com/ru/articles/763342/], [post|https://www.reddit.com/r/github/comments/1bvtsl3/how_i_parsed_git_statistics/] or make a video review.
§ page.sponsor.share.button: Copy the link
+§ page.sponsor.money.description: We will be glad if you support us with any amount! All funds will be used for the further development of the project.
+§ page.sponsor.money.qr: One-time payment (only Russia)
+§ page.sponsor.money.github: GitHub Sponsor
`;
diff --git a/src/ts/translations/ja/pages.ts b/src/ts/translations/ja/pages.ts
index 9800b74..5fb793b 100644
--- a/src/ts/translations/ja/pages.ts
+++ b/src/ts/translations/ja/pages.ts
@@ -229,7 +229,10 @@ will be marked as a jump in "deleted" and "added" lines.
§ page.person.week.days: days
§ page.person.week.workDay: weekdays
§ page.person.week.weekends: weekends
-§ page.sponsor.share.title: Please, support this project
+§ page.sponsor.title: Please, support this project
§ page.sponsor.share.description: Tell about our [project|https://github.com/bakhirev/assayo] on social networks! You can share [article|https://habr.com/ru/articles/763342/], [post|https://www.reddit.com/r/github/comments/1bvtsl3/how_i_parsed_git_statistics/] or make a video review.
§ page.sponsor.share.button: Copy the link
+§ page.sponsor.money.description: We will be glad if you support us with any amount! All funds will be used for the further development of the project.
+§ page.sponsor.money.qr: One-time payment (only Russia)
+§ page.sponsor.money.github: GitHub Sponsor
`;
diff --git a/src/ts/translations/pt/pages.ts b/src/ts/translations/pt/pages.ts
index 9800b74..5fb793b 100644
--- a/src/ts/translations/pt/pages.ts
+++ b/src/ts/translations/pt/pages.ts
@@ -229,7 +229,10 @@ will be marked as a jump in "deleted" and "added" lines.
§ page.person.week.days: days
§ page.person.week.workDay: weekdays
§ page.person.week.weekends: weekends
-§ page.sponsor.share.title: Please, support this project
+§ page.sponsor.title: Please, support this project
§ page.sponsor.share.description: Tell about our [project|https://github.com/bakhirev/assayo] on social networks! You can share [article|https://habr.com/ru/articles/763342/], [post|https://www.reddit.com/r/github/comments/1bvtsl3/how_i_parsed_git_statistics/] or make a video review.
§ page.sponsor.share.button: Copy the link
+§ page.sponsor.money.description: We will be glad if you support us with any amount! All funds will be used for the further development of the project.
+§ page.sponsor.money.qr: One-time payment (only Russia)
+§ page.sponsor.money.github: GitHub Sponsor
`;
diff --git a/src/ts/translations/ru/pages.ts b/src/ts/translations/ru/pages.ts
index 9c06a1b..8c2d370 100644
--- a/src/ts/translations/ru/pages.ts
+++ b/src/ts/translations/ru/pages.ts
@@ -229,7 +229,10 @@ git может показать малое количество изменени
§ page.person.week.days: дней
§ page.person.week.workDay: будни
§ page.person.week.weekends: выходные
-§ page.sponsor.share.title: Поддержите проект
+§ page.sponsor.title: Поддержите проект
§ page.sponsor.share.description: Расскажите о нашем [проекте|https://github.com/bakhirev/assayo] в соцсетях! Можно поделиться [статьей|https://habr.com/ru/articles/763342/], [постом|https://www.reddit.com/r/github/comments/1bvtsl3/how_i_parsed_git_statistics/] или сделать видео-обзор.
§ page.sponsor.share.button: Копировать ссылку
+§ page.sponsor.money.description: Мы будем рады, если вы поддержите нас любой суммой! Все средства пойдут на дальнейшее развитие проекта.
+§ page.sponsor.money.qr: Разовый платёж (СБП)
+§ page.sponsor.money.github: Подписка GitHub Sponsor
`;