From 4c5070c0db086a85991ef41e2642b11cef760f76 Mon Sep 17 00:00:00 2001 From: Luke Curley Date: Wed, 19 Nov 2025 10:44:46 -0800 Subject: [PATCH] Add the support module to the issues page. --- src/components/support.tsx | 9 +++++++++ src/pages/issues.mdx | 6 ++++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 src/components/support.tsx diff --git a/src/components/support.tsx b/src/components/support.tsx new file mode 100644 index 0000000..f8995db --- /dev/null +++ b/src/components/support.tsx @@ -0,0 +1,9 @@ +import { onMount } from "solid-js"; + +export default function Support() { + onMount(() => { + import("@kixelated/hang/support/element"); + }); + + return ; +} diff --git a/src/pages/issues.mdx b/src/pages/issues.mdx index 083677f..c15793c 100644 --- a/src/pages/issues.mdx +++ b/src/pages/issues.mdx @@ -3,6 +3,8 @@ layout: "@/layouts/global.astro" title: Issues --- +import Support from "@/components/support" + # Issues Yeah, so there's a lot of work to do. @@ -14,6 +16,8 @@ But if you just want a Google Meet clone and want to do minimal work, then check This page is a summary of the major issues, updated periodically. If you want to help, jump in [Discord](https://discord.gg/FCYF3p99mr)! + + ## What works Before we give into despair, here's what does work: @@ -25,8 +29,6 @@ Before we give into despair, here's what does work: - **On-Demand**: No encoding (JS only) or networking until the first viewer requests a track. - **Integrations**: Gstreamer and ffmpeg (via stdin). -Now on to the issues. - ## Networking | name | description |