voting added

This commit is contained in:
HolgerHatGarKeineNode
2023-03-10 23:26:32 +01:00
parent 0ae23e0314
commit c09fbb6112
12 changed files with 81 additions and 12 deletions

View File

@@ -813,5 +813,9 @@
"Reason": "Ablehnungsgrund",
"not voted yet": "bisher nicht abgestimmt",
"Entitled voters": "Stimmberechtigte",
"Other voters": "Alle anderen"
"Other voters": "Alle anderen",
"Submit a project proposal and let the community vote on it through the elected voters. All other community members can also vote.": "",
"Submitted by": "Übermittelt von",
"This project requires": "Dieses Projekt benötigt/beantragt",
"sats": "sats"
}

View File

@@ -810,5 +810,9 @@
"Reason": "",
"not voted yet": "",
"Entitled voters": "",
"Other voters": ""
"Other voters": "",
"Submit a project proposal and let the community vote on it through the elected voters. All other community members can also vote.": "",
"Submitted by": "",
"This project requires": "",
"sats": ""
}

View File

@@ -810,5 +810,9 @@
"Reason": "",
"not voted yet": "",
"Entitled voters": "",
"Other voters": ""
"Other voters": "",
"Submit a project proposal and let the community vote on it through the elected voters. All other community members can also vote.": "",
"Submitted by": "",
"This project requires": "",
"sats": ""
}

View File

@@ -811,5 +811,9 @@
"Reason": "",
"not voted yet": "",
"Entitled voters": "",
"Other voters": ""
"Other voters": "",
"Submit a project proposal and let the community vote on it through the elected voters. All other community members can also vote.": "",
"Submitted by": "",
"This project requires": "",
"sats": ""
}

View File

@@ -811,5 +811,9 @@
"Reason": "",
"not voted yet": "",
"Entitled voters": "",
"Other voters": ""
"Other voters": "",
"Submit a project proposal and let the community vote on it through the elected voters. All other community members can also vote.": "",
"Submitted by": "",
"This project requires": "",
"sats": ""
}

View File

@@ -811,5 +811,9 @@
"Reason": "",
"not voted yet": "",
"Entitled voters": "",
"Other voters": ""
"Other voters": "",
"Submit a project proposal and let the community vote on it through the elected voters. All other community members can also vote.": "",
"Submitted by": "",
"This project requires": "",
"sats": ""
}

View File

@@ -811,5 +811,9 @@
"Reason": "",
"not voted yet": "",
"Entitled voters": "",
"Other voters": ""
"Other voters": "",
"Submit a project proposal and let the community vote on it through the elected voters. All other community members can also vote.": "",
"Submitted by": "",
"This project requires": "",
"sats": ""
}

View File

@@ -811,5 +811,9 @@
"Reason": "",
"not voted yet": "",
"Entitled voters": "",
"Other voters": ""
"Other voters": "",
"Submit a project proposal and let the community vote on it through the elected voters. All other community members can also vote.": "",
"Submitted by": "",
"This project requires": "",
"sats": ""
}

View File

@@ -811,5 +811,9 @@
"Reason": "",
"not voted yet": "",
"Entitled voters": "",
"Other voters": ""
"Other voters": "",
"Submit a project proposal and let the community vote on it through the elected voters. All other community members can also vote.": "",
"Submitted by": "",
"This project requires": "",
"sats": ""
}

View File

@@ -773,5 +773,9 @@
"Reason": "",
"not voted yet": "",
"Entitled voters": "",
"Other voters": ""
"Other voters": "",
"Submit a project proposal and let the community vote on it through the elected voters. All other community members can also vote.": "",
"Submitted by": "",
"This project requires": "",
"sats": ""
}

View File

@@ -785,5 +785,9 @@
"Reason": "",
"not voted yet": "",
"Entitled voters": "",
"Other voters": ""
"Other voters": "",
"Submit a project proposal and let the community vote on it through the elected voters. All other community members can also vote.": "",
"Submitted by": "",
"This project requires": "",
"sats": ""
}

View File

@@ -21,7 +21,32 @@
<div class="space-y-8 divide-y divide-gray-700 sm:space-y-5">
<div class="grid grid-cols-1 sm:grid-cols-2 gap-2">
<div class="px-12">
<div class="border-b border-gray-200 bg-dark px-4 py-5 sm:px-6">
<h3 class="text-base font-semibold leading-6 text-gray-200">{{ __('Submitted by') }}</h3>
</div>
<div class="mx-auto max-w-prose text-base lg:grid lg:max-w-none lg:grid-cols-2 lg:gap-8">
<div class="mt-6 flex items-center">
<div class="flex-shrink-0">
<div>
<span class="sr-only text-gray-200">{{ $projectProposal->user->name }}</span>
<img class="h-10 w-10 object-cover rounded"
src="{{ $projectProposal->user->profile_photo_url }}"
alt="{{ $projectProposal->user->name }}">
</div>
</div>
<div class="ml-3">
<div class="text-sm font-medium text-gray-200">
<div class="text-gray-200">{{ $projectProposal->user->name }}</div>
</div>
<div class="flex space-x-1 text-sm text-gray-300">
<span class="font-bold">{{ __('This project requires') }} </span><span class="font-bold text-amber-500">{{ $projectProposal->support_in_sats }} {{ __('sats') }}</span>
</div>
</div>
</div>
</div>
<div class="border-b border-gray-200 bg-dark px-4 py-5 sm:px-6">
<h3 class="text-base font-semibold leading-6 text-gray-200">{{ __('Description') }}</h3>
</div>