clean up
This commit is contained in:
		| @@ -61,20 +61,7 @@ function settings() { | ||||
| 	router.push(`/my/lists/${props.listId}`); | ||||
| } | ||||
|  | ||||
| async function timetravel() { | ||||
| 	const { canceled, result: date } = await os.inputDate({ | ||||
| 		title: i18n.ts.date, | ||||
| 	}); | ||||
| 	if (canceled) return; | ||||
|  | ||||
| 	tlEl.timetravel(date); | ||||
| } | ||||
|  | ||||
| const headerActions = $computed(() => list ? [{ | ||||
| 	icon: 'ti ti-calendar-time', | ||||
| 	text: i18n.ts.jumpToSpecifiedDate, | ||||
| 	handler: timetravel, | ||||
| }, { | ||||
| 	icon: 'ti ti-settings', | ||||
| 	text: i18n.ts.settings, | ||||
| 	handler: settings, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo