diff --git a/src/components/CompareScores/CompareScoresResults.js b/src/components/CompareScores/CompareScoresResults.js index 1f4b8a0..b88a18b 100644 --- a/src/components/CompareScores/CompareScoresResults.js +++ b/src/components/CompareScores/CompareScoresResults.js @@ -115,7 +115,7 @@ const CompareScoresResults = ({ result, loading }) => { checked={showAtproto} onChange={() => setShowAtproto((prev) => !prev)} /> - Show Atproto Score + Show AT Proto Score ); diff --git a/src/components/Home/Home.js b/src/components/Home/Home.js index 609ee37..9f8bca7 100644 --- a/src/components/Home/Home.js +++ b/src/components/Home/Home.js @@ -15,7 +15,7 @@ const Home = () => { />
- Generate a Bluesky credibility score. Understand your Atproto data footprint. Vibe check strangers and new accounts. + Generate a Bluesky credibility score. Understand your AT Proto data footprint. Vibe check strangers and new accounts.
Note: this tool is currently in beta and things will change. diff --git a/src/components/MatterLoadingAnimation.css b/src/components/MatterLoadingAnimation.css index efa8af5..b8aa983 100644 --- a/src/components/MatterLoadingAnimation.css +++ b/src/components/MatterLoadingAnimation.css @@ -15,7 +15,8 @@ canvas { .loading-text { font-size: 1em; - margin-top: 20px; + margin-top: 0px; + margin-bottom: 0px; color: #004f84e6; opacity: 1; transition: opacity 0.5s ease-in-out; @@ -37,7 +38,6 @@ canvas { .circle-counters { display: flex; gap: 24.5px;; - margin-top: 10px; font-size: 1.2em; align-content: center; justify-content: center; @@ -47,15 +47,15 @@ canvas { margin: 0px; } - .dark-mode .circle-counters { - opacity: 50%; - } - .counter-item { display: flex; align-items: center; gap: 8px; } + + .version-number p { + margin: 0px; + } .legend-circle { width: 12px; @@ -74,4 +74,30 @@ canvas { .special-circle { background-color: #FFD700; border-color: #FFA500; + } + + .loading-text-container { + display: flex; + flex-direction: column; + align-content: center; + justify-content: center; + text-align: center; + gap: 17px; + } + + .loading-container-1 { + gap: 17px; + } + + .counter-item-regular { + color: #004f84e6; + } + + .counter-item-special { + color: orange; + } + + .version-number { + font-size: 0.7em; + opacity: 0.5; } \ No newline at end of file diff --git a/src/components/Navbar/Navbar.css b/src/components/Navbar/Navbar.css index a29d6fb..408fd8a 100644 --- a/src/components/Navbar/Navbar.css +++ b/src/components/Navbar/Navbar.css @@ -279,7 +279,7 @@ .navbar-actions { align-items: center; display: flex; - gap: 20px; + gap: 5px; justify-content: center; margin-right: 10px; } diff --git a/src/components/PrivacyTerms/Privacy.js b/src/components/PrivacyTerms/Privacy.js index 15141b2..6f2b036 100644 --- a/src/components/PrivacyTerms/Privacy.js +++ b/src/components/PrivacyTerms/Privacy.js @@ -23,7 +23,7 @@ const Privacy = () => {
No Atproto score breakdown available.
+No AT Proto score breakdown available.
)}{`Bluesky Score: ${dataPoint.Bluesky || 0}`}
)} {showAtproto && ( -{`Atproto Score: ${dataPoint.Atproto || 0}`}
+{`AT Proto Score: ${dataPoint.Atproto || 0}`}
)}{`Combined Score: ${dataPoint.Combined || 0}`}
diff --git a/src/components/UserProfile/UserProfile.js b/src/components/UserProfile/UserProfile.js index 29d5fc7..d618cd0 100644 --- a/src/components/UserProfile/UserProfile.js +++ b/src/components/UserProfile/UserProfile.js @@ -272,11 +272,11 @@ const UserProfile = () => {Bluesky Score: {selectedAccountData.blueskyScore}
-Atproto Score: {selectedAccountData.atprotoScore}
+AT Proto Score: {selectedAccountData.atprotoScore}
Bluesky Status: {selectedAccountData.activityAll.bskyActivityStatus}
-Atproto Status: {selectedAccountData.activityAll.atprotoActivityStatus}
+AT Proto Status: {selectedAccountData.activityAll.atprotoActivityStatus}