Descarga de archivos implementada
This commit is contained in:
@@ -430,7 +430,11 @@
|
||||
</div>
|
||||
|
||||
<div class="flex justify-end">
|
||||
<button type="submit" class="bg-white border border-gray-300 text-gray-700 hover:bg-gray-50 px-6 py-2 rounded-md font-medium transition-colors" disabled={isUpdatingProfile}>
|
||||
<button
|
||||
type="submit"
|
||||
class="bg-white border border-gray-300 text-gray-700 hover:bg-gray-50 px-6 py-2 rounded-md font-medium transition-colors"
|
||||
disabled={isUpdatingProfile}
|
||||
>
|
||||
{#if isUpdatingProfile}
|
||||
<div class="flex items-center space-x-2">
|
||||
<div class="spinner w-4 h-4" />
|
||||
@@ -624,7 +628,9 @@
|
||||
<h3 class="font-medium text-gray-900 mb-4">Representantes</h3>
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
||||
<div>
|
||||
<label class="form-label" for="company_representative">Encargado/Representante</label>
|
||||
<label class="form-label" for="company_representative"
|
||||
>Encargado/Representante</label
|
||||
>
|
||||
<input
|
||||
id="company_representative"
|
||||
type="text"
|
||||
@@ -979,7 +985,11 @@
|
||||
</div>
|
||||
|
||||
<div class="flex justify-end">
|
||||
<button type="submit" class="bg-white border border-gray-300 text-gray-700 hover:bg-gray-50 px-6 py-2 rounded-md font-medium transition-colors" disabled={isChangingPassword}>
|
||||
<button
|
||||
type="submit"
|
||||
class="bg-white border border-gray-300 text-gray-700 hover:bg-gray-50 px-6 py-2 rounded-md font-medium transition-colors"
|
||||
disabled={isChangingPassword}
|
||||
>
|
||||
{#if isChangingPassword}
|
||||
<div class="flex items-center space-x-2">
|
||||
<div class="spinner w-4 h-4" />
|
||||
@@ -1081,7 +1091,7 @@
|
||||
border-color: #d1d5db;
|
||||
color: #2563eb;
|
||||
}
|
||||
|
||||
|
||||
.form-checkbox:focus {
|
||||
ring-color: #3b82f6;
|
||||
border-color: #3b82f6;
|
||||
|
||||
Reference in New Issue
Block a user