mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
fixes #16
This commit is contained in:
@@ -53,7 +53,19 @@ class Meetups extends Component
|
|||||||
$this->myMeetupNames = auth()
|
$this->myMeetupNames = auth()
|
||||||
->user()
|
->user()
|
||||||
->meetups()
|
->meetups()
|
||||||
->pluck('meetups.name', 'meetups.id')
|
->with([
|
||||||
|
'city.country'
|
||||||
|
])
|
||||||
|
->select('meetups.id', 'meetups.city_id', 'meetups.name', 'meetups.slug')
|
||||||
|
->get()
|
||||||
|
->map(fn($meetup) => [
|
||||||
|
'id' => $meetup->id,
|
||||||
|
'name' => $meetup->name,
|
||||||
|
'link' => route('meetup.landing', [
|
||||||
|
'country' => $meetup->city->country->code,
|
||||||
|
'meetup' => $meetup,
|
||||||
|
])
|
||||||
|
])
|
||||||
->toArray();
|
->toArray();
|
||||||
if (count($this->myMeetups) > 0) {
|
if (count($this->myMeetups) > 0) {
|
||||||
$this->hasMeetups = true;
|
$this->hasMeetups = true;
|
||||||
@@ -80,11 +92,6 @@ class Meetups extends Component
|
|||||||
->get();
|
->get();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function render()
|
|
||||||
{
|
|
||||||
return view('livewire.profile.meetups');
|
|
||||||
}
|
|
||||||
|
|
||||||
public function signUpForMeetup($id)
|
public function signUpForMeetup($id)
|
||||||
{
|
{
|
||||||
$user = auth()->user();
|
$user = auth()->user();
|
||||||
@@ -108,4 +115,9 @@ class Meetups extends Component
|
|||||||
$this->notification()
|
$this->notification()
|
||||||
->success(__('Saved.'));
|
->success(__('Saved.'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function render()
|
||||||
|
{
|
||||||
|
return view('livewire.profile.meetups');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
473
composer.lock
generated
473
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -829,5 +829,12 @@
|
|||||||
"Bitcoin - Rabbit Hole": "",
|
"Bitcoin - Rabbit Hole": "",
|
||||||
"This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "",
|
"This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "",
|
||||||
"Bindle Gallery": "",
|
"Bindle Gallery": "",
|
||||||
"Die berühmte Bindlesammlung von FiatTracker.": ""
|
"Die berühmte Bindlesammlung von FiatTracker.": "",
|
||||||
|
"BooksForPlebs": "",
|
||||||
|
"Local book lending for Bitcoin-Meetup\\'s.": "",
|
||||||
|
"Neues Bindle hochladen": "",
|
||||||
|
"Suche": "",
|
||||||
|
"Wurde zuerst hier gepostet:": "",
|
||||||
|
"Bücherverleih": "",
|
||||||
|
"Bindles": ""
|
||||||
}
|
}
|
||||||
@@ -869,5 +869,12 @@
|
|||||||
"Bitcoin - Rabbit Hole": "Bitcoin - Kaninchenbau",
|
"Bitcoin - Rabbit Hole": "Bitcoin - Kaninchenbau",
|
||||||
"This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "Dies ist eine große Übersicht über den Bitcoin Kaninchenbau mit Eingängen zu Bereichen die Bitcoin umfasst. Jedes Thema besitzt eine eigene Höhle, die durch Infografiken einfach und verständlich visualisiert ist und über QR Codes zu Erklärvideos und -artikeln führen. Spiel Spaß auf deiner Entdeckungsreise!",
|
"This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "Dies ist eine große Übersicht über den Bitcoin Kaninchenbau mit Eingängen zu Bereichen die Bitcoin umfasst. Jedes Thema besitzt eine eigene Höhle, die durch Infografiken einfach und verständlich visualisiert ist und über QR Codes zu Erklärvideos und -artikeln führen. Spiel Spaß auf deiner Entdeckungsreise!",
|
||||||
"Bindle Gallery": "",
|
"Bindle Gallery": "",
|
||||||
"Die berühmte Bindlesammlung von FiatTracker.": ""
|
"Die berühmte Bindlesammlung von FiatTracker.": "",
|
||||||
|
"BooksForPlebs": "",
|
||||||
|
"Local book lending for Bitcoin-Meetup\\'s.": "",
|
||||||
|
"Neues Bindle hochladen": "",
|
||||||
|
"Suche": "",
|
||||||
|
"Wurde zuerst hier gepostet:": "",
|
||||||
|
"Bücherverleih": "",
|
||||||
|
"Bindles": ""
|
||||||
}
|
}
|
||||||
@@ -869,5 +869,12 @@
|
|||||||
"Bitcoin - Rabbit Hole": "",
|
"Bitcoin - Rabbit Hole": "",
|
||||||
"This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "",
|
"This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "",
|
||||||
"Bindle Gallery": "",
|
"Bindle Gallery": "",
|
||||||
"Die berühmte Bindlesammlung von FiatTracker.": ""
|
"Die berühmte Bindlesammlung von FiatTracker.": "The famous Bindle collection by FiatTracker.",
|
||||||
|
"BooksForPlebs": "BooksForPlebs",
|
||||||
|
"Local book lending for Bitcoin-Meetup\\'s.": "",
|
||||||
|
"Neues Bindle hochladen": "Upload new Bindle",
|
||||||
|
"Suche": "Search",
|
||||||
|
"Wurde zuerst hier gepostet:": "Was first posted here:",
|
||||||
|
"Bücherverleih": "Book lending",
|
||||||
|
"Bindles": ""
|
||||||
}
|
}
|
||||||
@@ -869,5 +869,12 @@
|
|||||||
"Bitcoin - Rabbit Hole": "",
|
"Bitcoin - Rabbit Hole": "",
|
||||||
"This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "",
|
"This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "",
|
||||||
"Bindle Gallery": "",
|
"Bindle Gallery": "",
|
||||||
"Die berühmte Bindlesammlung von FiatTracker.": ""
|
"Die berühmte Bindlesammlung von FiatTracker.": "",
|
||||||
|
"BooksForPlebs": "",
|
||||||
|
"Local book lending for Bitcoin-Meetup\\'s.": "",
|
||||||
|
"Neues Bindle hochladen": "",
|
||||||
|
"Suche": "",
|
||||||
|
"Wurde zuerst hier gepostet:": "",
|
||||||
|
"Bücherverleih": "",
|
||||||
|
"Bindles": ""
|
||||||
}
|
}
|
||||||
@@ -870,5 +870,12 @@
|
|||||||
"Bitcoin - Rabbit Hole": "",
|
"Bitcoin - Rabbit Hole": "",
|
||||||
"This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "",
|
"This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "",
|
||||||
"Bindle Gallery": "",
|
"Bindle Gallery": "",
|
||||||
"Die berühmte Bindlesammlung von FiatTracker.": ""
|
"Die berühmte Bindlesammlung von FiatTracker.": "",
|
||||||
|
"BooksForPlebs": "",
|
||||||
|
"Local book lending for Bitcoin-Meetup\\'s.": "",
|
||||||
|
"Neues Bindle hochladen": "",
|
||||||
|
"Suche": "",
|
||||||
|
"Wurde zuerst hier gepostet:": "",
|
||||||
|
"Bücherverleih": "",
|
||||||
|
"Bindles": ""
|
||||||
}
|
}
|
||||||
@@ -870,5 +870,12 @@
|
|||||||
"Bitcoin - Rabbit Hole": "",
|
"Bitcoin - Rabbit Hole": "",
|
||||||
"This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "",
|
"This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "",
|
||||||
"Bindle Gallery": "",
|
"Bindle Gallery": "",
|
||||||
"Die berühmte Bindlesammlung von FiatTracker.": ""
|
"Die berühmte Bindlesammlung von FiatTracker.": "",
|
||||||
|
"BooksForPlebs": "",
|
||||||
|
"Local book lending for Bitcoin-Meetup\\'s.": "",
|
||||||
|
"Neues Bindle hochladen": "",
|
||||||
|
"Suche": "",
|
||||||
|
"Wurde zuerst hier gepostet:": "",
|
||||||
|
"Bücherverleih": "",
|
||||||
|
"Bindles": ""
|
||||||
}
|
}
|
||||||
@@ -870,5 +870,12 @@
|
|||||||
"Bitcoin - Rabbit Hole": "",
|
"Bitcoin - Rabbit Hole": "",
|
||||||
"This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "",
|
"This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "",
|
||||||
"Bindle Gallery": "",
|
"Bindle Gallery": "",
|
||||||
"Die berühmte Bindlesammlung von FiatTracker.": ""
|
"Die berühmte Bindlesammlung von FiatTracker.": "",
|
||||||
|
"BooksForPlebs": "",
|
||||||
|
"Local book lending for Bitcoin-Meetup\\'s.": "",
|
||||||
|
"Neues Bindle hochladen": "",
|
||||||
|
"Suche": "",
|
||||||
|
"Wurde zuerst hier gepostet:": "",
|
||||||
|
"Bücherverleih": "",
|
||||||
|
"Bindles": ""
|
||||||
}
|
}
|
||||||
@@ -870,5 +870,12 @@
|
|||||||
"Bitcoin - Rabbit Hole": "",
|
"Bitcoin - Rabbit Hole": "",
|
||||||
"This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "",
|
"This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "",
|
||||||
"Bindle Gallery": "",
|
"Bindle Gallery": "",
|
||||||
"Die berühmte Bindlesammlung von FiatTracker.": ""
|
"Die berühmte Bindlesammlung von FiatTracker.": "",
|
||||||
|
"BooksForPlebs": "",
|
||||||
|
"Local book lending for Bitcoin-Meetup\\'s.": "",
|
||||||
|
"Neues Bindle hochladen": "",
|
||||||
|
"Suche": "",
|
||||||
|
"Wurde zuerst hier gepostet:": "",
|
||||||
|
"Bücherverleih": "",
|
||||||
|
"Bindles": ""
|
||||||
}
|
}
|
||||||
@@ -870,5 +870,12 @@
|
|||||||
"Bitcoin - Rabbit Hole": "",
|
"Bitcoin - Rabbit Hole": "",
|
||||||
"This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "",
|
"This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "",
|
||||||
"Bindle Gallery": "",
|
"Bindle Gallery": "",
|
||||||
"Die berühmte Bindlesammlung von FiatTracker.": ""
|
"Die berühmte Bindlesammlung von FiatTracker.": "",
|
||||||
|
"BooksForPlebs": "",
|
||||||
|
"Local book lending for Bitcoin-Meetup\\'s.": "",
|
||||||
|
"Neues Bindle hochladen": "",
|
||||||
|
"Suche": "",
|
||||||
|
"Wurde zuerst hier gepostet:": "",
|
||||||
|
"Bücherverleih": "",
|
||||||
|
"Bindles": ""
|
||||||
}
|
}
|
||||||
@@ -870,5 +870,12 @@
|
|||||||
"Bitcoin - Rabbit Hole": "",
|
"Bitcoin - Rabbit Hole": "",
|
||||||
"This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "",
|
"This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "",
|
||||||
"Bindle Gallery": "",
|
"Bindle Gallery": "",
|
||||||
"Die berühmte Bindlesammlung von FiatTracker.": ""
|
"Die berühmte Bindlesammlung von FiatTracker.": "",
|
||||||
|
"BooksForPlebs": "",
|
||||||
|
"Local book lending for Bitcoin-Meetup\\'s.": "",
|
||||||
|
"Neues Bindle hochladen": "",
|
||||||
|
"Suche": "",
|
||||||
|
"Wurde zuerst hier gepostet:": "",
|
||||||
|
"Bücherverleih": "",
|
||||||
|
"Bindles": ""
|
||||||
}
|
}
|
||||||
@@ -832,5 +832,12 @@
|
|||||||
"Bitcoin - Rabbit Hole": "",
|
"Bitcoin - Rabbit Hole": "",
|
||||||
"This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "",
|
"This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "",
|
||||||
"Bindle Gallery": "",
|
"Bindle Gallery": "",
|
||||||
"Die berühmte Bindlesammlung von FiatTracker.": ""
|
"Die berühmte Bindlesammlung von FiatTracker.": "",
|
||||||
|
"BooksForPlebs": "",
|
||||||
|
"Local book lending for Bitcoin-Meetup\\'s.": "",
|
||||||
|
"Neues Bindle hochladen": "",
|
||||||
|
"Suche": "",
|
||||||
|
"Wurde zuerst hier gepostet:": "",
|
||||||
|
"Bücherverleih": "",
|
||||||
|
"Bindles": ""
|
||||||
}
|
}
|
||||||
@@ -844,5 +844,12 @@
|
|||||||
"Bitcoin - Rabbit Hole": "",
|
"Bitcoin - Rabbit Hole": "",
|
||||||
"This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "",
|
"This is a great overview of the Bitcoin rabbit hole with entrances to areas Bitcoin encompasses. Each topic has its own rabbit hole, visualized through infographics in a simple and understandable way, with QR codes leading to explanatory videos and articles. Play fun on your journey of discovery!": "",
|
||||||
"Bindle Gallery": "",
|
"Bindle Gallery": "",
|
||||||
"Die berühmte Bindlesammlung von FiatTracker.": ""
|
"Die berühmte Bindlesammlung von FiatTracker.": "",
|
||||||
|
"BooksForPlebs": "",
|
||||||
|
"Local book lending for Bitcoin-Meetup\\'s.": "",
|
||||||
|
"Neues Bindle hochladen": "",
|
||||||
|
"Suche": "",
|
||||||
|
"Wurde zuerst hier gepostet:": "",
|
||||||
|
"Bücherverleih": "",
|
||||||
|
"Bindles": ""
|
||||||
}
|
}
|
||||||
@@ -51,7 +51,14 @@
|
|||||||
black
|
black
|
||||||
:href="'lightning:'.$this->lnurl"
|
:href="'lightning:'.$this->lnurl"
|
||||||
>
|
>
|
||||||
{{ __('Click to connect') }}<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M461.81 53.81a4.4 4.4 0 00-3.3-3.39c-54.38-13.3-180 34.09-248.13 102.17a294.9 294.9 0 00-33.09 39.08c-21-1.9-42-.3-59.88 7.5-50.49 22.2-65.18 80.18-69.28 105.07a9 9 0 009.8 10.4l81.07-8.9a180.29 180.29 0 001.1 18.3 18.15 18.15 0 005.3 11.09l31.39 31.39a18.15 18.15 0 0011.1 5.3 179.91 179.91 0 0018.19 1.1l-8.89 81a9 9 0 0010.39 9.79c24.9-4 83-18.69 105.07-69.17 7.8-17.9 9.4-38.79 7.6-59.69a293.91 293.91 0 0039.19-33.09c68.38-68 115.47-190.86 102.37-247.95zM298.66 213.67a42.7 42.7 0 1160.38 0 42.65 42.65 0 01-60.38 0z"></path><path fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M109.64 352a45.06 45.06 0 00-26.35 12.84C65.67 382.52 64 448 64 448s65.52-1.67 83.15-19.31A44.73 44.73 0 00160 402.32"></path></svg>
|
{{ __('Click to connect') }}
|
||||||
|
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512"
|
||||||
|
height="1em" width="1em" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"
|
||||||
|
d="M461.81 53.81a4.4 4.4 0 00-3.3-3.39c-54.38-13.3-180 34.09-248.13 102.17a294.9 294.9 0 00-33.09 39.08c-21-1.9-42-.3-59.88 7.5-50.49 22.2-65.18 80.18-69.28 105.07a9 9 0 009.8 10.4l81.07-8.9a180.29 180.29 0 001.1 18.3 18.15 18.15 0 005.3 11.09l31.39 31.39a18.15 18.15 0 0011.1 5.3 179.91 179.91 0 0018.19 1.1l-8.89 81a9 9 0 0010.39 9.79c24.9-4 83-18.69 105.07-69.17 7.8-17.9 9.4-38.79 7.6-59.69a293.91 293.91 0 0039.19-33.09c68.38-68 115.47-190.86 102.37-247.95zM298.66 213.67a42.7 42.7 0 1160.38 0 42.65 42.65 0 01-60.38 0z"></path>
|
||||||
|
<path fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"
|
||||||
|
d="M109.64 352a45.06 45.06 0 00-26.35 12.84C65.67 382.52 64 448 64 448s65.52-1.67 83.15-19.31A44.73 44.73 0 00160 402.32"></path>
|
||||||
|
</svg>
|
||||||
</x-button>
|
</x-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -94,7 +101,8 @@
|
|||||||
>Balance of Satoshis</a
|
>Balance of Satoshis</a
|
||||||
>,
|
>,
|
||||||
<a
|
<a
|
||||||
target="_blank" href="https://blixtwallet.github.io" class="leading-6 text-blue-400 bg-transparent cursor-pointer"
|
target="_blank" href="https://blixtwallet.github.io"
|
||||||
|
class="leading-6 text-blue-400 bg-transparent cursor-pointer"
|
||||||
style="text-decoration: none; list-style: outside;">Blixt</a>,
|
style="text-decoration: none; list-style: outside;">Blixt</a>,
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
|||||||
@@ -23,9 +23,12 @@
|
|||||||
{{ __('Your current Meetup groups') }}
|
{{ __('Your current Meetup groups') }}
|
||||||
</p>
|
</p>
|
||||||
<div class="grid grid-cols-1 gap-2">
|
<div class="grid grid-cols-1 gap-2">
|
||||||
@foreach($myMeetupNames as $id => $myMeetupName)
|
@foreach($myMeetupNames as $myMeetup)
|
||||||
<x-badge class="whitespace-nowrap" lg outline white
|
<a href="{{ $myMeetup['link'] }}">
|
||||||
label="{{ $myMeetupName }}"/>
|
<x-badge
|
||||||
|
class="whitespace-nowrap" lg outline white
|
||||||
|
label="{{ $myMeetup['name'] }}"/>
|
||||||
|
</a>
|
||||||
@endforeach
|
@endforeach
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user