move ui and api to seperate packages and add npm actions for them

This commit is contained in:
Gregor Vostrak
2024-08-21 14:28:31 +02:00
parent b7c9aa6f28
commit 635954f81d
185 changed files with 2755 additions and 712 deletions

View File

@@ -53,13 +53,13 @@
<div class="card card-default">
<div class="text-base text-muted">
<!-- Introduction -->
<p class="text-center"><strong class="text-white">{{ $client->name }}</strong> is requesting permission
<p class="text-center pb-4"><strong class="text-white">{{ $client->name }}</strong> is requesting permission
to access your
account.</p>
<!-- Scope List -->
@if (count($scopes) > 0)
<div class="py-4">
<div class="pb-4">
<p><strong>This application will be able to:</strong></p>
<ul class="list-disc pl-5 py-2">