From b77c2b709af24fd82bb8db2c4a118c4e7a4838b6 Mon Sep 17 00:00:00 2001 From: Sebastian Helzle Date: Thu, 19 Jan 2023 14:51:48 +0100 Subject: [PATCH 01/34] BUGFIX: Show module icon in module list --- Configuration/Settings.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/Settings.yaml b/Configuration/Settings.yaml index 09f7d35..baa071d 100644 --- a/Configuration/Settings.yaml +++ b/Configuration/Settings.yaml @@ -148,7 +148,7 @@ Neos: label: 'Content Store' controller: 'Flowpack\DecoupledContentStore\Controller\BackendController' description: 'Decoupled Content Publishing' - icon: 'fas fa-exchange' + icon: 'fas fa-exchange-alt' mainStylesheet: 'Lite' Flow: From fb3ee84ea9905e9fd1f3772cdf6b88da26064230 Mon Sep 17 00:00:00 2001 From: Sebastian Helzle Date: Thu, 19 Jan 2023 14:53:13 +0100 Subject: [PATCH 02/34] BUGFIX: Prevent tailwind from breaking neos backend styles With this change the tailwind styles are only applied to the app container of the decoupled content store --- .../Integration/Backend.Details.fusion | 68 +-- .../Integration/Backend.Index.fusion | 104 ++-- Resources/Private/Css/index.css | 1 - Resources/Private/Js/foo.css | 3 - Resources/Private/Js/index.js | 4 +- Resources/Private/Js/styles.css | 25 + Resources/Public/BackendCompiled/out.css | 444 ++++-------------- Resources/Public/BackendCompiled/out.js | 2 +- tailwind.config.js | 1 + 9 files changed, 208 insertions(+), 444 deletions(-) delete mode 100644 Resources/Private/Css/index.css delete mode 100644 Resources/Private/Js/foo.css create mode 100644 Resources/Private/Js/styles.css diff --git a/Resources/Private/BackendFusion/Integration/Backend.Details.fusion b/Resources/Private/BackendFusion/Integration/Backend.Details.fusion index a3735ee..9f1fe88 100644 --- a/Resources/Private/BackendFusion/Integration/Backend.Details.fusion +++ b/Resources/Private/BackendFusion/Integration/Backend.Details.fusion @@ -9,40 +9,42 @@ Flowpack.DecoupledContentStore.BackendController.details = Neos.Fusion:Component // - isPrimary: bool renderer = afx` -
- -
- -

- Content Release {detailsData.contentReleaseIdentifier.identifier} -

- {" "} - {contentStore} - - +
+
+ +
+ +

+ Content Release {detailsData.contentReleaseIdentifier.identifier} +

+ {" "} + {contentStore} - - -

Log Output for {detailTaskName}

-
-            {jobLogs.stderr}
-        
-
-            {jobLogs.stdout}
-        
+ + + + +

Log Output for {detailTaskName}

+
+                {jobLogs.stderr}
+            
+
+                {jobLogs.stdout}
+            
+
` } @@ -400,7 +402,7 @@ prototype(Flowpack.DecoupledContentStore:DetailsFooter) < prototype(Neos.Fusion: } renderer = afx` -