From 1e86d21b375b8f9f0a67a4802635d08ab9170857 Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Sun, 11 Sep 2022 18:09:18 -0400 Subject: [PATCH] remove some old TODOs I think the plugin format is good enough as-is (and, after mulling it over, I think it's better for enabled and running to be the same variable) --- src/api/plugin.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/api/plugin.ts b/src/api/plugin.ts index 19c796e..9c1b147 100644 --- a/src/api/plugin.ts +++ b/src/api/plugin.ts @@ -1,11 +1,8 @@ -//TODO: separate currently running status from enabled on reload - -//ugh am i gonna remake the internal plugin format again? (yes) +///ugh am i gonna remake the internal plugin format again? (yes) /*[plugin name]: { enabled: Bool, //doubles as our running status (my explanation is too complex to fit in this comment so get fucked) iife: String, //we can't store functions in iDB? well fuck you, I'll make plugin devs package to an iife string desc: String //self-descriptory - //TODO: should we be saving this in a separate metadata object? }*/ import { idb, nests } from "./common";