-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Admin UI for mobile #1253
Conversation
61999a2
to
929699f
Compare
77f8765
to
7254628
Compare
client/web/admin/src/components/Authclient/CAuthclientEditorInfo.vue
Outdated
Show resolved
Hide resolved
-d grant_type=client_credentials \ | ||
-d scope='profile api' \ | ||
-u {{ resource.resourceID }}:{{ secret || 'PLACE-YOUR-CLIENT-SECRET-HERE' }} | ||
curl -X POST {{ curlURL }} \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has to be misaligned since its a pre, check before and after this change and you'll see what I mean
@@ -5,20 +5,16 @@ | |||
> | |||
<c-content-header | |||
:title="title" | |||
class="mb-2 jfd" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure jfd is a valid class 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops😂 testing oversight. Will fix.
d27ca85
to
3323331
Compare
d073c07
to
a01a345
Compare
4dd0d2e
to
9274c86
Compare
@@ -4,132 +4,126 @@ | |||
data-test-id="card-route-edit" | |||
header-bg-variant="white" | |||
footer-bg-variant="white" | |||
footer-class="d-flex flex-wrap gap-3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gap-1 is enough in footers
b39667a
to
d447b56
Compare
63d1c6e
to
4dea54e
Compare
4dea54e
to
5f88e4c
Compare
The following changes are implemented
TODO: Summary
Changes in the user interface:
TODO: Add screenshots, recordings or remove this section
Checklist when submitting a final (!draft) PR
Closes #1162