diff --git a/osinaweb/db.sqlite3 b/osinaweb/db.sqlite3 index dab4e0b1..5920e524 100644 Binary files a/osinaweb/db.sqlite3 and b/osinaweb/db.sqlite3 differ diff --git a/osinaweb/osinacore/__pycache__/custom_context.cpython-311.pyc b/osinaweb/osinacore/__pycache__/custom_context.cpython-311.pyc index afe8e2ca..0cf6ceef 100644 Binary files a/osinaweb/osinacore/__pycache__/custom_context.cpython-311.pyc and b/osinaweb/osinacore/__pycache__/custom_context.cpython-311.pyc differ diff --git a/osinaweb/osinacore/__pycache__/forms.cpython-311.pyc b/osinaweb/osinacore/__pycache__/forms.cpython-311.pyc index ba1915a7..a9c2edb8 100644 Binary files a/osinaweb/osinacore/__pycache__/forms.cpython-311.pyc and b/osinaweb/osinacore/__pycache__/forms.cpython-311.pyc differ diff --git a/osinaweb/osinacore/__pycache__/models.cpython-311.pyc b/osinaweb/osinacore/__pycache__/models.cpython-311.pyc index 4cfd4820..7eae7cac 100644 Binary files a/osinaweb/osinacore/__pycache__/models.cpython-311.pyc and b/osinaweb/osinacore/__pycache__/models.cpython-311.pyc differ diff --git a/osinaweb/osinacore/__pycache__/views.cpython-311.pyc b/osinaweb/osinacore/__pycache__/views.cpython-311.pyc index 9aff7fca..eceaf45d 100644 Binary files a/osinaweb/osinacore/__pycache__/views.cpython-311.pyc and b/osinaweb/osinacore/__pycache__/views.cpython-311.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0042_remove_customerprofile_email_and_more.cpython-311.pyc b/osinaweb/osinacore/migrations/__pycache__/0042_remove_customerprofile_email_and_more.cpython-311.pyc new file mode 100644 index 00000000..16da0896 Binary files /dev/null and b/osinaweb/osinacore/migrations/__pycache__/0042_remove_customerprofile_email_and_more.cpython-311.pyc differ diff --git a/osinaweb/static/dist/output.css b/osinaweb/static/dist/output.css index a9978999..a04e98e3 100644 --- a/osinaweb/static/dist/output.css +++ b/osinaweb/static/dist/output.css @@ -626,6 +626,10 @@ video { visibility: visible; } +.invisible { + visibility: hidden; +} + .collapse { visibility: collapse; } @@ -655,6 +659,18 @@ video { bottom: 0px; } +.bottom-10 { + bottom: 2.5rem; +} + +.bottom-2 { + bottom: 0.5rem; +} + +.bottom-5 { + bottom: 1.25rem; +} + .right-0 { right: 0px; } @@ -776,6 +792,10 @@ video { display: table; } +.grid { + display: grid; +} + .contents { display: contents; } @@ -804,10 +824,6 @@ video { height: 150px; } -.h-\[15px\] { - height: 15px; -} - .h-\[2px\] { height: 2px; } @@ -861,6 +877,10 @@ video { height: 100vh; } +.w-48 { + width: 12rem; +} + .w-\[10\%\] { width: 10%; } @@ -893,10 +913,6 @@ video { width: 150px; } -.w-\[15px\] { - width: 15px; -} - .w-\[16\.33\%\] { width: 16.33%; } @@ -909,6 +925,10 @@ video { width: 20%; } +.w-\[200px\] { + width: 200px; +} + .w-\[220px\] { width: 220px; } @@ -1013,6 +1033,10 @@ video { width: 74.5%; } +.w-\[75\%\] { + width: 75%; +} + .w-\[80\%\] { width: 80%; } @@ -1034,6 +1058,26 @@ video { width: 100%; } +.max-w-2xl { + max-width: 42rem; +} + +.max-w-lg { + max-width: 32rem; +} + +.max-w-md { + max-width: 28rem; +} + +.max-w-sm { + max-width: 24rem; +} + +.max-w-xs { + max-width: 20rem; +} + .flex-1 { flex: 1 1 0%; } @@ -1074,6 +1118,14 @@ video { list-style-type: disc; } +.grid-cols-2 { + grid-template-columns: repeat(2, minmax(0, 1fr)); +} + +.grid-cols-3 { + grid-template-columns: repeat(3, minmax(0, 1fr)); +} + .flex-col { flex-direction: column; } @@ -1158,6 +1210,20 @@ video { overflow-y: auto; } +.truncate { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.overflow-ellipsis { + text-overflow: ellipsis; +} + +.whitespace-nowrap { + white-space: nowrap; +} + .rounded-full { border-radius: 9999px; } @@ -1304,11 +1370,21 @@ video { background-color: rgb(147 197 253 / var(--tw-bg-opacity)); } +.bg-blue-400 { + --tw-bg-opacity: 1; + background-color: rgb(96 165 250 / var(--tw-bg-opacity)); +} + .bg-blue-500 { --tw-bg-opacity: 1; background-color: rgb(59 130 246 / var(--tw-bg-opacity)); } +.bg-blue-600 { + --tw-bg-opacity: 1; + background-color: rgb(37 99 235 / var(--tw-bg-opacity)); +} + .bg-gray-100 { --tw-bg-opacity: 1; background-color: rgb(243 244 246 / var(--tw-bg-opacity)); @@ -1448,6 +1524,15 @@ video { background-color: rgb(234 179 8 / var(--tw-bg-opacity)); } +.bg-yellow-600 { + --tw-bg-opacity: 1; + background-color: rgb(202 138 4 / var(--tw-bg-opacity)); +} + +.bg-opacity-30 { + --tw-bg-opacity: 0.3; +} + .bg-opacity-40 { --tw-bg-opacity: 0.4; } @@ -1644,6 +1729,10 @@ video { font-weight: 600; } +.uppercase { + text-transform: uppercase; +} + .text-blue-500 { --tw-text-opacity: 1; color: rgb(59 130 246 / var(--tw-text-opacity)); @@ -1717,6 +1806,14 @@ video { text-decoration-line: line-through; } +.opacity-0 { + opacity: 0; +} + +.opacity-100 { + opacity: 1; +} + .opacity-30 { opacity: 0.3; } @@ -1764,6 +1861,12 @@ video { transition-duration: 150ms; } +.transition-opacity { + transition-property: opacity; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} + .duration-300 { transition-duration: 300ms; } @@ -1856,6 +1959,10 @@ video { outline-offset: 2px; } +.group:hover .group-hover\:opacity-100 { + opacity: 1; +} + @media (min-width: 798px) { .md\:w-\[300px\] { width: 300px; diff --git a/osinaweb/templates/index.html b/osinaweb/templates/index.html index d7a030dc..2f9b4a58 100644 --- a/osinaweb/templates/index.html +++ b/osinaweb/templates/index.html @@ -43,69 +43,66 @@ -
{{task.name}}
-{{task.name}}
-{{task.status}}
+ class="flex justify-center items-center border-r border-b border-gray-200 bg-slate-600 rounded-tl-md text-xl text-white font-semibold"> +{{task.name}}
{{task.formatted_start_date}}
-{{task.formatted_end_date}}
+ +{{task.status}}
+{{task.status}}
+{{task.formatted_start_date}}
+{{task.formatted_start_date}}
+{{task.formatted_end_date}}
+{{task.formatted_end_date}}
+Assigned To:
-{{task.assigned_to.first_name}} - {{task.assigned_to.last_name}}
+{{task.assigned_to.user.first_name}} + {{task.assigned_to.user.last_name}}
Home
+