formatting
This commit is contained in:
parent
5e99edc503
commit
8f5545de7c
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user