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
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
02ded47
more button in dropdown init
petrKavulok May 19, 2023
78ba7ad
refactoring client detail container to css grid
petrKavulok May 22, 2023
3414bde
locales update
petrKavulok May 22, 2023
174acc0
changing container to fluid
petrKavulok May 22, 2023
5e7739e
filter search for resource assignment
petrKavulok May 22, 2023
a221e23
changing container to fluid
petrKavulok May 22, 2023
f4efef2
Merge branch 'main' into feature/roles-resource-dropdown-fetch
petrKavulok May 24, 2023
c18915c
reducing number of get requests
petrKavulok May 24, 2023
2ff41fb
ClientCreateContainer refactored to css grid
petrKavulok May 24, 2023
035c70e
syntax update
petrKavulok May 25, 2023
fd1ce97
more button in dropdown
petrKavulok May 25, 2023
fa02fb5
locales update
petrKavulok May 25, 2023
c051a27
more button in dropdowns
petrKavulok May 25, 2023
a863279
whitespace removal
petrKavulok May 25, 2023
54749eb
CHANGELOG.md update
petrKavulok May 25, 2023
468665a
Merge branch 'main' into feature/roles-resource-dropdown-fetch
petrKavulok May 26, 2023
c71729e
translations update
petrKavulok May 26, 2023
8f8c3be
unassigned resources filter removal
petrKavulok May 29, 2023
bffa55c
obsolete code removal
petrKavulok May 29, 2023
02574ef
filtering removed from dropdown
petrKavulok May 29, 2023
1a477a8
locales udpate
petrKavulok May 29, 2023
53bf78d
obsolete code removal
petrKavulok May 29, 2023
1d2cdbf
locales update
petrKavulok May 30, 2023
d0e3e62
filtering removed from dropdown
petrKavulok May 30, 2023
89dd566
CHANGELOG.md update
petrKavulok May 30, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

- Changing logo based on app's theme (INDIGO Sprint 230428, [!12](https://github.com/TeskaLabs/seacat-admin-webui/pull/12))

- Pagination via `More..` button in dropdowns. Clients refactored to easily maintainable css grid. (INDIGO 230526, [!35](https://github.com/TeskaLabs/seacat-admin-webui/pull/35))

### Refactoring

- Vertical spacing unification across seacat admin screens app. (INDIGO Sprint 230414, [!26](https://github.com/TeskaLabs/seacat-admin-webui/pull/26))
Expand Down
20 changes: 15 additions & 5 deletions public/locales/cs/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,24 +221,28 @@
},
"CredentialsRolesCard": {
"More": "Více ...",
"Role": "Role",
"Roles": "Role",
"Assign a new role": "Přidat novou roli",
"Select role to assign ...": "Vyberte roli k přiřazení ...",
"Roles updated successfully": "Role úspěšně aktualizované",
"Failed to update roles": "Role se nepodařilo aktualizovat",
"Something went wrong, failed to fetch roles": "Něco je špatně, nepodařilo se získat role",
"Something went wrong, failed to fetch assigned roles": "Něco je špatně, nepodařilo se získat přiřazené role"
"Something went wrong, failed to fetch assigned roles": "Něco je špatně, nepodařilo se získat přiřazené role",
"already selected": "byl již zvolen"
},
"CredentialsTenantsCard": {
"More": "Více ...",
"Tenant": "Tenant",
"Tenants": "Tenanti",
"Assign a tenant": "Přiřadit tenanta",
"Search": "Vyhledat",
"Tenants updated successfully": "Tenanti úspěšně aktualizováni",
"Failed to update tenants": "Tenanty se nepodařilo aktualizovat",
"Something went wrong, failed to fetch tenants": "Něco je špatně, nepodařilo se získat tenanty",
"Something went wrong, failed to fetch assigned tenants": "Něco je špatně, nepodařilo se získat přiřazené tenanty",
"No match": "Shoda nenalezena"
"No match": "Shoda nenalezena",
"already selected": "byl již zvolen"
},
"CredentialsSessionCard": {
"Sessions": "Relace",
Expand Down Expand Up @@ -325,7 +329,8 @@
"Credentials suspended": "Uživatel suspendován",
"Something went wrong, failed to fetch assigned credentials": "Něco je špatně, nepodařilo se získat přiřazené uživatelské údaje",
"Assign credentials": "Přiřadit uživatelské údaje",
"Assigned credentials": "Přiřazené uživatelské údaje"
"Assigned credentials": "Přiřazené uživatelské údaje",
"More": "Více ..."
},
"RolesCreateContainer": {
"Global role": "Globální role",
Expand All @@ -352,7 +357,11 @@
"Save": "Uložit",
"Cancel": "Zrušit",
"Edit": "Upravit",
"No data": "Žádná data"
"No data": "Žádná data",
"More": "Více...",
"Search": "Hledat",
"Resource": "Zdroj",
"already selected": "byl již zvolen"
},
"ResourcesCreateContainer": {
"Resource created": "Zdroj byl úspěšně vytvořen",
Expand Down Expand Up @@ -495,7 +504,8 @@
"Failed to remove the tenant": "Nepodařilo se odstranit tenanta",
"Tenant removed successfully, you will be logged out in a while": "Tenant úspěšně odstraněn, za moment budete odhlášeni",
"Tenant removed successfully": "Tenant úspěšně odstraněn",
"Tenant data updated successfully": "Tenant úspěšně aktualizován"
"Tenant data updated successfully": "Tenant úspěšně aktualizován",
"More": "Více..."
},
"TenantCreateContainer": {
"Tenant has been created": "Tenant byl vytvořen",
Expand Down
20 changes: 15 additions & 5 deletions public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,24 +221,28 @@
},
"CredentialsRolesCard": {
"More": "More...",
"Role": "Role",
"Roles": "Roles",
"Assign a new role": "Assign a new role",
"Select role to assign ...": "Select role to assign ...",
"Roles updated successfully": "Roles updated successfully",
"Failed to update roles": "Failed to update roles",
"Something went wrong, failed to fetch roles": "Something went wrong, failed to fetch roles",
"Something went wrong, failed to fetch assigned roles": "Something went wrong, failed to fetch assigned roles"
"Something went wrong, failed to fetch assigned roles": "Something went wrong, failed to fetch assigned roles",
"already selected": "already selected"
},
"CredentialsTenantsCard": {
"More": "More...",
"Tenant": "Tenant",
"Tenants": "Tenants",
"Assign a tenant": "Assign a tenant",
"Search": "Search",
"Tenants updated successfully": "Tenants updated successfully",
"Failed to update tenants": "Failed to update tenants",
"Something went wrong, failed to fetch tenants": "Something went wrong, failed to fetch tenants",
"Something went wrong, failed to fetch assigned tenants": "Something went wrong, failed to fetch assigned tenants",
"No match": "No match"
"No match": "No match",
"already selected": "already selected"
},
"CredentialsSessionCard": {
"Sessions": "Sessions",
Expand Down Expand Up @@ -325,7 +329,8 @@
"Credentials suspended": "Credentials suspended",
"Something went wrong, failed to fetch assigned credentials": "Something went wrong, failed to fetch assigned credentials",
"Assign credentials": "Assign credentials",
"Assigned credentials": "Assigned credentials"
"Assigned credentials": "Assigned credentials",
"More": "More..."
},
"RolesCreateContainer": {
"Global role": "Global role",
Expand All @@ -352,7 +357,11 @@
"Save": "Save",
"Cancel": "Cancel",
"Edit": "Edit",
"No data": "No data"
"No data": "No data",
"More": "More...",
"Search": "Search",
"Resource": "Resource",
"already selected": "already selected"
},
"ResourcesCreateContainer": {
"Resource created": "Resource has been created",
Expand Down Expand Up @@ -494,7 +503,8 @@
"Failed to remove the tenant": "Failed to remove the tenant",
"Tenant removed successfully, you will be logged out in a while": "Tenant removed successfully, you will be logged out in a while",
"Tenant removed successfully": "Tenant removed successfully",
"Tenant data updated successfully": "Tenant data updated successfully"
"Tenant data updated successfully": "Tenant data updated successfully",
"More": "More..."
},
"TenantCreateContainer": {
"Tenant has been created": "Tenant has been created",
Expand Down
Loading