From 0c245452fb0234a23773eff4261ed695d67b7721 Mon Sep 17 00:00:00 2001 From: nimtaurel Date: Fri, 7 Mar 2025 18:15:02 +0500 Subject: [PATCH] nim_restyle --- app/components/Form.php | 25 + app/components/Show.php | 25 + modules/Auth/views/passwords/email.blade.php | 24 +- modules/Auth/views/passwords/reset.blade.php | 2 +- modules/auto/app.json | 5 +- public/css/all.css | 25 +- public/css/app.css | 23121 +++++++++- public/js/all.js | 15 +- public/js/app.js | 7035 ++- public/js/editor.js | 37067 +++++++++++++++- public/lib/inspire-tree/css/inspire-tree.css | 340 +- public/lib/inspire-tree/js/inspire-tree.js | 25 +- resources/assets/sass/components/buttons.scss | 9 + resources/assets/sass/components/card.scss | 36 +- resources/assets/sass/variables.scss | 7 + resources/views/components/form.blade.php | 104 + resources/views/components/show.blade.php | 86 + resources/views/layouts/app.blade.php | 37 +- 18 files changed, 67792 insertions(+), 196 deletions(-) create mode 100644 app/components/Form.php create mode 100644 app/components/Show.php create mode 100644 resources/views/components/form.blade.php create mode 100644 resources/views/components/show.blade.php diff --git a/app/components/Form.php b/app/components/Form.php new file mode 100644 index 0000000..98b270c --- /dev/null +++ b/app/components/Form.php @@ -0,0 +1,25 @@ +template = "components.form"; + } + + public function render(){ + return view($this->template, $this->params)->render(); + } +} diff --git a/app/components/Show.php b/app/components/Show.php new file mode 100644 index 0000000..5e43720 --- /dev/null +++ b/app/components/Show.php @@ -0,0 +1,25 @@ +template = "components.show"; + } + + public function render(){ + return view($this->template, $this->params)->render(); + } +} diff --git a/modules/Auth/views/passwords/email.blade.php b/modules/Auth/views/passwords/email.blade.php index 5208777..36576d6 100644 --- a/modules/Auth/views/passwords/email.blade.php +++ b/modules/Auth/views/passwords/email.blade.php @@ -1,12 +1,18 @@ @extends('layouts.app') @section('content') -
+
-
-
{{ __('Reset Password') }}
- +
+
+
+ {{ __('Забыли пароль?') }} +
+

+ {!! __('Для получения инструкции по восстановлению
пароля введите адрес Вашей электронной почты') !!} +

+
@if (session('status'))