Skip to content
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

Merged
merged 1 commit into from
Oct 31, 2023
Merged

Improve Admin UI for mobile #1253

merged 1 commit into from
Oct 31, 2023

Conversation

EmmyMay
Copy link
Contributor

@EmmyMay EmmyMay commented Jun 13, 2023

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

  • Commits are tidied up, squashed if needed and follow guidelines in CONTRIBUTING.md
  • Code builds
  • All existing tests pass
  • All new critical code is covered by tests
  • PR is linked to the relevant issue(s)
  • Rebased with the target branch

Closes #1162

@EmmyMay EmmyMay self-assigned this Jun 13, 2023
@EmmyMay EmmyMay requested a review from Fajfa June 13, 2023 11:02
@EmmyMay EmmyMay force-pushed the 2023.3.x-fix-admin-mobile-ui branch from 61999a2 to 929699f Compare June 14, 2023 15:34
@Fajfa Fajfa changed the title WIP Improve Admin UI for mobile Jun 26, 2023
@Fajfa Fajfa force-pushed the 2023.3.x branch 2 times, most recently from 77f8765 to 7254628 Compare August 25, 2023 09:26
-d grant_type=client_credentials \
-d scope='profile api' \
-u {{ resource.resourceID }}:{{ secret || 'PLACE-YOUR-CLIENT-SECRET-HERE' }}
curl -X POST {{ curlURL }} \
Copy link
Member

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"
Copy link
Member

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 😅

Copy link
Contributor Author

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.

@EmmyMay EmmyMay force-pushed the 2023.3.x-fix-admin-mobile-ui branch from d27ca85 to 3323331 Compare September 18, 2023 13:44
@EmmyMay EmmyMay force-pushed the 2023.3.x-fix-admin-mobile-ui branch from d073c07 to a01a345 Compare September 28, 2023 10:27
@EmmyMay EmmyMay force-pushed the 2023.3.x-fix-admin-mobile-ui branch from 4dd0d2e to 9274c86 Compare October 9, 2023 13:31
@@ -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"
Copy link
Member

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

@katrinDY
Copy link
Contributor

katrinDY commented Oct 20, 2023

Two small issues to address otherwise lgtm:

  • the submit button missing when I try to create an auth client to be re-checked by me again; update: re-checked and can't see the btn; this was cause by my implementation of CSubmitButton; gonna fix it
  • broken/missing createdBy translation in federation nodes, messaging queue, workflows fixed
Screenshot 2023-10-20 at 15 54 00

@EmmyMay EmmyMay force-pushed the 2023.3.x-fix-admin-mobile-ui branch from b39667a to d447b56 Compare October 27, 2023 14:50
@EmmyMay EmmyMay changed the base branch from 2023.3.x to 2023.9.x October 27, 2023 15:00
@EmmyMay EmmyMay force-pushed the 2023.3.x-fix-admin-mobile-ui branch 2 times, most recently from 63d1c6e to 4dea54e Compare October 30, 2023 19:40
@EmmyMay EmmyMay force-pushed the 2023.3.x-fix-admin-mobile-ui branch from 4dea54e to 5f88e4c Compare October 31, 2023 12:03
@EmmyMay EmmyMay merged commit 5f88e4c into 2023.9.x Oct 31, 2023
1 check passed
@EmmyMay EmmyMay deleted the 2023.3.x-fix-admin-mobile-ui branch October 31, 2023 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve Admin UI for mobile
3 participants