|
240 | 240 | </div> |
241 | 241 | <div class="col-12 text-center"> |
242 | 242 | <span class="header-color text-capitalize">This app has a small learning |
243 | | - curve. For the best experience, we recommend reading the Usage Notes |
| 243 | + curve. For the best experience, It is recommend reading the Usage Notes |
244 | 244 | before you start.</span> |
245 | 245 | </div> |
246 | 246 | <div class="col-12 pt-3"> |
|
275 | 275 | To handle this, the app uses a <strong |
276 | 276 | class="text-color">Data Scanning |
277 | 277 | Monitor</strong> and a <strong |
278 | | - class="text-color">progress tracking |
279 | | - mechanism</strong> that lets you gather data in |
| 278 | + class="text-color">Progress Tracking |
| 279 | + Mechanism</strong> that lets you gather data in |
280 | 280 | safe, repeatable steps until the scan is complete. |
281 | 281 | </li> |
282 | 282 | <li class="text-color">You can also pause at any time by |
|
458 | 458 | </div> |
459 | 459 | <div class="col-12"> |
460 | 460 | <div class="col-12 text-start"> |
461 | | - <span class="text-color">Backup Passphrase</span> |
| 461 | + <span class="text-color">Backup Passphrase</span><br/> |
| 462 | + <span class="muted-text-color">Paste your passphrase using <span class="badge badge-wrapper rounded-pill fw-normal px-2 py-1">Ctrl</span> <span class="text-color">+</span> <span class="badge badge-wrapper rounded-pill fw-normal px-2 py-1">V</span> on Windows/Linux or <span class="badge badge-wrapper rounded-pill fw-normal px-2 py-1">Cmd</span> <span class="text-color">+</span> <span class="badge badge-wrapper rounded-pill fw-normal px-2 py-1">V</span> on macOS.</span> |
462 | 463 | </div> |
463 | 464 | <div class="col-12 pt-2"> |
464 | | - <div class="input-group shadow-none pt-3"> |
| 465 | + <div class="input-group shadow-none pt-2"> |
465 | 466 | <input type="text" |
466 | 467 | class="form-control rounded-start-5 shadow-none input-field pt-2 pb-2 ps-3 pe-3" |
467 | 468 | placeholder="Enter Passphrase" minlength="24" |
|
516 | 517 | data-bs-custom-class="custom-popover" |
517 | 518 | data-bs-title="Info for Filter Options" data-bs-content=" |
518 | 519 | <ul style='margin:0; padding-left:18px;'> |
519 | | - <li><strong>Unfollowers Only:</strong> Shows users you follow who do not follow you back.</li> |
520 | | - <li><strong>Fans Only:</strong> Shows users who follow you but you do not follow back.</li> |
521 | | - <li><strong>Mixed Results:</strong> Displays only Unfollowers and Fans, excluding settled users.</li> |
522 | | - <li><strong>Settled Results:</strong> Shows users where both sides follow each other.</li> |
| 520 | + <li><strong>Unfollowers:</strong> People you follow, but they do not follow you back.</li> |
| 521 | + <li><strong>Fans:</strong> People who follow you, but you do not follow them back.</li> |
| 522 | + <li><strong>Mixed Connections:</strong> Only shows Unfollowers and Fans.</li> |
| 523 | + <li><strong>Settled Connections:</strong> People where you both follow each other.</li> |
523 | 524 | </ul>"> |
524 | 525 | <i class="bi bi-info-circle-fill text-color fs-5"></i> |
525 | 526 | </button> |
|
532 | 533 | class="btn btn-secondary button-wrapper rounded-5 shadow-none ps-3 pe-3" |
533 | 534 | for="filter-type-1"> |
534 | 535 | <i class="bi bi-heartbreak-fill"></i> |
535 | | - Unfollowers Only |
| 536 | + Unfollowers |
536 | 537 | </label> |
537 | 538 | <input type="radio" class="btn-check" name="filter-type" id="filter-type-2" |
538 | 539 | autocomplete="off" value="FANS_ONLY"> |
539 | 540 | <label |
540 | 541 | class="btn btn-secondary button-wrapper rounded-5 shadow-none ps-3 pe-3" |
541 | 542 | for="filter-type-2"> |
542 | 543 | <i class="bi bi-star-fill"></i> |
543 | | - Fans Only |
| 544 | + Fans |
544 | 545 | </label> |
545 | 546 | <input type="radio" class="btn-check" name="filter-type" id="filter-type-3" |
546 | 547 | autocomplete="off" value="MIXED_RESULT"> |
547 | 548 | <label |
548 | 549 | class="btn btn-secondary button-wrapper rounded-5 shadow-none ps-3 pe-3" |
549 | 550 | for="filter-type-3"> |
550 | 551 | <i class="bi bi-leaf-fill"></i> |
551 | | - Mixed Result |
| 552 | + Mixed Connections |
552 | 553 | </label> |
553 | 554 | <input type="radio" class="btn-check" name="filter-type" id="filter-type-4" |
554 | 555 | autocomplete="off" value="SETTLED_RESULT"> |
555 | 556 | <label |
556 | 557 | class="btn btn-secondary button-wrapper rounded-5 shadow-none ps-3 pe-3" |
557 | 558 | for="filter-type-4"> |
558 | 559 | <i class="bi bi-shield-lock-fill"></i> |
559 | | - Settled Resultes |
| 560 | + Settled Connections |
560 | 561 | </label> |
561 | 562 | </div> |
562 | 563 | </div> |
|
0 commit comments