From fa065de4bc5fe62cca0ba8e7246280419b94f005 Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Wed, 26 Oct 2022 10:50:28 +0300 Subject: [PATCH 01/82] body selected styling --- public/css/app.css | 11 +++++++++++ resources/assets/sass/app.css | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/public/css/app.css b/public/css/app.css index 0abe2a8dd..056b86abc 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -47400,6 +47400,17 @@ html[dir="rtl"] .lines-radius-border thead td:last-child { padding: 4px 15px; } +/* document body selected */ +::-moz-selection { + background: #55588B; + color: #FFFFFF; +} +::selection { + background: #55588B; + color: #FFFFFF; +} +/* document body selected */ + input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; diff --git a/resources/assets/sass/app.css b/resources/assets/sass/app.css index 965ba680e..ad3748e85 100644 --- a/resources/assets/sass/app.css +++ b/resources/assets/sass/app.css @@ -608,6 +608,17 @@ html[dir="rtl"] .lines-radius-border thead td:last-child { padding: 4px 15px; } +/* document body selected */ +::-moz-selection { + background: #55588B; + color: #FFFFFF; +} +::selection { + background: #55588B; + color: #FFFFFF; +} +/* document body selected */ + input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; From 4adf21a9a1ca0302eb4914ba80c58abd002d7c3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Wed, 26 Oct 2022 12:17:01 +0300 Subject: [PATCH 02/82] removed hard coded suggestion --- resources/views/banking/transactions/index.blade.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/resources/views/banking/transactions/index.blade.php b/resources/views/banking/transactions/index.blade.php index f469aa217..680784803 100644 --- a/resources/views/banking/transactions/index.blade.php +++ b/resources/views/banking/transactions/index.blade.php @@ -231,13 +231,6 @@ 'description' => trans('general.empty.actions.new', ['type' => trans_choice('general.expenses', 1)]), 'active_badge' => false ], - [ - 'url' => 'https://akaunting.com/premium-cloud', - 'permission' => 'create-banking-transactions', - 'text' => trans('import.title', ['type' => trans_choice('general.bank_transactions', 2)]), - 'description' => '', - 'active_badge' => false - ] ]" /> @endif From 41bdf04586fe8af1cc220cbf75e6260711abb943 Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Wed, 26 Oct 2022 13:46:15 +0300 Subject: [PATCH 03/82] necessary class name added --- resources/views/common/items/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/common/items/index.blade.php b/resources/views/common/items/index.blade.php index f4cf11ea8..615990d46 100644 --- a/resources/views/common/items/index.blade.php +++ b/resources/views/common/items/index.blade.php @@ -84,7 +84,7 @@ - + {{ $item->name }} @if (! $item->enabled) From 5c25098a112ad7062f4fa2dfdd69b19842db9435 Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Wed, 26 Oct 2022 13:49:49 +0300 Subject: [PATCH 04/82] tailwind upgraded --- app/View/Components/Table/Tr.php | 2 +- app/View/Presenters/Menu.php | 2 +- package.json | 2 +- presets.js | 2 +- resources/views/components/table/actions.blade.php | 8 ++++---- resources/views/settings/categories/index.blade.php | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/View/Components/Table/Tr.php b/app/View/Components/Table/Tr.php index a781b208f..331a20250 100644 --- a/app/View/Components/Table/Tr.php +++ b/app/View/Components/Table/Tr.php @@ -42,7 +42,7 @@ class Tr extends Component $values = $self->getValue(); if (array_key_exists('App\View\Components\Table\Tbody', $values)) { - return 'relative flex items-center px-1 group border-b hover:bg-gray-100'; + return 'relative flex items-center px-1 group/actions border-b hover:bg-gray-100 active-collapse'; } else if (array_key_exists('App\View\Components\Table\Thead', $values)) { diff --git a/app/View/Presenters/Menu.php b/app/View/Presenters/Menu.php index 1d0faf2a7..2d87b555d 100644 --- a/app/View/Presenters/Menu.php +++ b/app/View/Presenters/Menu.php @@ -14,7 +14,7 @@ class Menu extends Presenter { return PHP_EOL . '