Skip to content

Commit 5921b0c

Browse files
committed
feat: added widget for staging environment.
1 parent 0a4f823 commit 5921b0c

1 file changed

Lines changed: 17 additions & 5 deletions

File tree

resources/views/filament/standard/widgets/staging-link.blade.php

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,29 @@
1212
<p class="text-xs text-gray-500 mt-1">
1313
Deine Tests haben keinen Einfluss auf den produktiven Ablauf.
1414
</p>
15-
@if (config('services.staging.changelog'))
15+
<div class="mt-2 flex items-center gap-4 text-sm">
16+
@if (config('services.staging.changelog'))
17+
<a
18+
href="{{ config('services.staging.changelog') }}"
19+
target="_blank"
20+
rel="noopener noreferrer"
21+
class="inline-flex items-center text-primary-600 hover:underline"
22+
>
23+
Änderungen ansehen
24+
<x-heroicon-o-arrow-top-right-on-square class="w-4 h-4 ml-1"/>
25+
</a>
26+
@endif
27+
1628
<a
17-
href="{{ config('services.staging.changelog') }}"
29+
href="https://github.com/N3XT0R/dashclip-delivery/issues"
1830
target="_blank"
1931
rel="noopener noreferrer"
20-
class="mt-2 inline-flex items-center text-sm text-primary-600 hover:underline"
32+
class="inline-flex items-center text-primary-600 hover:underline"
2133
>
22-
Änderungen ansehen
34+
Feedback geben
2335
<x-heroicon-o-arrow-top-right-on-square class="w-4 h-4 ml-1"/>
2436
</a>
25-
@endif
37+
</div>
2638
</div>
2739

2840
<div class="shrink-0">

0 commit comments

Comments
 (0)