From ab635702fe1628d927933b7f650d89a47c3d6b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Jaussoin?= Date: Mon, 30 Mar 2026 16:26:17 +0200 Subject: [PATCH] Fix FLEXIAPI-467 Move the button in the dashboard --- flexiapi/resources/views/account/dashboard.blade.php | 9 +++++++++ flexiapi/resources/views/parts/sidebar.blade.php | 12 ------------ 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/flexiapi/resources/views/account/dashboard.blade.php b/flexiapi/resources/views/account/dashboard.blade.php index 09f70ef..76147d1 100644 --- a/flexiapi/resources/views/account/dashboard.blade.php +++ b/flexiapi/resources/views/account/dashboard.blade.php @@ -7,6 +7,15 @@

{{ __('Welcome on :app_name' , ['app_name' => space()->name]) }}

+ +

+ + {{ __('Telephony') }} + + {{ __('Edit') }} + +

+

@if (!empty($account->email)) diff --git a/flexiapi/resources/views/parts/sidebar.blade.php b/flexiapi/resources/views/parts/sidebar.blade.php index 826829b..b541b7b 100644 --- a/flexiapi/resources/views/parts/sidebar.blade.php +++ b/flexiapi/resources/views/parts/sidebar.blade.php @@ -14,16 +14,4 @@ $items['admin.api_keys.index'] = ['title' => __('Settings'), 'icon' => 'gear']; } @endphp - -@include('parts.sidebar_items', ['items' => $items]) - -@if (auth()->user()) -


- @php - $items = []; - $items['account.telephony'] = ['title' => __('Telephony'), 'icon' => 'phone']; - @endphp - - @include('parts.sidebar_items', ['items' => $items]) -@endif \ No newline at end of file