Skip to content

Commit 038f2b4

Browse files
committed
feat: Call it Fabric in the cloud and Studio locally
The title will always be Harper Fabric, but we can customize that later on a per-page and per-environment basis. https://harperdb.atlassian.net/browse/STUDIO-474
1 parent 71908a2 commit 038f2b4

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/CONTRIBUTING.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to Harper Studio (Fabric UI)
1+
# Contributing to HDBMS
22

33
Thank you for your interest in contributing! This document explains how to set up your environment, make changes safely, and submit high‑quality pull requests.
44

.junie/guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Junie Guidelines for Harper Studio (Fabric UI)
1+
# Junie Guidelines for HDBMS
22

33
This document guides Junie (the autonomous programmer) when working on this repository. It summarizes how to operate safely, efficiently, and consistently with this codebase.
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Harper Studio (Fabric UI)
1+
# HDBMS
22

3-
This repository contains the React + TypeScript web application that powers the Harper Studio at https://fabric.harper.fast
3+
This repository contains the React + TypeScript web application that powers Harper Fabric at https://fabric.harper.fast and Harper Studio locally.
44

55
It is also the source for the bundled “Local Studio” UI that ships with the `harperdb` Node package. If you enable `localStudio` in your Harper config YAML, this app is served directly from your local Harper instance.
66

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="icon" type="image/svg+xml" href="/HDBDogOnly.svg" />
77
<link rel="icon" type="dynamic-favicon" href="/favicon_purple.png" />
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<title>Harper Studio</title>
9+
<title>Harper Fabric</title>
1010
</head>
1111

1212
<body>

src/features/auth/AuthLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function AuthLayout() {
1919
<div className="pt-20 grid h-screen grid-cols-1 md:grid-cols-2">
2020
<section className="items-center justify-center hidden text-white md:flex bg-linear-(--blue-pink-gradient) px-6">
2121
<div>
22-
<h1 className="text-4xl font-bold">Harper Studio</h1>
22+
<h1 className="text-4xl font-bold">Harper Fabric</h1>
2323
<ul className="ps-5">
2424

2525
<ListItem title="Global Deployments Managed as One">

src/features/auth/SignUp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export function SignUp() {
8080

8181
return (
8282
<div className="text-white w-xs">
83-
<h2 className="text-2xl font-light">Sign up for Harper Studio</h2>
83+
<h2 className="text-2xl font-light">Sign up for Harper Fabric</h2>
8484
<Form {...methods}>
8585
<form onSubmit={handleSubmit(submitForm)} className="grid gap-4 my-4">
8686
<FormField

0 commit comments

Comments
 (0)