MCPcopy Create free account
hub / github.com/callumalpass/tasknotes / getReminderTooltip

Function getReminderTooltip

src/ui/taskCardHelpers.ts:77–81  ·  view source on GitHub ↗
(plugin: TaskNotesPlugin, count: number)

Source from the content-addressed store, hash-verified

75}
76
77export function getReminderTooltip(plugin: TaskNotesPlugin, count: number): string {
78 return count === 1
79 ? tTaskCard(plugin, "reminderTooltipOne")
80 : tTaskCard(plugin, "reminderTooltipMany", { count });
81}
82
83export function getChevronTooltip(plugin: TaskNotesPlugin, expanded: boolean): string {
84 return expanded

Callers 2

Calls 1

tTaskCardFunction · 0.70

Tested by

no test coverage detected