diff --git a/README.md b/README.md index 06d846c..c8612b6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ -# Deno KV Insights +
-Deno KV Insights is a tool for managing Deno KV database entries. +

+ deno kv insights logo +

+ +
+ +**Deno KV Insights** is a tool for managing Deno KV database entries. ## Features: diff --git a/lib/entry/components/kvInsightsApp.tsx b/lib/entry/components/kvInsightsApp.tsx index 6c75528..be91e35 100644 --- a/lib/entry/components/kvInsightsApp.tsx +++ b/lib/entry/components/kvInsightsApp.tsx @@ -1,220 +1,34 @@ -import { FunctionComponent } from 'preact'; -import { Head } from '$fresh/src/runtime/head.ts'; -import { HTTPStrippedEntries } from '../models.ts'; -import EntriesManagement from '../islands/entriesManagement.tsx'; +import { FunctionComponent } from "preact"; -const KVInsightsApp: FunctionComponent = ({ initialEntries }) => { - return ( -
- - - - - - Deno KV Insights - - -
+const KVInsightsApp: FunctionComponent = ({ + initialEntries, +}) => { + return ( +
+ +
- Deno KV Insights + Deno KV Insights
-