This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script lang="ts"> | |
import { Modal, Datepicker } from 'flowbite-svelte'; | |
import TaskNameInput from '../inputs/TaskNameInput.svelte'; | |
import { priorities, PriorityColors } from '$lib/constants/priorities'; | |
import type { DropdownOption } from '$lib/types/dropdowns'; | |
import { labelsStore, projectsStore } from '$lib/stores/filtersStore'; | |
import TaskDescriptionInput from '../inputs/TaskDescriptionInput.svelte'; | |
import TaskPriority from '../inputs/TaskPriority.svelte'; | |
import TaskFilter from '../inputs/TaskFilter.svelte'; | |
import { Icon, PlayCircle, Tag, Hashtag } from 'svelte-hero-icons'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Define types for the state getter, state setter, and snapshots | |
type StateGetter<T> = () => T; | |
type StateSetter<T> = (newState: T) => void; | |
export function createStateWithUndoRedo<T>( | |
stateGetter: StateGetter<T>, | |
stateSetter: StateSetter<T>, | |
maxHistorySize: number = 50 | |
) { | |
// History stacks for undo and redo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/********* DO NOT COPY THE PARTS ABOVE THIS LINE *********/ | |
/* Change size for Yoast SEO OpenGraph image for all content | |
* Credit: Yoast Development team | |
* Last Tested: May 19 2020 using Yoast SEO 14.1 on WordPress 5.4.1 | |
* Accepts WordPress reserved image size names: 'thumb', 'thumbnail', 'medium', 'large', 'post-thumbnail' | |
* Accepts custom image size names: https://developer.wordpress.org/reference/functions/add_image_size/ | |
*/ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1033edge.com | |
11mail.com | |
123.com | |
123box.net | |
123india.com | |
123mail.cl | |
123qwe.co.uk | |
150ml.com | |
15meg4free.com | |
163.com |