From 8f1f0b42782a9269aa9c4fc72632484d1eb7c3b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Le=C3=B3n?= <56183278+Sleon4@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:21:40 -0500 Subject: [PATCH] Interface Design and Documentation (#44) * docs: lion/exceptions v1 documentation added * docs: lion/exceptions v2 documentation added * feat: empty rows are added for technologies in dashboard * feat: Standard page components are added * chore: Editors section removed * docs: documentation added to Linux Configuration page * style: warning color changed to lion-orange * docs: lion/database v8 documentation added --- src/App.jsx | 1 - src/Tools/NavigationLinks.jsx | 10 +- src/Tools/Versions/Commands/V2_CMMD.jsx | 50 +-- src/Tools/Versions/Commands/V3_CMMD.jsx | 54 ++-- src/Tools/Versions/Commands/v1_CMMD.jsx | 56 ++-- src/Tools/Versions/Framework/v1_FRM.jsx | 30 +- src/Tools/Versions/Framework/v2_FRM.jsx | 34 +- src/Tools/Versions/Framework/v3_FRM.jsx | 36 +-- .../libraries/authentication/v1_LA.jsx | 6 +- .../libraries/authentication/v2_LA.jsx | 6 +- .../Versions/libraries/command/v3_CMD.jsx | 24 +- .../libraries/database/v6_6_0_LSQ.jsx | 70 ++-- .../libraries/database/v7_7_0_LSQ.jsx | 36 +-- .../Versions/libraries/database/v8_LDB.jsx | 87 ++--- .../Versions/libraries/exceptions/v1_LE.jsx | 56 +++- .../Versions/libraries/exceptions/v2_LE.jsx | 56 +++- .../Versions/libraries/mailer/v4_3_0_LM.jsx | 2 +- .../Versions/libraries/route/v10_LRT.jsx | 2 +- .../Versions/libraries/route/v11_LRT.jsx | 2 +- src/Tools/Versions/libraries/route/v8_LRT.jsx | 2 +- src/Tools/Versions/libraries/route/v9_LRT.jsx | 2 +- .../libraries/security/v6_12_0_LS.jsx | 4 +- src/pages/Editors.jsx | 6 +- src/pages/LinuxConfiguration.jsx | 299 ++++-------------- src/pages/Standards.jsx | 205 ++---------- src/pages/components/AddTabs.jsx | 4 +- src/pages/components/CardLink.jsx | 4 +- src/pages/components/ContentLoading.jsx | 4 +- src/pages/components/Example.jsx | 2 +- src/pages/components/ExampleTitle.jsx | 2 +- src/pages/components/LibraryTitle.jsx | 2 +- src/pages/components/ListCommandsNew.jsx | 142 +++++---- .../dashboard/DashboardTecnologies.jsx | 27 ++ .../standards/StandardsLionRecomendations.jsx | 120 +++++++ .../standards/StandardsRecomendations.jsx | 70 ++++ 35 files changed, 759 insertions(+), 754 deletions(-) create mode 100644 src/pages/components/standards/StandardsLionRecomendations.jsx create mode 100644 src/pages/components/standards/StandardsRecomendations.jsx diff --git a/src/App.jsx b/src/App.jsx index 86b95d4..774086a 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -22,7 +22,6 @@ function App() { } /> } /> - } /> } /> } /> diff --git a/src/Tools/NavigationLinks.jsx b/src/Tools/NavigationLinks.jsx index 0f30a2b..5ee0031 100644 --- a/src/Tools/NavigationLinks.jsx +++ b/src/Tools/NavigationLinks.jsx @@ -9,11 +9,11 @@ export default [ type: "link", url: "/standards", }, - { - display_name: "Editors", - type: "link", - url: "/editors", - }, + // { + // display_name: "Editors", + // type: "link", + // url: "/editors", + // }, { display_name: "Linux configuration", type: "link", diff --git a/src/Tools/Versions/Commands/V2_CMMD.jsx b/src/Tools/Versions/Commands/V2_CMMD.jsx index afcaaf3..b3d00fb 100644 --- a/src/Tools/Versions/Commands/V2_CMMD.jsx +++ b/src/Tools/Versions/Commands/V2_CMMD.jsx @@ -83,7 +83,7 @@ export default function v2_CMMD() { desc: ( Number of executions{" "} - + ), }, @@ -115,7 +115,7 @@ export default function v2_CMMD() { desc: ( Do you want to run the seeds?{" "} - + ), }, @@ -142,7 +142,9 @@ export default function v2_CMMD() { desc: ( Capsule name{" "} - + ), }, @@ -153,7 +155,7 @@ export default function v2_CMMD() { desc: ( Defined properties for the capsule{" "} - @@ -184,7 +186,7 @@ export default function v2_CMMD() { desc: ( Command name{" "} - @@ -203,7 +205,7 @@ export default function v2_CMMD() { desc: ( Controller name{" "} - @@ -228,7 +230,7 @@ export default function v2_CMMD() { desc: ( Scheduled task name{" "} - @@ -247,7 +249,7 @@ export default function v2_CMMD() { desc: ( Enum name{" "} - @@ -266,7 +268,7 @@ export default function v2_CMMD() { desc: ( Exception name{" "} - @@ -285,7 +287,7 @@ export default function v2_CMMD() { desc: ( Factory name{" "} - @@ -304,7 +306,7 @@ export default function v2_CMMD() { desc: ( HTML name{" "} - @@ -323,7 +325,7 @@ export default function v2_CMMD() { desc: ( Interface name{" "} - @@ -342,7 +344,7 @@ export default function v2_CMMD() { desc: ( Middleware name{" "} - @@ -373,7 +375,7 @@ export default function v2_CMMD() { desc: ( <> Model name{" "} -