From 67b553a3aeaf9074d76ae41a8d56e1f3a38cb05e Mon Sep 17 00:00:00 2001 From: Anshul Raj Verma Date: Wed, 26 Feb 2025 21:39:55 +0530 Subject: [PATCH] Remove dummy sideview --- src/index.ts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/index.ts b/src/index.ts index 532376d..58ec8a0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -5,7 +5,6 @@ import { Icon, IconEnum, List, - Markdown, open, TemplateUiCommand, toast, @@ -50,17 +49,6 @@ class Emoji extends TemplateUiCommand { return ui.render( new List.List({ sections: emojiSections, - detail: new List.ItemDetail({ - children: [ - new Markdown("# Emoji Extension"), - new Markdown(`## Selected Emoji: ...`), - new Markdown(`Yet to implement...`), - new Markdown( - "### Author is [@arv-anshul](https://github.com/arv-anshul)" - ), - ], - width: 50, - }), actions: new Action.ActionPanel({ title: "Emoji Action", items: [