| 
									
										
										
										
											2019-02-09 13:41:40 +01:00
										 |  |  | @extends('layout.default') | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-01 20:19:18 +02:00
										 |  |  | @section('title', $__t('About grocy')) | 
					
						
							| 
									
										
										
										
											2019-03-09 15:54:16 +01:00
										 |  |  | @section('viewJsName', 'about') | 
					
						
							| 
									
										
										
										
											2019-02-09 13:41:40 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | @section('content') | 
					
						
							|  |  |  | <div class="row"> | 
					
						
							| 
									
										
										
										
											2021-06-24 22:46:47 +02:00
										 |  |  | 	<div class="col-12 col-md-6 text-center"> | 
					
						
							| 
									
										
										
										
											2020-04-19 08:51:02 -04:00
										 |  |  | 		<h2 class="title">@yield('title')</h2> | 
					
						
							| 
									
										
										
										
											2020-10-31 18:37:10 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-03-09 15:54:16 +01:00
										 |  |  | 		<ul class="nav nav-tabs justify-content-center mt-3"> | 
					
						
							|  |  |  | 			<li class="nav-item"> | 
					
						
							| 
									
										
										
										
											2020-08-31 20:32:50 +02:00
										 |  |  | 				<a class="nav-link active" | 
					
						
							|  |  |  | 					id="system-info-tab" | 
					
						
							|  |  |  | 					data-toggle="tab" | 
					
						
							|  |  |  | 					href="#system-info">{{ $__t('System info') }}</a> | 
					
						
							| 
									
										
										
										
											2019-03-09 15:54:16 +01:00
										 |  |  | 			</li> | 
					
						
							|  |  |  | 			<li class="nav-item"> | 
					
						
							| 
									
										
										
										
											2020-08-31 20:32:50 +02:00
										 |  |  | 				<a class="nav-link" | 
					
						
							|  |  |  | 					id="changelog-tab" | 
					
						
							|  |  |  | 					data-toggle="tab" | 
					
						
							|  |  |  | 					href="#changelog">{{ $__t('Changelog') }}</a> | 
					
						
							| 
									
										
										
										
											2019-03-09 15:54:16 +01:00
										 |  |  | 			</li> | 
					
						
							|  |  |  | 		</ul> | 
					
						
							| 
									
										
										
										
											2019-03-06 19:23:53 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-03-09 15:54:16 +01:00
										 |  |  | 		<div class="tab-content mt-3"> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-08-31 20:32:50 +02:00
										 |  |  | 			<div class="tab-pane show active" | 
					
						
							|  |  |  | 				id="system-info"> | 
					
						
							| 
									
										
										
										
											2019-03-09 15:54:16 +01:00
										 |  |  | 				<p> | 
					
						
							|  |  |  | 					Version <code>{{ $version }}</code><br> | 
					
						
							| 
									
										
										
										
											2020-08-31 20:32:50 +02:00
										 |  |  | 					{{ $__t('Released on') }} <code>{{ $releaseDate }}</code> <time class="timeago timeago-contextual" | 
					
						
							|  |  |  | 						datetime="{{ $releaseDate }}"></time> | 
					
						
							| 
									
										
										
										
											2019-03-09 15:54:16 +01:00
										 |  |  | 				</p> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 				<p> | 
					
						
							|  |  |  | 					PHP Version <code>{{ $system_info['php_version'] }}</code><br> | 
					
						
							| 
									
										
										
										
											2021-09-20 20:16:41 +02:00
										 |  |  | 					SQLite Version <code>{{ $system_info['sqlite_version'] }}</code><br> | 
					
						
							|  |  |  | 					OS <code>{{ $system_info['os'] }}</code><br> | 
					
						
							|  |  |  | 					Client <code>{{ $system_info['client'] }}</code> | 
					
						
							| 
									
										
										
										
											2019-03-09 15:54:16 +01:00
										 |  |  | 				</p> | 
					
						
							| 
									
										
										
										
											2019-09-20 10:08:10 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 				<p> | 
					
						
							|  |  |  | 					{{ $__t('Do you find grocy useful?') }}<br> | 
					
						
							| 
									
										
										
										
											2020-08-31 20:32:50 +02:00
										 |  |  | 					<a class="btn btn-sm btn-primary text-white mt-1" | 
					
						
							|  |  |  | 						href="https://grocy.info/#say-thanks" | 
					
						
							| 
									
										
										
										
											2022-04-04 20:10:29 +02:00
										 |  |  | 						target="_blank">{{ $__t('Say thanks') }} <i class="fa-solid fa-heart"></i></a> | 
					
						
							| 
									
										
										
										
											2019-09-20 10:08:10 +02:00
										 |  |  | 				</p> | 
					
						
							| 
									
										
										
										
											2019-03-09 15:54:16 +01:00
										 |  |  | 			</div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-08-31 20:32:50 +02:00
										 |  |  | 			<div class="tab-pane show" | 
					
						
							|  |  |  | 				id="changelog"> | 
					
						
							| 
									
										
										
										
											2019-03-09 15:54:16 +01:00
										 |  |  | 				@php $Parsedown = new Parsedown(); @endphp | 
					
						
							|  |  |  | 				@foreach($changelog['changelog_items'] as $changelogItem) | 
					
						
							|  |  |  | 				<div class="card my-2"> | 
					
						
							|  |  |  | 					<div class="card-header"> | 
					
						
							| 
									
										
										
										
											2020-08-31 20:32:50 +02:00
										 |  |  | 						<a class="discrete-link" | 
					
						
							|  |  |  | 							data-toggle="collapse-next" | 
					
						
							|  |  |  | 							href="#"> | 
					
						
							| 
									
										
										
										
											2019-03-09 15:54:16 +01:00
										 |  |  | 							Version <span class="font-weight-bold">{{ $changelogItem['version'] }}</span><br> | 
					
						
							| 
									
										
										
										
											2019-05-01 20:19:18 +02:00
										 |  |  | 							{{ $__t('Released on') }} <span class="font-weight-bold">{{ $changelogItem['release_date'] }}</span> | 
					
						
							| 
									
										
										
										
											2020-08-31 20:32:50 +02:00
										 |  |  | 							<time class="timeago timeago-contextual" | 
					
						
							|  |  |  | 								datetime="{{ $changelogItem['release_date'] }}"></time> | 
					
						
							| 
									
										
										
										
											2019-03-09 15:54:16 +01:00
										 |  |  | 						</a> | 
					
						
							|  |  |  | 					</div> | 
					
						
							|  |  |  | 					<div class="collapse @if($changelogItem['release_number'] >= $changelog['newest_release_number'] - 4) show @endif"> | 
					
						
							|  |  |  | 						<div class="card-body text-left"> | 
					
						
							|  |  |  | 							{!! $Parsedown->text($changelogItem['body']) !!} | 
					
						
							|  |  |  | 						</div> | 
					
						
							|  |  |  | 					</div> | 
					
						
							|  |  |  | 				</div> | 
					
						
							|  |  |  | 				@endforeach | 
					
						
							|  |  |  | 			</div> | 
					
						
							| 
									
										
										
										
											2020-08-29 16:41:27 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-03-09 15:54:16 +01:00
										 |  |  | 		</div> | 
					
						
							| 
									
										
										
										
											2019-03-06 19:23:53 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		<p class="small text-muted"> | 
					
						
							| 
									
										
										
										
											2019-03-09 15:54:16 +01:00
										 |  |  | 			grocy is a project by | 
					
						
							| 
									
										
										
										
											2020-08-31 20:32:50 +02:00
										 |  |  | 			<a href="https://berrnd.de" | 
					
						
							|  |  |  | 				class="text-dark" | 
					
						
							|  |  |  | 				target="_blank">Bernd Bestel</a><br> | 
					
						
							| 
									
										
										
										
											2019-03-09 15:54:16 +01:00
										 |  |  | 			Created with passion since 2017<br> | 
					
						
							| 
									
										
										
										
											2019-03-06 19:23:53 +01:00
										 |  |  | 			Life runs on code<br> | 
					
						
							| 
									
										
										
										
											2020-08-31 20:32:50 +02:00
										 |  |  | 			<a href="https://github.com/grocy/grocy" | 
					
						
							|  |  |  | 				class="text-dark" | 
					
						
							|  |  |  | 				target="_blank"> | 
					
						
							| 
									
										
										
										
											2022-04-04 20:10:29 +02:00
										 |  |  | 				<i class="fa-brands fa-github"></i> | 
					
						
							| 
									
										
										
										
											2019-03-06 19:23:53 +01:00
										 |  |  | 			</a> | 
					
						
							|  |  |  | 		</p> | 
					
						
							| 
									
										
										
										
											2019-02-09 13:41:40 +01:00
										 |  |  | 	</div> | 
					
						
							|  |  |  | </div> | 
					
						
							|  |  |  | @stop |