diff --git a/src/client/typescript/guild/feeds.ts b/src/client/typescript/guild/feeds.ts new file mode 100644 index 0000000..93c6edb --- /dev/null +++ b/src/client/typescript/guild/feeds.ts @@ -0,0 +1,62 @@ +import $ from "jquery"; +import HSDropdown from "@preline/dropdown"; +import HSDataTable, { IDataTableOptions } from "@preline/datatable"; +import { ConfigColumnDefs, AjaxSettings } from "datatables.net-dt"; + +const emptyTableHtml: string = ` +
+ Create a subscription and it will appear here. +
+ ++ + | +
+
+
+ Name
+
+
+
+ |
+
+
+
+ URL
+
+
+
+ |
+
+
+
+ Channels
+
+
+ |
+
+
+
+ Filters
+
+
+ |
+
+
+
+ Style
+
+
+
+ |
+
+
+
+ Created at
+
+
+
+ |
+
+
+
+ Status
+
+
+
+ |
+
---|