mirror of
https://github.com/arv-anshul/kunkun-search-emoji.git
synced 2025-04-04 09:46:43 +00:00
Remove dummy sideview
This commit is contained in:
parent
9cff870b77
commit
67b553a3ae
12
src/index.ts
12
src/index.ts
@ -5,7 +5,6 @@ import {
|
|||||||
Icon,
|
Icon,
|
||||||
IconEnum,
|
IconEnum,
|
||||||
List,
|
List,
|
||||||
Markdown,
|
|
||||||
open,
|
open,
|
||||||
TemplateUiCommand,
|
TemplateUiCommand,
|
||||||
toast,
|
toast,
|
||||||
@ -50,17 +49,6 @@ class Emoji extends TemplateUiCommand {
|
|||||||
return ui.render(
|
return ui.render(
|
||||||
new List.List({
|
new List.List({
|
||||||
sections: emojiSections,
|
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({
|
actions: new Action.ActionPanel({
|
||||||
title: "Emoji Action",
|
title: "Emoji Action",
|
||||||
items: [
|
items: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user