From a348e1367edf4cd969eb093dadce3204e81f991f Mon Sep 17 00:00:00 2001 From: MathewFrancis Date: Sat, 17 May 2025 12:26:50 +0530 Subject: [PATCH] React starter page and docker startup true for react --- MySQL_conf_pbx/test1/.vscode/settings.json | 3 + MySQL_conf_pbx/test1/docker-compose.yml | 1 + .../test1/mariadb_data/aria_log.00000001 | Bin 4898816 -> 4898816 bytes .../test1/mariadb_data/aria_log_control | Bin 52 -> 52 bytes .../test1/reactcezenpbx/src/App.css | 45 +---------- .../test1/reactcezenpbx/src/App.jsx | 21 +---- .../test1/reactcezenpbx/src/index.css | 73 +++--------------- 7 files changed, 20 insertions(+), 123 deletions(-) create mode 100644 MySQL_conf_pbx/test1/.vscode/settings.json diff --git a/MySQL_conf_pbx/test1/.vscode/settings.json b/MySQL_conf_pbx/test1/.vscode/settings.json new file mode 100644 index 0000000..7b016a8 --- /dev/null +++ b/MySQL_conf_pbx/test1/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "java.compile.nullAnalysis.mode": "automatic" +} \ No newline at end of file diff --git a/MySQL_conf_pbx/test1/docker-compose.yml b/MySQL_conf_pbx/test1/docker-compose.yml index 3e4c21d..ad51ba6 100755 --- a/MySQL_conf_pbx/test1/docker-compose.yml +++ b/MySQL_conf_pbx/test1/docker-compose.yml @@ -56,6 +56,7 @@ services: react_app: image: mathewfrancisv/cezen_react:v1.0.0 container_name: react_cezenpbx + restart: always working_dir: /app volumes: - ./reactcezenpbx:/app diff --git a/MySQL_conf_pbx/test1/mariadb_data/aria_log.00000001 b/MySQL_conf_pbx/test1/mariadb_data/aria_log.00000001 index e123f5230baff7ea2cc815958be0b17eca7244ea..c881bdce3e238fc33a008f18431a98115535d3f6 100644 GIT binary patch delta 219 zcmYkxH%`L<06cnTD6I^>(Hr7x1t`s`t%zxXh_Mh5u?h+jGHiN%Cs4?=FD5L zXvwk_tJbXBuxZP-9lQ4IJ8B_Ymx36(EOFwFH7*(@42!gM_D(U@a Zp_snc;(YY&)saz-k%6Ipu@?i7V(?-G5)2FgOGpF% delta 27 fcmXppnII>oy|Z#NBLjo_VlM_D#bCt>Bp4U~SQ`YA diff --git a/MySQL_conf_pbx/test1/reactcezenpbx/src/App.css b/MySQL_conf_pbx/test1/reactcezenpbx/src/App.css index b9d355d..170869d 100644 --- a/MySQL_conf_pbx/test1/reactcezenpbx/src/App.css +++ b/MySQL_conf_pbx/test1/reactcezenpbx/src/App.css @@ -1,42 +1,3 @@ -#root { - max-width: 1280px; - margin: 0 auto; - padding: 2rem; - text-align: center; -} - -.logo { - height: 6em; - padding: 1.5em; - will-change: filter; - transition: filter 300ms; -} -.logo:hover { - filter: drop-shadow(0 0 2em #646cffaa); -} -.logo.react:hover { - filter: drop-shadow(0 0 2em #61dafbaa); -} - -@keyframes logo-spin { - from { - transform: rotate(0deg); - } - to { - transform: rotate(360deg); - } -} - -@media (prefers-reduced-motion: no-preference) { - a:nth-of-type(2) .logo { - animation: logo-spin infinite 20s linear; - } -} - -.card { - padding: 2em; -} - -.read-the-docs { - color: #888; -} +p{ + background-color: aqua; +} \ No newline at end of file diff --git a/MySQL_conf_pbx/test1/reactcezenpbx/src/App.jsx b/MySQL_conf_pbx/test1/reactcezenpbx/src/App.jsx index 5d9f6ba..dff7d77 100644 --- a/MySQL_conf_pbx/test1/reactcezenpbx/src/App.jsx +++ b/MySQL_conf_pbx/test1/reactcezenpbx/src/App.jsx @@ -8,26 +8,7 @@ function App() { return ( <> -
- - Vite logo - - - React logo - -
-

Vite + React

-
- -

- Edit src/App.jsx and save to test HMR -

-
-

- Click on the Vite and React logos to learn more HELLO sbin -

+

Hello world

) } diff --git a/MySQL_conf_pbx/test1/reactcezenpbx/src/index.css b/MySQL_conf_pbx/test1/reactcezenpbx/src/index.css index 08a3ac9..a4d48de 100644 --- a/MySQL_conf_pbx/test1/reactcezenpbx/src/index.css +++ b/MySQL_conf_pbx/test1/reactcezenpbx/src/index.css @@ -1,68 +1,19 @@ -:root { - font-family: system-ui, Avenir, Helvetica, Arial, sans-serif; - line-height: 1.5; - font-weight: 400; - - color-scheme: light dark; - color: rgba(255, 255, 255, 0.87); - background-color: #242424; - - font-synthesis: none; - text-rendering: optimizeLegibility; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -a { - font-weight: 500; - color: #646cff; - text-decoration: inherit; -} -a:hover { - color: #535bf2; -} - -body { +*{ + padding: 0; margin: 0; - display: flex; - place-items: center; - min-width: 320px; - min-height: 100vh; + box-sizing: border-box; } -h1 { - font-size: 3.2em; - line-height: 1.1; +html{ + font-size: 62%; + overflow: hidden; } -button { - border-radius: 8px; - border: 1px solid transparent; - padding: 0.6em 1.2em; - font-size: 1em; - font-weight: 500; - font-family: inherit; - background-color: #1a1a1a; - cursor: pointer; - transition: border-color 0.25s; -} -button:hover { - border-color: #646cff; -} -button:focus, -button:focus-visible { - outline: 4px auto -webkit-focus-ring-color; -} +body{ + font-family: "Rubik",sans-serif; + line-height: 1; + font-weight: 400; + color: #555; -@media (prefers-color-scheme: light) { - :root { - color: #213547; - background-color: #ffffff; - } - a:hover { - color: #747bff; - } - button { - background-color: #f9f9f9; - } + overflow: hidden; }