This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

tweaks

+1 -24
-22
src/components/Verifier/Verifier.css
··· 26 26 27 27 /* Apply consistent styles ONLY to h2 elements within verifier sections */ 28 28 .verifier-section h2 { 29 - color: var(--button-bg); 30 - font-size: 1.5em; 31 - text-align: left; 32 29 margin-top: 0; 33 - margin-bottom: 15px; 34 - padding-bottom: 10px; 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 - } 347 - 348 - /* Official Verifier Status */ 349 - /* 350 - .verifier-official-verifier-tooltip { 351 - ... 352 - } 353 - */ 354 - 355 - /* Add Style for Description Paragraph */ 356 - .verifier-section-description { 357 - font-size: 0.9em; 358 - color: var(--text-muted, #6c757d); 359 - margin-top: -5px; /* Adjust to position nicely below header */ 360 - margin-bottom: 15px; /* Space before the list */ 361 - text-align: left; 362 340 } 363 341 364 342 .verifier-official-verifier-note {
+1 -2
src/components/Verifier/Verifier.js
··· 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 - {isLoadingNetwork ? 'Checking Network...' : 'Check Network Now'} 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 - {!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">