mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-22 02:00:15 +00:00
⚙️ Raise top‑meetup and top‑country limits from 10 → 15; add guard for empty sparkline data before rendering chart.
This commit is contained in:
@@ -13,7 +13,7 @@ class extends Component {
|
||||
$topMeetups = Meetup::withCount('users')
|
||||
->with(['city.country'])
|
||||
->orderBy('users_count', 'desc')
|
||||
->limit(10)
|
||||
->limit(15)
|
||||
->get()
|
||||
->map(function ($meetup) {
|
||||
// Optimierte Query: Hole alle User-Erstellungsdaten für dieses Meetup auf einmal
|
||||
|
||||
Reference in New Issue
Block a user