ui update

This commit is contained in:
Andras Bacsai 2023-08-29 10:11:18 +02:00
parent d04d41bc23
commit 2f9b7b188a
3 changed files with 4 additions and 5 deletions

View File

@ -10,7 +10,6 @@ class SubscriptionValid
{
public function handle(Request $request, Closure $next): Response
{
ray()->showQueries()->color('orange');
if (isInstanceAdmin()) {
return $next($request);
}

View File

@ -11,7 +11,7 @@
<div class="flex flex-col gap-2 pt-10">
@if ($current_step === 'github_apps')
<ul class="pb-10 steps">
<li class="step step-warning">Select a GitHub App</li>
<li class="step step-secondary">Select a GitHub App</li>
<li class="step">Select a Repository, Branch & Save</li>
</ul>
<div class="flex flex-col justify-center gap-2 text-left xl:flex-row">
@ -49,8 +49,8 @@ class="">Loading...</span>
@endif
@if ($current_step === 'repository')
<ul class="pb-10 steps">
<li class="step step-warning">Select a GitHub App</li>
<li class="step step-warning">Select a Repository, Branch & Save</li>
<li class="step step-secondary">Select a GitHub App</li>
<li class="step step-secondary">Select a Repository, Branch & Save</li>
</ul>
@if ($repositories->count() > 0)
<div class="flex items-end gap-2">

View File

@ -41,7 +41,7 @@ module.exports = {
coollabs: {
primary: "#323232",
"primary-focus": "#242424",
secondary: "#4338ca",
secondary: "#6B16ED",
accent: "#4338ca",
neutral: "#1B1D1D",
"base-100": "#181818",