From 3be481e260d4c54bced3ad1789947f134e0f6845 Mon Sep 17 00:00:00 2001
From: Wanjohi <71614375+wanjohiryan@users.noreply.github.com>
Date: Tue, 14 Jan 2025 03:24:53 +0300
Subject: [PATCH] =?UTF-8?q?=E2=AD=90=20feat(www):=20Finish=20up=20on=20the?=
=?UTF-8?q?=20UI=20components=20(#158)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
apps/www/src/routes/home/index.tsx | 254 +++++++++++++++++++-----
bun.lockb | Bin 747000 -> 747432 bytes
packages/relay/internal/peer.go.txt | 295 ++++++++++++++++++++++++++++
packages/ui/globals.css | 146 ++++++++++++--
packages/ui/package.json | 1 +
packages/ui/src/index.ts | 1 +
packages/ui/tailwind.config.js | 5 +-
7 files changed, 629 insertions(+), 73 deletions(-)
create mode 100644 packages/relay/internal/peer.go.txt
diff --git a/apps/www/src/routes/home/index.tsx b/apps/www/src/routes/home/index.tsx
index d6464674..1993ed6e 100644
--- a/apps/www/src/routes/home/index.tsx
+++ b/apps/www/src/routes/home/index.tsx
@@ -1,6 +1,8 @@
+import { Avatar } from "@nestri/ui";
+// import { } from "@qwik-ui/headless";
import { component$ } from "@builder.io/qwik";
-import { HomeNavBar, SimpleFooter } from "@nestri/ui";
-import Avatar from "../../../../../packages/ui/src/avatar";
+import { HomeNavBar, Modal, SimpleFooter } from "@nestri/ui";
+import { cn } from "@nestri/ui/design";
const games = [
{
@@ -102,12 +104,38 @@ export default component$(() => {
-
+
Add a Linux machine
+