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

Feature/roles-resource-dropdown-fetch #35

Merged
merged 25 commits into from
May 31, 2023

Conversation

petrKavulok
Copy link
Contributor

@petrKavulok petrKavulok commented May 22, 2023

in thin PR

  • Detail containers were changed to fluid in order to cover more space on the page
  • dropdown with search input and 'pagination'(More... button) was introduced in RolesResourcesCard, RolesDetailContainer & TenantDetailContainer
  • ClientsDetailContainer was refactored to easily maintainable css grid layout with proper gap spacing
Screen.Recording.2023-05-25.at.18.32.54.mov
Screenshot 2023-05-25 at 18 40 17 Screenshot 2023-05-25 at 18 40 42

@petrKavulok petrKavulok self-assigned this May 22, 2023
@petrKavulok petrKavulok marked this pull request as ready for review May 25, 2023 16:48
@petrKavulok petrKavulok requested a review from Pe5h4 May 25, 2023 16:48
Copy link
Collaborator

@Pe5h4 Pe5h4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Just a small typo to fix

<ButtonWithAuthz
title={t("ClientCreateContainer|Create")}
title={t("ClientListContainer|Save")}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@petrKavulok Well, this is ClientCreateContainer, not ClientListContainer

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't realize 'save' was in the common locales used across all apps, so we're using just t("Save") now

color="primary"
type="submit"
disabled={isSubmitting}
resource={resource}
resources={resources}
>
{t("ClientCreateContainer|Create")}
{t("ClientListContainer|Save")}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@petrKavulok Same here

@petrKavulok petrKavulok requested a review from Pe5h4 May 26, 2023 08:17
@petrKavulok
Copy link
Contributor Author

petrKavulok commented May 30, 2023

@Pe5h4

Screen.Recording.2023-05-30.at.11.54.17.mov

Copy link
Collaborator

@Pe5h4 Pe5h4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@petrKavulok I think this is good

@petrKavulok petrKavulok merged commit 3e2a3dc into main May 31, 2023
@petrKavulok petrKavulok deleted the feature/roles-resource-dropdown-fetch branch May 31, 2023 07:57
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.

2 participants