mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 13:39:01 +01:00
chore(views/board): add icon to menu item
This commit is contained in:
parent
26ee0ff48f
commit
4146192b6d
@ -37,10 +37,12 @@ export function showNoteContextMenu({ $container, api }: ShowNoteContextMenuArgs
|
|||||||
{ title: "----" },
|
{ title: "----" },
|
||||||
{
|
{
|
||||||
title: t("board_view.insert-above"),
|
title: t("board_view.insert-above"),
|
||||||
|
uiIcon: "bx bx-list-plus",
|
||||||
handler: () => api.insertRowAtPosition(column, branchId, "before")
|
handler: () => api.insertRowAtPosition(column, branchId, "before")
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t("board_view.insert-below"),
|
title: t("board_view.insert-below"),
|
||||||
|
uiIcon: "bx bx-empty",
|
||||||
handler: () => api.insertRowAtPosition(column, branchId, "after")
|
handler: () => api.insertRowAtPosition(column, branchId, "after")
|
||||||
},
|
},
|
||||||
{ title: "----" },
|
{ title: "----" },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user