formatting
This commit is contained in:
parent
5e99edc503
commit
8f5545de7c
@ -1,12 +1,14 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { employmentTypeDisplayName } from '$lib/shared.svelte';
|
import { employmentTypeDisplayName } from '$lib/shared.svelte';
|
||||||
|
|
||||||
|
// Formating for all dates on the page
|
||||||
const dateFormatOptions: Intl.DateTimeFormatOptions = {
|
const dateFormatOptions: Intl.DateTimeFormatOptions = {
|
||||||
year: 'numeric',
|
year: 'numeric',
|
||||||
month: 'short',
|
month: 'short',
|
||||||
day: 'numeric'
|
day: 'numeric'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Data from server
|
||||||
let { data } = $props();
|
let { data } = $props();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@ -31,14 +33,6 @@
|
|||||||
/>
|
/>
|
||||||
<button><span class="material-symbols-outlined">search</span></button>
|
<button><span class="material-symbols-outlined">search</span></button>
|
||||||
</div>
|
</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>
|
</form>
|
||||||
<div class="table">
|
<div class="table">
|
||||||
<table>
|
<table>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user