Remove dummy sideview

This commit is contained in:
Anshul Raj Verma 2025-02-26 21:39:55 +05:30
parent 9cff870b77
commit 67b553a3ae

View File

@ -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: [