diff --git a/ToDo.yaml b/ToDo.yaml index 93ccd47..9c42245 100755 --- a/ToDo.yaml +++ b/ToDo.yaml @@ -42,7 +42,6 @@ Client: Allow users to look up jobs and apply [ Boost visibility | Completely manual ] Mark ghost listings to allow users to be informed and put companies on blast Dont allow users to apply to the same job more than once - Need to add 'job field' to job for better filtering Need to add 'clear filter button' resume/viewer: @@ -55,6 +54,7 @@ Client: Format phone number for database Check DataType's for email and phone. Edit employees not implimented yet + verify email buttons are very tall resume/editor: There is no data validation diff --git a/src/Client/src/app/pages/jobs/jobs.component.css b/src/Client/src/app/pages/jobs/jobs.component.css index edfca32..d9d9a8d 100644 --- a/src/Client/src/app/pages/jobs/jobs.component.css +++ b/src/Client/src/app/pages/jobs/jobs.component.css @@ -16,6 +16,7 @@ button { .top-bar { display: flex; + flex-wrap: wrap; break-inside: avoid; padding: 20px; border-radius: 20px; @@ -28,7 +29,8 @@ button { .top-bar-sub { display: flex; - height: 20px; + height: 40px; + align-items: center; } .top-bar-sub :nth-child(1) { @@ -39,7 +41,9 @@ button { .top-bar-sub :nth-child(2) { margin-right: 50px; margin-left: 5px; - height: 15px; + margin-top: 0; + padding: initial; + height: 20px; } .full-width { @@ -115,6 +119,19 @@ button { color: var(--Mistox-Black); } +.jobs-per-page { + display: flex; + justify-content: end; + padding: 20px; + padding-top: 0; +} + +.jobs-per-page h1 { + margin: 0; + margin-right: 5px; + font-size: 20px; +} + @media (max-width: 1920px) { .tile-frame{ grid-template-columns: repeat(3, 1fr); diff --git a/src/Client/src/app/pages/jobs/jobs.component.html b/src/Client/src/app/pages/jobs/jobs.component.html index d57768b..ef2c852 100644 --- a/src/Client/src/app/pages/jobs/jobs.component.html +++ b/src/Client/src/app/pages/jobs/jobs.component.html @@ -2,33 +2,37 @@
@@ -44,6 +48,8 @@