Merge branch 'codex/add-personal-data-to-blockchain-api'

# Conflicts:
#	shine-UI/js/pages/profile-view.js
#	shine-UI/js/services/auth-service.js
#	task/2.md
This commit is contained in:
AidarKC
2026-04-07 01:11:54 +03:00
5 changed files with 425 additions and 70 deletions
+32
View File
@@ -131,6 +131,38 @@
font-size: 14px;
}
.profile-data-help p {
margin-top: 6px;
line-height: 1.4;
color: #d8e3ff;
}
.profile-param-list {
gap: 8px;
}
.profile-param-item {
padding: 10px;
gap: 6px;
}
.profile-param-head {
display: flex;
justify-content: space-between;
gap: 8px;
}
.profile-param-value {
font-size: 15px;
color: #eef3ff;
word-break: break-word;
}
.profile-param-time {
font-size: 12px;
}
.auth-screen {
min-height: calc(100dvh - 48px - env(safe-area-inset-bottom));
display: grid;