alpha
Login
or
Join now
atpota.to
/
cred.blue
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
tweaks
author
damedotblog
date
1 year ago
(Apr 22, 2025, 2:14 PM -0400)
commit
50d942da
50d942dad1661d00ff1c7d10c531c31a2ca17d3a
parent
8a27745b
8a27745b3b7ea2dcefe140f9f73f9a2e71ae127d
+1
-24
2 changed files
Expand all
Collapse all
Unified
Split
src
components
Verifier
Verifier.css
Verifier.js
-22
src/components/Verifier/Verifier.css
Reviewed
···
26
26
27
27
/* Apply consistent styles ONLY to h2 elements within verifier sections */
28
28
.verifier-section h2 {
29
29
-
color: var(--button-bg);
30
30
-
font-size: 1.5em;
31
31
-
text-align: left;
32
29
margin-top: 0;
33
33
-
margin-bottom: 15px;
34
34
-
padding-bottom: 10px;
35
35
-
border-bottom: 1px solid var(--card-border);
36
30
}
37
31
38
32
.verifier-page-header {
···
343
337
margin-top: 15px;
344
338
font-size: 0.9em;
345
339
font-weight: bold;
346
346
-
}
347
347
-
348
348
-
/* Official Verifier Status */
349
349
-
/*
350
350
-
.verifier-official-verifier-tooltip {
351
351
-
...
352
352
-
}
353
353
-
*/
354
354
-
355
355
-
/* Add Style for Description Paragraph */
356
356
-
.verifier-section-description {
357
357
-
font-size: 0.9em;
358
358
-
color: var(--text-muted, #6c757d);
359
359
-
margin-top: -5px; /* Adjust to position nicely below header */
360
360
-
margin-bottom: 15px; /* Space before the list */
361
361
-
text-align: left;
362
340
}
363
341
364
342
.verifier-official-verifier-note {
+1
-2
src/components/Verifier/Verifier.js
Reviewed
···
738
738
<div className="verifier-list-header">
739
739
<h2>Verifications from Your Network</h2>
740
740
<button onClick={checkNetworkVerifications} disabled={isAnyOperationInProgress} className="verifier-action-button verifier-check-network-button">
741
741
-
{isLoadingNetwork ? 'Checking Network...' : 'Check Network Now'}
741
741
+
{isLoadingNetwork ? 'Checking Network...' : 'Check Network'}
742
742
</button>
743
743
</div>
744
744
{(isLoadingNetwork || networkStatusMessage) && (<p className="verifier-network-status">{networkStatusMessage}</p>)}
···
767
767
})()}
768
768
</div>
769
769
)}
770
770
-
{!isLoadingNetwork && !networkChecked && (<p>Click "Check Network Now" to see verifications from your network.</p>)}
771
770
</div>
772
771
773
772
<div className="verifier-section">