diff --git a/frontend/src/Components/Icon.svelte b/frontend/src/Components/Icon.svelte new file mode 100644 index 00000000..6f41d93e --- /dev/null +++ b/frontend/src/Components/Icon.svelte @@ -0,0 +1,34 @@ + + + + + + + diff --git a/frontend/src/Components/Pagination.svelte b/frontend/src/Components/Pagination.svelte new file mode 100644 index 00000000..d424a60b --- /dev/null +++ b/frontend/src/Components/Pagination.svelte @@ -0,0 +1,66 @@ + + + {#if totalRows && totalRows > perPage} +
{start + 1} - {end + 1} of {totalRows}
+ + Load next {perPage} rows +- {inducteeData.preferred_name} - | -- {inducteeData.last_name} - | -- {inducteeData.email} - | -- {inducteeData.major} - | -- {inducteeData.grad_year} - | -- {inducteeData.professional_points} - | -- {inducteeData.social_points} - | -- {inducteeData.technical_points} - | -- {inducteeData.outreach_points} - | -- {inducteeData.mentorship_points} - | -- {inducteeData.general_points} - | -- {inducteeData.total_points} - | -
+ {inducteeData.preferred_name} + | ++ {inducteeData.last_name} + | ++ {inducteeData.email} + | ++ {inducteeData.major} + | ++ {inducteeData.grad_year} + | ++ {inducteeData.professional_points} + | ++ {inducteeData.social_points} + | ++ {inducteeData.technical_points} + | ++ {inducteeData.outreach_points} + | ++ {inducteeData.mentorship_points} + | ++ {inducteeData.general_points} + | ++ {inducteeData.total_points} + | +