Compare commits

7 Commits

Author SHA1 Message Date
1bbf556d18 release 2024-07-15 10:13:56 -03:00
240912d65d idk 2024-07-11 15:41:04 -03:00
d22e2a9197 olvidar contraseña 2024-07-10 16:20:16 -03:00
eedaa8a439 filtros fecha nombre 2024-07-10 12:51:28 -03:00
2a7558ada1 last changes 2024-07-04 15:10:11 -03:00
3ec4ca0325 filters 2024-07-04 14:26:31 -03:00
ad3c3f8e33 frontender 4 2024-07-04 13:45:42 -03:00
958 changed files with 307 additions and 138 deletions

0
.formatter.exs Normal file → Executable file
View File

0
.gitignore vendored Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

View File

@ -47,6 +47,7 @@ body{
display: flex;
flex-direction: column;
align-items: center;
margin-right: 150px;
}
.log_in_form{
@ -60,16 +61,28 @@ body{
height: max-content;
}
.auth_form{
.pw_forgot{
background-color: #297177;
margin-top: 20px;
display: flex;
flex-direction: column;
align-items: center;
border-radius: 5px;
padding: 15px;
height: max-content;
max-width: 250px;
}
.auth_form{
background-color: #297177;
display: flex;
flex-direction: column;
align-items: center;
border-radius: 5px;
height: max-content;
width: 400px;
text-align: center;
padding-top: 25px;
padding-bottom: 25px;
}
.reg_form{
@ -80,8 +93,9 @@ body{
align-items: center;
padding: 15px;
height: max-content;
width: 300px;
text-align: center;
width: 400px;
height: max-content;
}
div > .reg_form{}
@ -205,7 +219,7 @@ div > .reg_form{}
.login-container{
display: flex;
justify-content: space-evenly;
justify-content: center;
margin-top: 50px;
align-items: flex-start;
}
@ -213,7 +227,7 @@ div > .reg_form{}
.welcome_text{
background-color: #a0cfd2;
width: 40%;
padding: 30px;
padding: 35px;
max-width: 500px;
font-size: 18px;
border-radius: 5px;

0
assets/js/app.js Normal file → Executable file
View File

0
assets/tailwind.config.js Normal file → Executable file
View File

0
assets/vendor/heroicons/LICENSE.md vendored Normal file → Executable file
View File

0
assets/vendor/heroicons/UPGRADE.md vendored Normal file → Executable file
View File

0
assets/vendor/heroicons/optimized/20/solid/academic-cap.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1010 B

After

Width:  |  Height:  |  Size: 1010 B

View File

Before

Width:  |  Height:  |  Size: 576 B

After

Width:  |  Height:  |  Size: 576 B

0
assets/vendor/heroicons/optimized/20/solid/adjustments-vertical.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 578 B

After

Width:  |  Height:  |  Size: 578 B

View File

Before

Width:  |  Height:  |  Size: 456 B

After

Width:  |  Height:  |  Size: 456 B

0
assets/vendor/heroicons/optimized/20/solid/archive-box-x-mark.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 501 B

After

Width:  |  Height:  |  Size: 501 B

0
assets/vendor/heroicons/optimized/20/solid/archive-box.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 359 B

After

Width:  |  Height:  |  Size: 359 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-down-circle.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 330 B

After

Width:  |  Height:  |  Size: 330 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-down-left.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 304 B

After

Width:  |  Height:  |  Size: 304 B

View File

Before

Width:  |  Height:  |  Size: 569 B

After

Width:  |  Height:  |  Size: 569 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-down-on-square.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 385 B

After

Width:  |  Height:  |  Size: 385 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-down-right.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 250 B

After

Width:  |  Height:  |  Size: 250 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-down-tray.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 454 B

After

Width:  |  Height:  |  Size: 454 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-down.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 317 B

After

Width:  |  Height:  |  Size: 317 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-left-circle.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 475 B

After

Width:  |  Height:  |  Size: 475 B

View File

Before

Width:  |  Height:  |  Size: 628 B

After

Width:  |  Height:  |  Size: 628 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-left.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 319 B

After

Width:  |  Height:  |  Size: 319 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-long-down.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 309 B

After

Width:  |  Height:  |  Size: 309 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-long-left.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 312 B

After

Width:  |  Height:  |  Size: 312 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-long-right.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 310 B

After

Width:  |  Height:  |  Size: 310 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-long-up.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 313 B

After

Width:  |  Height:  |  Size: 313 B

View File

Before

Width:  |  Height:  |  Size: 979 B

After

Width:  |  Height:  |  Size: 979 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-path.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 531 B

After

Width:  |  Height:  |  Size: 531 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-right-circle.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 329 B

After

Width:  |  Height:  |  Size: 329 B

View File

Before

Width:  |  Height:  |  Size: 624 B

After

Width:  |  Height:  |  Size: 624 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-right.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 317 B

After

Width:  |  Height:  |  Size: 317 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-small-down.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 316 B

After

Width:  |  Height:  |  Size: 316 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-small-left.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 319 B

After

Width:  |  Height:  |  Size: 319 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-small-right.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 316 B

After

Width:  |  Height:  |  Size: 316 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-small-up.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 320 B

After

Width:  |  Height:  |  Size: 320 B

View File

Before

Width:  |  Height:  |  Size: 567 B

After

Width:  |  Height:  |  Size: 567 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-trending-down.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 462 B

After

Width:  |  Height:  |  Size: 462 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-trending-up.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 469 B

After

Width:  |  Height:  |  Size: 469 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-up-circle.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 328 B

After

Width:  |  Height:  |  Size: 328 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-up-left.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 303 B

After

Width:  |  Height:  |  Size: 303 B

View File

Before

Width:  |  Height:  |  Size: 550 B

After

Width:  |  Height:  |  Size: 550 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-up-on-square.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 415 B

After

Width:  |  Height:  |  Size: 415 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-up-right.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 305 B

After

Width:  |  Height:  |  Size: 305 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-up-tray.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 453 B

After

Width:  |  Height:  |  Size: 453 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-up.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 320 B

After

Width:  |  Height:  |  Size: 320 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-uturn-down.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 394 B

After

Width:  |  Height:  |  Size: 394 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-uturn-left.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 391 B

After

Width:  |  Height:  |  Size: 391 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-uturn-right.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 392 B

After

Width:  |  Height:  |  Size: 392 B

0
assets/vendor/heroicons/optimized/20/solid/arrow-uturn-up.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 395 B

After

Width:  |  Height:  |  Size: 395 B

0
assets/vendor/heroicons/optimized/20/solid/arrows-pointing-in.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 628 B

After

Width:  |  Height:  |  Size: 628 B

0
assets/vendor/heroicons/optimized/20/solid/arrows-pointing-out.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 630 B

After

Width:  |  Height:  |  Size: 630 B

0
assets/vendor/heroicons/optimized/20/solid/arrows-right-left.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 466 B

After

Width:  |  Height:  |  Size: 466 B

0
assets/vendor/heroicons/optimized/20/solid/arrows-up-down.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 467 B

After

Width:  |  Height:  |  Size: 467 B

0
assets/vendor/heroicons/optimized/20/solid/at-symbol.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 359 B

After

Width:  |  Height:  |  Size: 359 B

0
assets/vendor/heroicons/optimized/20/solid/backspace.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 474 B

After

Width:  |  Height:  |  Size: 474 B

0
assets/vendor/heroicons/optimized/20/solid/backward.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 368 B

After

Width:  |  Height:  |  Size: 368 B

0
assets/vendor/heroicons/optimized/20/solid/banknotes.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 486 B

After

Width:  |  Height:  |  Size: 486 B

0
assets/vendor/heroicons/optimized/20/solid/bars-2.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 306 B

After

Width:  |  Height:  |  Size: 306 B

0
assets/vendor/heroicons/optimized/20/solid/bars-3-bottom-left.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 374 B

After

Width:  |  Height:  |  Size: 374 B

0
assets/vendor/heroicons/optimized/20/solid/bars-3-bottom-right.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 374 B

After

Width:  |  Height:  |  Size: 374 B

0
assets/vendor/heroicons/optimized/20/solid/bars-3-center-left.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 374 B

After

Width:  |  Height:  |  Size: 374 B

0
assets/vendor/heroicons/optimized/20/solid/bars-3.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 375 B

After

Width:  |  Height:  |  Size: 375 B

0
assets/vendor/heroicons/optimized/20/solid/bars-4.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 458 B

After

Width:  |  Height:  |  Size: 458 B

0
assets/vendor/heroicons/optimized/20/solid/bars-arrow-down.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 526 B

After

Width:  |  Height:  |  Size: 526 B

0
assets/vendor/heroicons/optimized/20/solid/bars-arrow-up.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 523 B

After

Width:  |  Height:  |  Size: 523 B

0
assets/vendor/heroicons/optimized/20/solid/battery-0.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 436 B

After

Width:  |  Height:  |  Size: 436 B

0
assets/vendor/heroicons/optimized/20/solid/battery-100.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 555 B

After

Width:  |  Height:  |  Size: 555 B

0
assets/vendor/heroicons/optimized/20/solid/battery-50.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 550 B

After

Width:  |  Height:  |  Size: 550 B

0
assets/vendor/heroicons/optimized/20/solid/beaker.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 636 B

After

Width:  |  Height:  |  Size: 636 B

0
assets/vendor/heroicons/optimized/20/solid/bell-alert.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 668 B

After

Width:  |  Height:  |  Size: 668 B

0
assets/vendor/heroicons/optimized/20/solid/bell-slash.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 501 B

After

Width:  |  Height:  |  Size: 501 B

0
assets/vendor/heroicons/optimized/20/solid/bell-snooze.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 556 B

After

Width:  |  Height:  |  Size: 556 B

0
assets/vendor/heroicons/optimized/20/solid/bell.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 416 B

After

Width:  |  Height:  |  Size: 416 B

0
assets/vendor/heroicons/optimized/20/solid/bolt-slash.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 535 B

After

Width:  |  Height:  |  Size: 535 B

0
assets/vendor/heroicons/optimized/20/solid/bolt.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 273 B

After

Width:  |  Height:  |  Size: 273 B

0
assets/vendor/heroicons/optimized/20/solid/book-open.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 443 B

After

Width:  |  Height:  |  Size: 443 B

0
assets/vendor/heroicons/optimized/20/solid/bookmark-slash.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 351 B

0
assets/vendor/heroicons/optimized/20/solid/bookmark-square.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 362 B

After

Width:  |  Height:  |  Size: 362 B

0
assets/vendor/heroicons/optimized/20/solid/bookmark.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 350 B

After

Width:  |  Height:  |  Size: 350 B

0
assets/vendor/heroicons/optimized/20/solid/briefcase.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 852 B

After

Width:  |  Height:  |  Size: 852 B

0
assets/vendor/heroicons/optimized/20/solid/bug-ant.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

0
assets/vendor/heroicons/optimized/20/solid/building-library.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 499 B

After

Width:  |  Height:  |  Size: 499 B

0
assets/vendor/heroicons/optimized/20/solid/building-office-2.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 945 B

After

Width:  |  Height:  |  Size: 945 B

0
assets/vendor/heroicons/optimized/20/solid/building-office.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 675 B

After

Width:  |  Height:  |  Size: 675 B

0
assets/vendor/heroicons/optimized/20/solid/building-storefront.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 553 B

After

Width:  |  Height:  |  Size: 553 B

0
assets/vendor/heroicons/optimized/20/solid/cake.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

0
assets/vendor/heroicons/optimized/20/solid/calculator.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

0
assets/vendor/heroicons/optimized/20/solid/calendar-days.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

0
assets/vendor/heroicons/optimized/20/solid/calendar.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 473 B

After

Width:  |  Height:  |  Size: 473 B

0
assets/vendor/heroicons/optimized/20/solid/camera.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 393 B

After

Width:  |  Height:  |  Size: 393 B

0
assets/vendor/heroicons/optimized/20/solid/chart-bar-square.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 511 B

After

Width:  |  Height:  |  Size: 511 B

0
assets/vendor/heroicons/optimized/20/solid/chart-bar.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 407 B

After

Width:  |  Height:  |  Size: 407 B

0
assets/vendor/heroicons/optimized/20/solid/chart-pie.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 361 B

After

Width:  |  Height:  |  Size: 361 B

View File

Before

Width:  |  Height:  |  Size: 590 B

After

Width:  |  Height:  |  Size: 590 B

View File

Before

Width:  |  Height:  |  Size: 502 B

After

Width:  |  Height:  |  Size: 502 B

View File

Before

Width:  |  Height:  |  Size: 545 B

After

Width:  |  Height:  |  Size: 545 B

View File

Before

Width:  |  Height:  |  Size: 753 B

After

Width:  |  Height:  |  Size: 753 B

0
assets/vendor/heroicons/optimized/20/solid/chat-bubble-left.svg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 466 B

After

Width:  |  Height:  |  Size: 466 B

Some files were not shown because too many files have changed in this diff Show More