formatting
Some checks failed
ci / deploy (push) Has been cancelled
ci / docker_image (push) Has been cancelled

This commit is contained in:
Drake Marino 2025-03-30 23:07:40 +00:00
parent 5e99edc503
commit 8f5545de7c

View File

@ -1,12 +1,14 @@
<script lang="ts">
import { employmentTypeDisplayName } from '$lib/shared.svelte';
// Formating for all dates on the page
const dateFormatOptions: Intl.DateTimeFormatOptions = {
year: 'numeric',
month: 'short',
day: 'numeric'
};
// Data from server
let { data } = $props();
</script>
@ -31,14 +33,6 @@
/>
<button><span class="material-symbols-outlined">search</span></button>
</div>
<!-- <button class="hover-bg-color mx-2 rounded py-2 pl-3 pr-2 text-sm"-->
<!-- >Filter<span class="material-symbols-outlined icon-20 align-middle">arrow_drop_down</span-->
<!-- ></button-->
<!-- >-->
<!-- <button class="hover-bg-color rounded py-2 pl-3 pr-2 text-sm"-->
<!-- >Sort<span class="material-symbols-outlined icon-20 align-middle">arrow_drop_down</span-->
<!-- ></button-->
<!-- >-->
</form>
<div class="table">
<table>