feat: add bookmarks options (apps) (#2048)

This commit is contained in:
Yossi Hillali
2025-01-23 22:10:16 +02:00
committed by GitHub
parent 860b73fa3f
commit 132db15424
4 changed files with 109 additions and 43 deletions

View File

@@ -19,6 +19,9 @@ export const { definition, componentLoader } = createWidgetDefinition("bookmarks
})),
defaultValue: "column",
}),
hideIcon: factory.switch({ defaultValue: false }),
hideHostname: factory.switch({ defaultValue: false }),
openNewTab: factory.switch({ defaultValue: true }),
items: factory.sortableItemList<RouterOutputs["app"]["all"][number], string>({
ItemComponent: ({ item, handle: Handle, removeItem, rootAttributes }) => {
return (