From 0fa36880463340d549765f37b7ba19558f55fac8 Mon Sep 17 00:00:00 2001
From: Abdul Malik Ikhsan
Date: Sat, 25 Jan 2025 20:01:56 +0700
Subject: [PATCH 1/4] Fix mobile show "parse" button on /ast page
---
resources/views/ast/ast.blade.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/views/ast/ast.blade.php b/resources/views/ast/ast.blade.php
index c4e6be714..14cd82a79 100644
--- a/resources/views/ast/ast.blade.php
+++ b/resources/views/ast/ast.blade.php
@@ -23,7 +23,7 @@
short PHP code you want to understand
-
+
From 16e861b472df367c127c631b427066ec577136d4 Mon Sep 17 00:00:00 2001
From: Abdul Malik Ikhsan
Date: Sat, 25 Jan 2025 20:03:50 +0700
Subject: [PATCH 2/4] use after text
---
resources/views/ast/ast.blade.php | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/resources/views/ast/ast.blade.php b/resources/views/ast/ast.blade.php
index 14cd82a79..761c444c3 100644
--- a/resources/views/ast/ast.blade.php
+++ b/resources/views/ast/ast.blade.php
@@ -23,18 +23,18 @@
short PHP code you want to understand
-
-
-
-
@include('_snippets.form.form_textarea', [
'label' => null,
'inputName' => 'php_contents',
'defaultValue' => $inputFormContents,
])
+
+
+
+
From 36be91b740c2ecf1161be789dadf6c795ddc0366 Mon Sep 17 00:00:00 2001
From: Abdul Malik Ikhsan
Date: Sat, 25 Jan 2025 20:05:46 +0700
Subject: [PATCH 3/4] add new line after show
---
resources/views/ast/ast.blade.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/views/ast/ast.blade.php b/resources/views/ast/ast.blade.php
index 761c444c3..d159992bc 100644
--- a/resources/views/ast/ast.blade.php
+++ b/resources/views/ast/ast.blade.php
@@ -38,6 +38,7 @@
+
@if ($astRun instanceof \App\Ast\Entity\AstRun)
@livewire('ast-component', ['astRun' => $astRun, 'inputFormContents' => $inputFormContents])
@endif
From c02397800aa50a1151437243f580af7b2ef61d65 Mon Sep 17 00:00:00 2001
From: Abdul Malik Ikhsan
Date: Sat, 25 Jan 2025 20:07:13 +0700
Subject: [PATCH 4/4] add new line after show
---
resources/views/ast/ast.blade.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/resources/views/ast/ast.blade.php b/resources/views/ast/ast.blade.php
index d159992bc..34fb3b9f6 100644
--- a/resources/views/ast/ast.blade.php
+++ b/resources/views/ast/ast.blade.php
@@ -35,10 +35,11 @@
+
+
-
@if ($astRun instanceof \App\Ast\Entity\AstRun)
@livewire('ast-component', ['astRun' => $astRun, 'inputFormContents' => $inputFormContents])
@endif