From 86987256664cde9f57509efd7564cfa01e510ec9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 25 Jan 2026 05:09:05 +0000 Subject: [PATCH 1/3] Initial plan From d7ec8a2e61fc1a9b9fa21160b3e0feeef90f8768 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 25 Jan 2026 05:13:24 +0000 Subject: [PATCH 2/3] Add beta notice banner to official website Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com> --- apps/site/app/layout.tsx | 2 ++ apps/site/components/beta-banner.tsx | 34 ++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 apps/site/components/beta-banner.tsx diff --git a/apps/site/app/layout.tsx b/apps/site/app/layout.tsx index 22fdca31..99503431 100644 --- a/apps/site/app/layout.tsx +++ b/apps/site/app/layout.tsx @@ -1,6 +1,7 @@ import { RootProvider } from 'fumadocs-ui/provider/next'; import './global.css'; import { Inter } from 'next/font/google'; +import { BetaBanner } from '@/components/beta-banner'; const inter = Inter({ subsets: ['latin'], @@ -10,6 +11,7 @@ export default function Layout({ children }: LayoutProps<'/'>) { return (
++ + ObjectQL v2.0 is currently in Beta.{' '} + + + We're actively developing new features and improving stability. + +
+