Added false results buttons to reports, fixed some falses (#256)

This commit is contained in:
soxoj
2021-12-09 01:04:24 +03:00
committed by GitHub
parent 5f220b652d
commit 4880b71246
5 changed files with 12 additions and 3 deletions
@@ -1,7 +1,7 @@
--- ---
name: Report invalid result name: Report invalid result
about: I want report invalid result of Maigret Search about: I want to report invalid result of Maigret search
title: Invalit result title: Invalid result
labels: false-result labels: false-result
assignees: soxoj assignees: soxoj
+4 -1
View File
@@ -5383,6 +5383,7 @@
"usernameUnclaimed": "noonewouldeverusethis7" "usernameUnclaimed": "noonewouldeverusethis7"
}, },
"Funnyordie": { "Funnyordie": {
"disabled": true,
"tags": [ "tags": [
"in", "in",
"us" "us"
@@ -10149,7 +10150,7 @@
], ],
"checkType": "message", "checkType": "message",
"absenceStrs": [ "absenceStrs": [
"<title>404</title>" "404 - Not Found"
], ],
"alexaRank": 25200, "alexaRank": 25200,
"urlMain": "https://overclockers.ru", "urlMain": "https://overclockers.ru",
@@ -10426,6 +10427,7 @@
"usernameUnclaimed": "noonewouldeverusethis7" "usernameUnclaimed": "noonewouldeverusethis7"
}, },
"PeopleAndCountries": { "PeopleAndCountries": {
"disabled": true,
"tags": [ "tags": [
"forum", "forum",
"ru" "ru"
@@ -17524,6 +17526,7 @@
"usernameUnclaimed": "noonewouldeverusethis7" "usernameUnclaimed": "noonewouldeverusethis7"
}, },
"funny-games.biz": { "funny-games.biz": {
"disabled": true,
"tags": [ "tags": [
"forum", "forum",
"lt", "lt",
+1
View File
@@ -68,6 +68,7 @@
<div class="row-mb"> <div class="row-mb">
<div class="col-md"> <div class="col-md">
<div class="card flex-md-row mb-4 box-shadow h-md-250"> <div class="card flex-md-row mb-4 box-shadow h-md-250">
<span style="position: absolute; right: 10px;"><a href="https://github.com/soxoj/maigret/issues/new?assignees=soxoj&amp;labels=bug&amp;template=report-false-result.md&amp;title=Invalid%20result%20{{ v.url_user }}">Invalid?</a></span>
<img class="card-img-right flex-auto d-md-block" alt="Photo" style="width: 200px; height: 200px; object-fit: scale-down;" src="{{ v.status and v.status.ids_data and v.status.ids_data.image or 'https://i.imgur.com/040fmbw.png' }}" data-holder-rendered="true"> <img class="card-img-right flex-auto d-md-block" alt="Photo" style="width: 200px; height: 200px; object-fit: scale-down;" src="{{ v.status and v.status.ids_data and v.status.ids_data.image or 'https://i.imgur.com/040fmbw.png' }}" data-holder-rendered="true">
<div class="card-body d-flex flex-column align-items-start" style="padding-top: 0;"> <div class="card-body d-flex flex-column align-items-start" style="padding-top: 0;">
<h3 class="mb-0" style="padding-top: 1rem;"> <h3 class="mb-0" style="padding-top: 1rem;">
+4
View File
@@ -38,4 +38,8 @@ div {
border-bottom-color: #3e3e3e; border-bottom-color: #3e3e3e;
border-bottom-width: 1px; border-bottom-width: 1px;
border-bottom-style: solid; border-bottom-style: solid;
}
.invalid-button {
position: absolute;
left: 10px;
} }
+1
View File
@@ -64,6 +64,7 @@
<div class="sitebox" style="margin-top: 20px;" > <div class="sitebox" style="margin-top: 20px;" >
<div> <div>
<div> <div>
<span class="invalid-button"><a href="https://github.com/soxoj/maigret/issues/new?assignees=soxoj&amp;labels=bug&amp;template=report-false-result.md&amp;title=Invalid%20result%20{{ v.url_user }}">Invalid?</a></span>
<table> <table>
<tr> <tr>
<td valign="top"> <td valign="top">