svg preview renderer

This commit is contained in:
zack 2024-10-26 21:41:22 -04:00
parent 43a8412f06
commit faa9599849
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
29 changed files with 1027 additions and 254 deletions

View file

@ -22,16 +22,9 @@ import { Socket } from "phoenix";
import { LiveSocket } from "phoenix_live_view";
import topbar from "../vendor/topbar";
import CodeBlockHook from "./hooks/code_block_hook";
import {
DropdownAnimation,
SearchableDropdown,
} from "./hooks/searchable_dropdown";
import { SelectHook } from "./hooks/select";
let Hooks = {
CodeBlockHook,
SearchableDropdown,
DropdownAnimation,
};
let Hooks = { CodeBlockHook, SelectHook };
Hooks.ClickOutside = {
mounted() {