#4 - wip
This commit is contained in:
@@ -61,12 +61,12 @@
|
||||
<tr
|
||||
v-for="user in users.data"
|
||||
:key="user.id"
|
||||
class="hover:bg-white"
|
||||
class="hover:bg-blumilk-25"
|
||||
>
|
||||
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-500">
|
||||
<div class="flex">
|
||||
<span
|
||||
class="inline-flex items-center justify-center h-10 w-10 rounded-full bg-blumilk-500"
|
||||
class="inline-flex items-center justify-center h-10 w-10 rounded-full"
|
||||
>
|
||||
<img
|
||||
class="h-10 w-10 rounded-full"
|
||||
|
@@ -37,7 +37,7 @@
|
||||
>
|
||||
<div>
|
||||
<MenuButton
|
||||
class="bg-white rounded-full flex text-sm ring-2 ring-white ring-opacity-20 focus:outline-none focus:ring-opacity-100"
|
||||
class="rounded-full flex text-sm ring-2 ring-white ring-opacity-20 focus:outline-none focus:ring-opacity-100"
|
||||
>
|
||||
<span class="sr-only">Open user menu</span>
|
||||
<img
|
||||
|
@@ -4,4 +4,4 @@
|
||||
"commission_contract": "Umowa zlecenie",
|
||||
"b2b_contract": "Kontrakt B2B",
|
||||
"board_member_contract": "Członek zarządu"
|
||||
}
|
||||
}
|
||||
|
@@ -6,4 +6,4 @@ return [
|
||||
"failed" => "Błędny login lub hasło.",
|
||||
"password" => "Podane hasło jest nieprawidłowe.",
|
||||
"throttle" => "Za dużo nieudanych prób logowania. Proszę spróbować za :seconds sekund.",
|
||||
];
|
||||
];
|
||||
|
@@ -5,4 +5,4 @@ declare(strict_types=1);
|
||||
return [
|
||||
"next" => "Następna",
|
||||
"previous" => "Poprzednia",
|
||||
];
|
||||
];
|
||||
|
@@ -8,4 +8,4 @@ return [
|
||||
"throttled" => "Proszę zaczekać zanim spróbujesz ponownie.",
|
||||
"token" => "Token resetowania hasła jest nieprawidłowy.",
|
||||
"user" => "Nie znaleziono użytkownika z takim adresem e-mail.",
|
||||
];
|
||||
];
|
||||
|
@@ -114,4 +114,4 @@ return [
|
||||
"uploaded" => "Nie udało się wgrać pliku :attribute.",
|
||||
"url" => "Format pola :attribute jest nieprawidłowy.",
|
||||
"uuid" => "Pole :attribute musi być poprawnym identyfikatorem UUID.",
|
||||
];
|
||||
];
|
||||
|
Reference in New Issue
Block a user