diff --git a/bin/build.sh b/bin/build.sh deleted file mode 100755 index dcc52ec..0000000 --- a/bin/build.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -cp -r ./ ~/temp-lucent -cd ~/temp-lucent && npm run build -rm -rf ~/temp-lucent/node_modules -rm -rf ~/temp-lucent/.git -cd ~/ -zip -r lucent.zip temp-lucent/ -rm -rf ~/temp-lucent diff --git a/bin/lucent-serve b/bin/lucent-serve deleted file mode 100755 index 5643a27..0000000 --- a/bin/lucent-serve +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -php8.2 artisan serve --port 8197 diff --git a/front/js/svelte/Account.svelte b/front/js/svelte/Account.svelte index 424c446..82bc741 100644 --- a/front/js/svelte/Account.svelte +++ b/front/js/svelte/Account.svelte @@ -21,5 +21,10 @@ setContext("channel", channel); setContext("user", user); +
+

{channel.name}

+
+
+ +
- diff --git a/front/js/svelte/account/Login.svelte b/front/js/svelte/account/Login.svelte index d4dd613..06daacc 100644 --- a/front/js/svelte/account/Login.svelte +++ b/front/js/svelte/account/Login.svelte @@ -1,7 +1,6 @@ ';--}} -{{-- @endphp--}} -{{-- --}} + + + @php + echo ''; + @endphp + + + - - +{{-- --}} +{{-- --}} + +
- -
- @yield('content') -
+ @yield('content') +
diff --git a/src/Views/layouts/channel.blade.php b/src/Views/layouts/channel.blade.php index 3450e0f..fe4815d 100644 --- a/src/Views/layouts/channel.blade.php +++ b/src/Views/layouts/channel.blade.php @@ -7,13 +7,13 @@ @yield('title') - Lucent Data Platform -{{-- @php--}} -{{-- echo '';--}} -{{-- @endphp--}} -{{-- --}} + @php + echo ''; + @endphp + - - +{{-- --}} +{{-- --}}