Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
a6bae66
refactor: Updated Fortawesome to v6.4.0
SpaceEnergy Jun 8, 2023
5780548
refactor: Replace Images
SpaceEnergy Jun 8, 2023
8933531
refactor: Update Image Limit to 50
SpaceEnergy Jun 8, 2023
3c2e835
Merge https://github.com/StarCitizenWiki/API into develop
SpaceEnergy Jun 8, 2023
7b68408
refactor: Moved the Fortawesome icon JS to icon.js
SpaceEnergy Jun 8, 2023
a01401e
refactor: Change Version to 2.0.1
SpaceEnergy Jun 8, 2023
3c5e130
refactor: Hidden Unused links on Homepage
SpaceEnergy Jun 8, 2023
2549248
feat: Added social media links on homepage
SpaceEnergy Jun 8, 2023
c12651c
refactor: Remove unused Comments
SpaceEnergy Jun 8, 2023
df8cefe
refactor: Change Icons
SpaceEnergy Jun 8, 2023
9721a3b
refactor: Deleted unused file "notifications.blade.php"
SpaceEnergy Jun 8, 2023
acc7cc7
refactor: Change PNG Logo to SVG Logo
SpaceEnergy Jun 8, 2023
c7f809b
refactor: Reworked English translation
SpaceEnergy Jun 8, 2023
ffcc7b0
refactor: Change PNG Logo to SVG Logo
SpaceEnergy Jun 8, 2023
4f12ca7
refactor: Other PHP changes
SpaceEnergy Jun 8, 2023
f4ad37a
refactor: Update Composer
SpaceEnergy Jun 8, 2023
13a9f2f
feat: Added a new theme (SpaceTheme (Recolor)), Theme Dropdown
SpaceEnergy Jun 8, 2023
ae15365
refactor: CSS Update
SpaceEnergy Jun 9, 2023
ffc3adc
Update _modern-root.scss
SpaceEnergy Jun 9, 2023
fcffaa9
fix 1
SpaceEnergy Jun 9, 2023
799bc86
... to …
SpaceEnergy Jun 10, 2023
0dbf1d6
fix: Citizens Stats
SpaceEnergy Jun 10, 2023
1846673
fix: Discord URL
SpaceEnergy Jun 10, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function (Builder $query) use ($request) {
'images' => $query
->orderByDesc('id')
->groupBy('src')
->paginate(100),
->paginate(50),
'mimes' => ImageMetadata::query()->groupBy('mime')->get('mime'),
]
);
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/Web/User/Rsi/Stat/StatController.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public function index(Request $request): View
[
'labels' => $data->pluck('created_at')->toJson(),
'funds' => $data->pluck('funds')->toJson(),
'fleet' => $data->pluck('fleet')->toJson(),
'fans' => $data->pluck('fans')->toJson(),
'active' => $every,
'from' => optional($from)->format('Y-m-d'),
Expand Down
62 changes: 33 additions & 29 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

return [

'version' => '2.0.0',
'version' => '2.0.1',

/*
|--------------------------------------------------------------------------
Expand Down
Loading