new file: htmlCssJS_Poligon/index.html

modified:   main_dc/BB/bbvue/src/views/PersonalBests.vue
	modified:   main_dc/valitovgaziz/html/style.css
fix bag with not created personal bests
This commit is contained in:
2025-11-03 13:22:42 +05:00
parent 88f032c664
commit a95ad3cfdc
3 changed files with 475 additions and 0 deletions
@@ -255,6 +255,7 @@ export default {
// Добавление нового рекорда
const addNewBest = async () => {
addingBest.value = true
newBest.value.date = newBest.value.date + "T00:00:00Z"
const result = await personalBestsStore.createPersonalBest(newBest.value)
addingBest.value = false
+1
View File
@@ -291,3 +291,4 @@ h1 {
color: inherit;
text-decoration: none;
}