From 3dece6158dde4e225d7bc3062bf51c96b62ed72f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timoth=C3=A9e=20Jaussoin?=
Date: Mon, 9 Oct 2023 16:35:12 +0200
Subject: [PATCH] Small UI fixes
---
flexiapi/public/css/form.css | 2 +-
.../resources/views/account/api_key.blade.php | 4 +++-
.../account/documentation_markdown.blade.php | 8 +++----
.../views/admin/account/create_edit.blade.php | 22 ++++++++++---------
4 files changed, 20 insertions(+), 16 deletions(-)
diff --git a/flexiapi/public/css/form.css b/flexiapi/public/css/form.css
index 139dd87..0b385aa 100644
--- a/flexiapi/public/css/form.css
+++ b/flexiapi/public/css/form.css
@@ -215,7 +215,7 @@ form div.select:after {
color: var(--second-6);
position: absolute;
right: 1rem;
- bottom: 0rem;
+ top: 2.75rem;
pointer-events: none;
line-height: 4rem;
}
diff --git a/flexiapi/resources/views/account/api_key.blade.php b/flexiapi/resources/views/account/api_key.blade.php
index b726aff..a9ac288 100644
--- a/flexiapi/resources/views/account/api_key.blade.php
+++ b/flexiapi/resources/views/account/api_key.blade.php
@@ -1,4 +1,4 @@
-@extends('layouts.main', ['grid' => true])
+@extends('layouts.main')
@section('breadcrumb')
@@ -14,6 +14,8 @@
You can generate an API key and use it to request the different API endpoints, check
the related API documentation to know how to use that key.
+ An unused key will expires after some times.
+
@@ -203,7 +205,7 @@
@endif
- @if(config('app.intercom_features'))
+ @if (config('app.intercom_features'))
Actions
@if ($account->dtmf_protocol)