public
anord
read
Ledger
Why work hard when you can work easier?
Languages
Repository composition by tracked source files.
TypeScript
86%
CSS
10%
SQL
3%
Shell
1%
HTML
0%
Trace
apps/web/src/AppShell.tsx
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
AppShell.tsx
on main
Author
Date
Commit
Line
Code
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1
import React, { useEffect, useMemo, useRef, useState } from "react";
import React, { useEffect, useMemo, useRef, useState } from "react";
Alex Nord
3 months ago
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 2
import { Link, Navigate, Route, Routes, useLocation, useNavigate, useParams } from "react-router-dom";
import { Link, Navigate, Route, Routes, useLocation, useNavigate, useParams } from "react-router-dom";
Alex Nord
3 months ago
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 3
import type {
import type {
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 4
AiCitation,
AiCitation,
Alex Nord
3 months ago
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 5
BrandingSettings,
BrandingSettings,
Alex Nord
3 months ago
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 6
ImportJobSummary,
ImportJobSummary,
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 7
IntegrationSummary,
IntegrationSummary,
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 8
PageDetail,
PageDetail,
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 9
PageSummary,
PageSummary,
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 10
SessionUser,
SessionUser,
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 11
WebhookDeliverySummary,
WebhookDeliverySummary,
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 12
WebhookSummary
WebhookSummary
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 13
} from "@ledger/shared";
} from "@ledger/shared";
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 14
import { CommandSearch } from "./components/CommandSearch";
import { CommandSearch } from "./components/CommandSearch";
Alex Nord
3 months ago
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 15
import { AdminConsole } from "./components/AdminConsole";
import { AdminConsole } from "./components/AdminConsole";
same change
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 16
import { AskAiPage } from "./components/AskAiPage";
import { AskAiPage } from "./components/AskAiPage";
same change
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 17
import { DraftsPage } from "./components/DraftsPage";
import { DraftsPage } from "./components/DraftsPage";
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 18
import { EmptyState } from "./components/EmptyState";
import { EmptyState } from "./components/EmptyState";
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 19
import { FeedbackForm } from "./components/FeedbackForm";
import { FeedbackForm } from "./components/FeedbackForm";
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 20
import { Icon } from "./components/Icon";
import { Icon } from "./components/Icon";
Alex Nord
3 months ago
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 21
import { ImportsPage } from "./components/ImportsPage";
import { ImportsPage } from "./components/ImportsPage";
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 22
import { PageEditor } from "./components/PageEditor";
import { PageEditor } from "./components/PageEditor";
Alex Nord
3 months ago
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 23
import { PreferencesPage, type PreferencesState } from "./components/PreferencesPage";
import { PreferencesPage, type PreferencesState } from "./components/PreferencesPage";
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 24
import { DocsSidebar } from "./components/DocsSidebar";
import { DocsSidebar } from "./components/DocsSidebar";
Alex Nord
3 months ago
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 25
import { SearchPage } from "./components/SearchPage";
import { SearchPage } from "./components/SearchPage";
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 26
import { SearchBar } from "./components/SearchBar";
import { SearchBar } from "./components/SearchBar";
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 27
import { ContentSkeleton, SidebarSkeleton } from "./components/Skeleton";
import { ContentSkeleton, SidebarSkeleton } from "./components/Skeleton";
Alex Nord
3 months ago
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 28
import { SpacesPage } from "./components/SpacesPage";
import { SpacesPage } from "./components/SpacesPage";
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 29
import { api } from "./lib/api";
import { api } from "./lib/api";
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 30
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 31
type BrandingResponse = {
type BrandingResponse = {
Alex Nord
3 months ago
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 32
branding: BrandingSettings;
branding: BrandingSettings;
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 33
};
};
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 34
Alex Nord
3 months ago
7b9fd81
Continues UI Fixes
- Full commit hash
7b9fd81fba50e4e63f3a981dc8ac583996c2482c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 35
const LEDGER_FOOTER = "Powered by Ledger made by ANord.cc";
const LEDGER_FOOTER = "Powered by Ledger made by ANord.cc";
same change
7b9fd81
Continues UI Fixes
- Full commit hash
7b9fd81fba50e4e63f3a981dc8ac583996c2482c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 36
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 37
type SetupStatus = {
type SetupStatus = {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 38
isInitialized: boolean;
isInitialized: boolean;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 39
branding: {
branding: {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 40
site_name: string;
site_name: string;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 41
brand_color: string;
brand_color: string;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 42
} | null;
} | null;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 43
};
};
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 44
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 45
type Space = {
type Space = {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 46
id: string;
id: string;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 47
name: string;
name: string;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 48
key: string;
key: string;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 49
visibility: string;
visibility: string;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 50
};
};
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 51
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 52
type PageRecordMap = Record<string, PageSummary[]>;
type PageRecordMap = Record<string, PageSummary[]>;
Alex Nord
3 months ago
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 53
type AdminFeedback = Array<{ id: string; page_title: string; helpful: boolean; comment: string | null }>;
type AdminFeedback = Array<{ id: string; page_title: string; helpful: boolean; comment: string | null }>;
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 54
Alex Nord
3 months ago
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 55
function readStoredPreference<T>(key: string, fallback: T, parse?: (raw: string) => T): T {
function readStoredPreference<T>(key: string, fallback: T, parse?: (raw: string) => T): T {
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 56
if (typeof window === "undefined") {
if (typeof window === "undefined") {
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 57
return fallback;
return fallback;
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 58
}
}
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 59
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 60
const value = window.localStorage.getItem(key);
const value = window.localStorage.getItem(key);
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 61
if (!value) {
if (!value) {
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 62
return fallback;
return fallback;
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 63
}
}
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 64
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 65
return parse ? parse(value) : (value as T);
return parse ? parse(value) : (value as T);
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 66
}
}
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 67
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 68
function useSession() {
function useSession() {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 69
const [user, setUser] = useState<SessionUser | null>(null);
const [user, setUser] = useState<SessionUser | null>(null);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 70
const [loading, setLoading] = useState(true);
const [loading, setLoading] = useState(true);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 71
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 72
useEffect(() => {
useEffect(() => {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 73
api
api
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 74
.get<{ user: SessionUser | null }>("/api/auth/session")
.get<{ user: SessionUser | null }>("/api/auth/session")
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 75
.then((response) => setUser(response.user))
.then((response) => setUser(response.user))
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 76
.finally(() => setLoading(false));
.finally(() => setLoading(false));
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 77
}, []);
}, []);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 78
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 79
return { user, setUser, loading };
return { user, setUser, loading };
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 80
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 81
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 82
function useKnowledgeBaseData(enabled: boolean) {
function useKnowledgeBaseData(enabled: boolean) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 83
const [spaces, setSpaces] = useState<Space[]>([]);
const [spaces, setSpaces] = useState<Space[]>([]);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 84
const [pagesBySpace, setPagesBySpace] = useState<PageRecordMap>({});
const [pagesBySpace, setPagesBySpace] = useState<PageRecordMap>({});
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 85
const [loading, setLoading] = useState(true);
const [loading, setLoading] = useState(true);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 86
const [error, setError] = useState<string | null>(null);
const [error, setError] = useState<string | null>(null);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 87
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 88
useEffect(() => {
useEffect(() => {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 89
if (!enabled) {
if (!enabled) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 90
return;
return;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 91
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 92
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 93
let active = true;
let active = true;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 94
setLoading(true);
setLoading(true);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 95
setError(null);
setError(null);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 96
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 97
api
api
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 98
.get<{ spaces: Space[] }>("/api/spaces")
.get<{ spaces: Space[] }>("/api/spaces")
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 99
.then(async (response) => {
.then(async (response) => {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 100
if (!active) return;
if (!active) return;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 101
setSpaces(response.spaces);
setSpaces(response.spaces);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 102
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 103
const entries = await Promise.all(
const entries = await Promise.all(
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 104
response.spaces.map(async (space) => {
response.spaces.map(async (space) => {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 105
const pages = await api.get<{ pages: PageSummary[] }>(`/api/pages/space/${space.key}`);
const pages = await api.get<{ pages: PageSummary[] }>(`/api/pages/space/${space.key}`);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 106
return [space.key, pages.pages] as const;
return [space.key, pages.pages] as const;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 107
})
})
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 108
);
);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 109
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 110
if (!active) return;
if (!active) return;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 111
setPagesBySpace(Object.fromEntries(entries));
setPagesBySpace(Object.fromEntries(entries));
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 112
})
})
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 113
.catch((reason) => {
.catch((reason) => {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 114
if (!active) return;
if (!active) return;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 115
setError(reason instanceof Error ? reason.message : "Could not load documentation.");
setError(reason instanceof Error ? reason.message : "Could not load documentation.");
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 116
})
})
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 117
.finally(() => {
.finally(() => {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 118
if (active) setLoading(false);
if (active) setLoading(false);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 119
});
});
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 120
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 121
return () => {
return () => {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 122
active = false;
active = false;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 123
};
};
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 124
}, [enabled]);
}, [enabled]);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 125
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 126
return { spaces, pagesBySpace, loading, error };
return { spaces, pagesBySpace, loading, error };
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 127
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 128
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 129
function useCommandShortcut(openSearch: () => void) {
function useCommandShortcut(openSearch: () => void) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 130
useEffect(() => {
useEffect(() => {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 131
function handleKeyDown(event: KeyboardEvent) {
function handleKeyDown(event: KeyboardEvent) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 132
const target = event.target as HTMLElement | null;
const target = event.target as HTMLElement | null;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 133
const isTyping =
const isTyping =
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 134
target instanceof HTMLInputElement ||
target instanceof HTMLInputElement ||
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 135
target instanceof HTMLTextAreaElement ||
target instanceof HTMLTextAreaElement ||
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 136
target?.isContentEditable;
target?.isContentEditable;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 137
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 138
if ((event.metaKey || event.ctrlKey) && event.key.toLowerCase() === "k") {
if ((event.metaKey || event.ctrlKey) && event.key.toLowerCase() === "k") {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 139
event.preventDefault();
event.preventDefault();
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 140
openSearch();
openSearch();
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 141
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 142
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 143
if (!isTyping && event.key === "/") {
if (!isTyping && event.key === "/") {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 144
event.preventDefault();
event.preventDefault();
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 145
openSearch();
openSearch();
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 146
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 147
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 148
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 149
window.addEventListener("keydown", handleKeyDown);
window.addEventListener("keydown", handleKeyDown);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 150
return () => window.removeEventListener("keydown", handleKeyDown);
return () => window.removeEventListener("keydown", handleKeyDown);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 151
}, [openSearch]);
}, [openSearch]);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 152
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 153
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 154
function findCurrentSpace(spaces: Space[], page: PageDetail | null, pathname: string) {
function findCurrentSpace(spaces: Space[], page: PageDetail | null, pathname: string) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 155
if (page) {
if (page) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 156
return spaces.find((space) => space.id === page.spaceId);
return spaces.find((space) => space.id === page.spaceId);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 157
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 158
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 159
const match = pathname.match(/^\/space\/([^/]+)/);
const match = pathname.match(/^\/space\/([^/]+)/);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 160
if (!match) {
if (!match) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 161
return undefined;
return undefined;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 162
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 163
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 164
return spaces.find((space) => space.key === match[1]);
return spaces.find((space) => space.key === match[1]);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 165
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 166
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 167
function buildBreadcrumbs(page: PageDetail, pages: PageSummary[], space?: Space) {
function buildBreadcrumbs(page: PageDetail, pages: PageSummary[], space?: Space) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 168
const byId = new Map(pages.map((item) => [item.id, item]));
const byId = new Map(pages.map((item) => [item.id, item]));
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 169
const trail: Array<{ title: string; slug?: string }> = [];
const trail: Array<{ title: string; slug?: string }> = [];
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 170
let current: PageSummary | undefined = page;
let current: PageSummary | undefined = page;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 171
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 172
while (current?.parentPageId) {
while (current?.parentPageId) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 173
const parent = byId.get(current.parentPageId);
const parent = byId.get(current.parentPageId);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 174
if (!parent) break;
if (!parent) break;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 175
trail.unshift({ title: parent.title, slug: parent.slug });
trail.unshift({ title: parent.title, slug: parent.slug });
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 176
current = parent;
current = parent;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 177
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 178
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 179
return [
return [
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 180
{ title: "Knowledge base" },
{ title: "Knowledge base" },
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 181
...(space ? [{ title: space.name }] : []),
...(space ? [{ title: space.name }] : []),
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 182
...trail,
...trail,
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 183
{ title: page.title, slug: page.slug }
{ title: page.title, slug: page.slug }
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 184
];
];
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 185
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 186
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 187
function addCopyButtons(container: HTMLElement | null) {
function addCopyButtons(container: HTMLElement | null) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 188
if (!container) return;
if (!container) return;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 189
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 190
container.querySelectorAll("pre").forEach((pre) => {
container.querySelectorAll("pre").forEach((pre) => {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 191
if (pre.querySelector(".code-copy")) {
if (pre.querySelector(".code-copy")) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 192
return;
return;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 193
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 194
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 195
const code = pre.querySelector("code");
const code = pre.querySelector("code");
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 196
if (!code) return;
if (!code) return;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 197
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 198
const button = document.createElement("button");
const button = document.createElement("button");
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 199
button.type = "button";
button.type = "button";
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 200
button.className = "code-copy";
button.className = "code-copy";
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 201
button.textContent = "Copy";
button.textContent = "Copy";
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 202
button.addEventListener("click", async () => {
button.addEventListener("click", async () => {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 203
try {
try {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 204
await navigator.clipboard.writeText(code.textContent ?? "");
await navigator.clipboard.writeText(code.textContent ?? "");
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 205
button.textContent = "Copied";
button.textContent = "Copied";
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 206
window.setTimeout(() => {
window.setTimeout(() => {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 207
button.textContent = "Copy";
button.textContent = "Copy";
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 208
}, 1200);
}, 1200);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 209
} catch {
} catch {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 210
button.textContent = "Failed";
button.textContent = "Failed";
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 211
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 212
});
});
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 213
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 214
pre.appendChild(button);
pre.appendChild(button);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 215
});
});
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 216
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 217
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 218
function DocsShell({
function DocsShell({
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 219
branding,
branding,
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 220
user,
user,
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 221
spaces,
spaces,
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 222
pagesBySpace,
pagesBySpace,
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 223
loadingNavigation,
loadingNavigation,
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 224
navigationError,
navigationError,
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 225
searchResults,
searchResults,
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 226
searchLoading,
searchLoading,
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 227
onSearch,
onSearch,
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 228
onLogout,
onLogout,
Alex Nord
3 months ago
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 229
preferences,
preferences,
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 230
children
children
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 231
}: {
}: {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 232
branding: BrandingResponse["branding"] | null;
branding: BrandingResponse["branding"] | null;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 233
user: SessionUser | null;
user: SessionUser | null;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 234
spaces: Space[];
spaces: Space[];
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 235
pagesBySpace: PageRecordMap;
pagesBySpace: PageRecordMap;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 236
loadingNavigation: boolean;
loadingNavigation: boolean;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 237
navigationError: string | null;
navigationError: string | null;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 238
searchResults: PageSummary[];
searchResults: PageSummary[];
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 239
searchLoading: boolean;
searchLoading: boolean;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 240
onSearch: (query: string) => void;
onSearch: (query: string) => void;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 241
onLogout: () => Promise<void>;
onLogout: () => Promise<void>;
Alex Nord
3 months ago
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 242
preferences: PreferencesState;
preferences: PreferencesState;
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 243
children: React.ReactNode;
children: React.ReactNode;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 244
}) {
}) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 245
const location = useLocation();
const location = useLocation();
Alex Nord
3 months ago
3d9ace8
Continues UI Fixes
- Full commit hash
3d9ace86fe418af41d072e29d321cbe81d325aa9- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 246
const navigate = useNavigate();
const navigate = useNavigate();
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 247
const [searchOpen, setSearchOpen] = useState(false);
const [searchOpen, setSearchOpen] = useState(false);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 248
const [sidebarOpen, setSidebarOpen] = useState(false);
const [sidebarOpen, setSidebarOpen] = useState(false);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 249
const currentPageSlug = location.pathname.startsWith("/page/")
const currentPageSlug = location.pathname.startsWith("/page/")
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 250
? decodeURIComponent(location.pathname.split("/page/")[1] ?? "")
? decodeURIComponent(location.pathname.split("/page/")[1] ?? "")
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 251
: undefined;
: undefined;
Alex Nord
3 months ago
3d9ace8
Continues UI Fixes
- Full commit hash
3d9ace86fe418af41d072e29d321cbe81d325aa9- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 252
const canCreate = user?.role === "editor" || user?.role === "admin" || user?.role === "owner";
const canCreate = user?.role === "editor" || user?.role === "admin" || user?.role === "owner";
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 253
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 254
useCommandShortcut(() => setSearchOpen(true));
useCommandShortcut(() => setSearchOpen(true));
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 255
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 256
const currentPage = useMemo(
const currentPage = useMemo(
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 257
() =>
() =>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 258
Object.values(pagesBySpace)
Object.values(pagesBySpace)
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 259
.flat()
.flat()
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 260
.find((page) => page.slug === currentPageSlug),
.find((page) => page.slug === currentPageSlug),
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 261
[currentPageSlug, pagesBySpace]
[currentPageSlug, pagesBySpace]
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 262
);
);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 263
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 264
const currentSpace = currentPage
const currentSpace = currentPage
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 265
? spaces.find((space) => space.id === currentPage.spaceId)
? spaces.find((space) => space.id === currentPage.spaceId)
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 266
: findCurrentSpace(spaces, null, location.pathname);
: findCurrentSpace(spaces, null, location.pathname);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 267
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 268
return (
return (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 269
<div className="kb-app">
<div className="kb-app">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 270
<CommandSearch
<CommandSearch
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 271
open={searchOpen}
open={searchOpen}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 272
onClose={() => setSearchOpen(false)}
onClose={() => setSearchOpen(false)}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 273
onSearch={onSearch}
onSearch={onSearch}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 274
spaces={spaces}
spaces={spaces}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 275
results={searchResults}
results={searchResults}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 276
isLoading={searchLoading}
isLoading={searchLoading}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 277
/>
/>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 278
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 279
{loadingNavigation ? (
{loadingNavigation ? (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 280
<SidebarSkeleton />
<SidebarSkeleton />
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 281
) : navigationError ? (
) : navigationError ? (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 282
<aside className="sidebar sidebar-state">
<aside className="sidebar sidebar-state">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 283
<EmptyState eyebrow="Navigation" title="Could not load collections" description={navigationError} />
<EmptyState eyebrow="Navigation" title="Could not load collections" description={navigationError} />
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 284
</aside>
</aside>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 285
) : (
) : (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 286
<DocsSidebar
<DocsSidebar
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 287
spaces={spaces}
spaces={spaces}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 288
pagesBySpace={pagesBySpace}
pagesBySpace={pagesBySpace}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 289
currentSpaceKey={currentSpace?.key}
currentSpaceKey={currentSpace?.key}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 290
currentSlug={currentPageSlug}
currentSlug={currentPageSlug}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 291
user={user ? { displayName: user.displayName, role: user.role } : null}
user={user ? { displayName: user.displayName, role: user.role } : null}
Alex Nord
3 months ago
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 292
preferences={preferences}
preferences={preferences}
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 293
isOpen={sidebarOpen}
isOpen={sidebarOpen}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 294
onClose={() => setSidebarOpen(false)}
onClose={() => setSidebarOpen(false)}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 295
/>
/>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 296
)}
)}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 297
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 298
<div className="kb-main">
<div className="kb-main">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 299
<header className="app-header">
<header className="app-header">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 300
<div className="app-header__left">
<div className="app-header__left">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 301
<button type="button" className="button-ghost mobile-only" onClick={() => setSidebarOpen(true)}>
<button type="button" className="button-ghost mobile-only" onClick={() => setSidebarOpen(true)}>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 302
<Icon name="menu" className="icon" />
<Icon name="menu" className="icon" />
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 303
</button>
</button>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 304
<Link to="/" className="brand brand-header">
<Link to="/" className="brand brand-header">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 305
<span className="brand-mark" style={{ background: branding?.brandColor ?? "#245cff" }} />
<span className="brand-mark" style={{ background: branding?.brandColor ?? "#245cff" }} />
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 306
<div>
<div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 307
<strong>{branding?.siteName ?? "Ledger"}</strong>
<strong>{branding?.siteName ?? "Ledger"}</strong>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 308
<small>Documentation workspace</small>
<small>Documentation workspace</small>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 309
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 310
</Link>
</Link>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 311
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 312
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 313
<div className="app-header__center">
<div className="app-header__center">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 314
<button type="button" className="search-launcher" onClick={() => setSearchOpen(true)}>
<button type="button" className="search-launcher" onClick={() => setSearchOpen(true)}>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 315
<Icon name="search" className="icon icon-sm" />
<Icon name="search" className="icon icon-sm" />
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 316
<span>Search documentation</span>
<span>Search documentation</span>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 317
<kbd>{navigator.platform.toLowerCase().includes("mac") ? "Cmd K" : "Ctrl K"}</kbd>
<kbd>{navigator.platform.toLowerCase().includes("mac") ? "Cmd K" : "Ctrl K"}</kbd>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 318
</button>
</button>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 319
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 320
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 321
<div className="app-header__right">
<div className="app-header__right">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 322
{user ? (
{user ? (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 323
<>
<>
Alex Nord
3 months ago
3d9ace8
Continues UI Fixes
- Full commit hash
3d9ace86fe418af41d072e29d321cbe81d325aa9- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 324
{canCreate ? (
{canCreate ? (
Alex Nord
3 months ago
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 325
<button type="button" className="button-primary" onClick={() => navigate("/new")}>
<button type="button" className="button-primary" onClick={() => navigate("/new")}>
Alex Nord
3 months ago
3d9ace8
Continues UI Fixes
- Full commit hash
3d9ace86fe418af41d072e29d321cbe81d325aa9- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 326
New doc
New doc
same change
3d9ace8
Continues UI Fixes
- Full commit hash
3d9ace86fe418af41d072e29d321cbe81d325aa9- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 327
</button>
</button>
same change
3d9ace8
Continues UI Fixes
- Full commit hash
3d9ace86fe418af41d072e29d321cbe81d325aa9- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 328
) : null}
) : null}
Alex Nord
3 months ago
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 329
<Link to="/admin/general" className="button-ghost">Admin</Link>
<Link to="/admin/general" className="button-ghost">Admin</Link>
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 330
<button className="button-ghost" onClick={onLogout}>Sign out</button>
<button className="button-ghost" onClick={onLogout}>Sign out</button>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 331
</>
</>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 332
) : (
) : (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 333
<Link to="/login" className="button-ghost">Sign in</Link>
<Link to="/login" className="button-ghost">Sign in</Link>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 334
)}
)}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 335
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 336
</header>
</header>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 337
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 338
<main className="app-content">{children}</main>
<main className="app-content">{children}</main>
Alex Nord
3 months ago
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 339
<footer className="app-footer">
<footer className="app-footer">
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 340
<span>{LEDGER_FOOTER}</span>
<span>{LEDGER_FOOTER}</span>
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 341
{branding?.footerLinks?.length ? (
{branding?.footerLinks?.length ? (
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 342
<nav className="footer-links" aria-label="Footer links">
<nav className="footer-links" aria-label="Footer links">
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 343
{branding.footerLinks.map((link) => (
{branding.footerLinks.map((link) => (
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 344
<a key={`${link.label}-${link.href}`} href={link.href} target="_blank" rel="noreferrer">
<a key={`${link.label}-${link.href}`} href={link.href} target="_blank" rel="noreferrer">
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 345
{link.label}
{link.label}
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 346
</a>
</a>
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 347
))}
))}
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 348
</nav>
</nav>
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 349
) : null}
) : null}
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 350
</footer>
</footer>
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 351
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 352
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 353
);
);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 354
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 355
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 356
function HomePage({
function HomePage({
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 357
spaces,
spaces,
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 358
pagesBySpace,
pagesBySpace,
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 359
onSearch
onSearch
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 360
}: {
}: {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 361
spaces: Space[];
spaces: Space[];
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 362
pagesBySpace: PageRecordMap;
pagesBySpace: PageRecordMap;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 363
onSearch: (query: string) => void;
onSearch: (query: string) => void;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 364
}) {
}) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 365
const navigate = useNavigate();
const navigate = useNavigate();
Alex Nord
3 months ago
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 366
const [question, setQuestion] = useState("");
const [question, setQuestion] = useState("");
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 367
const [answer, setAnswer] = useState<{ answer: string; citations: AiCitation[]; disabled?: boolean } | null>(null);
const [answer, setAnswer] = useState<{ answer: string; citations: AiCitation[]; disabled?: boolean } | null>(null);
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 368
const [answerLoading, setAnswerLoading] = useState(false);
const [answerLoading, setAnswerLoading] = useState(false);
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 369
const allPages = useMemo(
const allPages = useMemo(
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 370
() =>
() =>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 371
Object.values(pagesBySpace)
Object.values(pagesBySpace)
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 372
.flat()
.flat()
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 373
.sort((a, b) => Date.parse(b.updatedAt) - Date.parse(a.updatedAt)),
.sort((a, b) => Date.parse(b.updatedAt) - Date.parse(a.updatedAt)),
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 374
[pagesBySpace]
[pagesBySpace]
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 375
);
);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 376
Alex Nord
3 months ago
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 377
async function askLedger(event: React.FormEvent) {
async function askLedger(event: React.FormEvent) {
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 378
event.preventDefault();
event.preventDefault();
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 379
if (!question.trim()) {
if (!question.trim()) {
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 380
return;
return;
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 381
}
}
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 382
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 383
setAnswerLoading(true);
setAnswerLoading(true);
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 384
try {
try {
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 385
const response = await api.post<{ answer: string; citations: AiCitation[]; disabled?: boolean }>(
const response = await api.post<{ answer: string; citations: AiCitation[]; disabled?: boolean }>(
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 386
"/api/ai/answers",
"/api/ai/answers",
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 387
{ question }
{ question }
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 388
);
);
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 389
setAnswer(response);
setAnswer(response);
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 390
} catch (error) {
} catch (error) {
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 391
setAnswer({
setAnswer({
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 392
answer: error instanceof Error ? error.message : "Could not generate an answer.",
answer: error instanceof Error ? error.message : "Could not generate an answer.",
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 393
citations: []
citations: []
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 394
});
});
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 395
} finally {
} finally {
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 396
setAnswerLoading(false);
setAnswerLoading(false);
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 397
}
}
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 398
}
}
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 399
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 400
return (
return (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 401
<div className="overview-layout">
<div className="overview-layout">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 402
<section className="overview-hero">
<section className="overview-hero">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 403
<div>
<div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 404
<p className="eyebrow">Documentation hub</p>
<p className="eyebrow">Documentation hub</p>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 405
<h1>Find trusted answers, onboarding guides, and internal knowledge.</h1>
<h1>Find trusted answers, onboarding guides, and internal knowledge.</h1>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 406
<p className="lede">
<p className="lede">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 407
Browse collections, jump into recently updated docs, or search across your knowledge
Browse collections, jump into recently updated docs, or search across your knowledge
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 408
base from one calm workspace.
base from one calm workspace.
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 409
</p>
</p>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 410
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 411
<SearchBar onSearch={onSearch} placeholder="Search by title, concept, or workflow" />
<SearchBar onSearch={onSearch} placeholder="Search by title, concept, or workflow" />
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 412
</section>
</section>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 413
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 414
<section className="overview-grid">
<section className="overview-grid">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 415
<div className="panel">
<div className="panel">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 416
<div className="panel__header">
<div className="panel__header">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 417
<div>
<div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 418
<p className="eyebrow">Collections</p>
<p className="eyebrow">Collections</p>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 419
<h3>Browse by space</h3>
<h3>Browse by space</h3>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 420
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 421
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 422
<div className="collection-cards">
<div className="collection-cards">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 423
{spaces.map((space) => (
{spaces.map((space) => (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 424
<button key={space.id} className="collection-card" onClick={() => navigate(`/space/${space.key}`)}>
<button key={space.id} className="collection-card" onClick={() => navigate(`/space/${space.key}`)}>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 425
<div className="collection-card__icon">
<div className="collection-card__icon">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 426
<Icon name="collection" className="icon" />
<Icon name="collection" className="icon" />
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 427
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 428
<div>
<div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 429
<strong>{space.name}</strong>
<strong>{space.name}</strong>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 430
<p>{space.visibility} knowledge</p>
<p>{space.visibility} knowledge</p>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 431
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 432
<span>{(pagesBySpace[space.key] ?? []).length} docs</span>
<span>{(pagesBySpace[space.key] ?? []).length} docs</span>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 433
</button>
</button>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 434
))}
))}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 435
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 436
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 437
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 438
<div className="panel">
<div className="panel">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 439
<div className="panel__header">
<div className="panel__header">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 440
<div>
<div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 441
<p className="eyebrow">Recently updated</p>
<p className="eyebrow">Recently updated</p>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 442
<h3>Fresh documentation</h3>
<h3>Fresh documentation</h3>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 443
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 444
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 445
<div className="article-list">
<div className="article-list">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 446
{allPages.slice(0, 8).map((page) => (
{allPages.slice(0, 8).map((page) => (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 447
<Link key={page.id} to={`/page/${page.slug}`} className="article-list__item">
<Link key={page.id} to={`/page/${page.slug}`} className="article-list__item">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 448
<div className="article-list__meta">
<div className="article-list__meta">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 449
<strong>{page.title}</strong>
<strong>{page.title}</strong>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 450
<span>{spaces.find((space) => space.id === page.spaceId)?.name ?? "Collection"}</span>
<span>{spaces.find((space) => space.id === page.spaceId)?.name ?? "Collection"}</span>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 451
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 452
<p>{page.excerpt ?? "Open this document to read more."}</p>
<p>{page.excerpt ?? "Open this document to read more."}</p>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 453
</Link>
</Link>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 454
))}
))}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 455
{allPages.length === 0 ? (
{allPages.length === 0 ? (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 456
<EmptyState
<EmptyState
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 457
title="No published articles yet"
title="No published articles yet"
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 458
description="Complete setup, then create your first pages from the manage screen."
description="Complete setup, then create your first pages from the manage screen."
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 459
/>
/>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 460
) : null}
) : null}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 461
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 462
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 463
</section>
</section>
Alex Nord
3 months ago
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 464
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 465
<section className="panel">
<section className="panel">
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 466
<div className="panel__header">
<div className="panel__header">
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 467
<div>
<div>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 468
<p className="eyebrow">AI answers</p>
<p className="eyebrow">AI answers</p>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 469
<h3>Ask Ledger</h3>
<h3>Ask Ledger</h3>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 470
</div>
</div>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 471
</div>
</div>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 472
<form className="stack" onSubmit={askLedger}>
<form className="stack" onSubmit={askLedger}>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 473
<label className="field">
<label className="field">
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 474
Ask a question
Ask a question
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 475
<input
<input
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 476
value={question}
value={question}
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 477
onChange={(event) => setQuestion(event.target.value)}
onChange={(event) => setQuestion(event.target.value)}
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 478
placeholder="How do we onboard a new teammate?"
placeholder="How do we onboard a new teammate?"
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 479
/>
/>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 480
</label>
</label>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 481
<div className="panel__footer">
<div className="panel__footer">
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 482
<button type="submit" disabled={answerLoading}>
<button type="submit" disabled={answerLoading}>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 483
{answerLoading ? "Answering..." : "Ask Ledger"}
{answerLoading ? "Answering..." : "Ask Ledger"}
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 484
</button>
</button>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 485
<p className="muted">Answers are generated only from pages the current account can read.</p>
<p className="muted">Answers are generated only from pages the current account can read.</p>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 486
</div>
</div>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 487
</form>
</form>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 488
{answer ? (
{answer ? (
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 489
<div className="answer-card">
<div className="answer-card">
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 490
{answer.disabled ? (
{answer.disabled ? (
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 491
<EmptyState
<EmptyState
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 492
title="AI provider not configured"
title="AI provider not configured"
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 493
description="An admin can enable an OpenAI-compatible or Anthropic-compatible provider in the manage screen."
description="An admin can enable an OpenAI-compatible or Anthropic-compatible provider in the manage screen."
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 494
/>
/>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 495
) : (
) : (
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 496
<>
<>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 497
<p>{answer.answer}</p>
<p>{answer.answer}</p>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 498
<div className="citation-list">
<div className="citation-list">
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 499
{answer.citations.map((citation) => (
{answer.citations.map((citation) => (
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 500
<Link key={citation.slug} to={`/page/${citation.slug}`} className="citation-chip">
<Link key={citation.slug} to={`/page/${citation.slug}`} className="citation-chip">
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 501
{citation.title}
{citation.title}
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 502
</Link>
</Link>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 503
))}
))}
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 504
</div>
</div>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 505
</>
</>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 506
)}
)}
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 507
</div>
</div>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 508
) : null}
) : null}
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 509
</section>
</section>
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 510
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 511
);
);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 512
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 513
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 514
function SpacePage({ spaces, pagesBySpace }: { spaces: Space[]; pagesBySpace: PageRecordMap }) {
function SpacePage({ spaces, pagesBySpace }: { spaces: Space[]; pagesBySpace: PageRecordMap }) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 515
const { spaceKey = "" } = useParams();
const { spaceKey = "" } = useParams();
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 516
const space = spaces.find((entry) => entry.key === spaceKey);
const space = spaces.find((entry) => entry.key === spaceKey);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 517
const pages = pagesBySpace[spaceKey] ?? [];
const pages = pagesBySpace[spaceKey] ?? [];
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 518
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 519
return (
return (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 520
<div className="document-layout">
<div className="document-layout">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 521
<section className="doc-card">
<section className="doc-card">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 522
<div className="breadcrumbs">
<div className="breadcrumbs">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 523
<Link to="/">Knowledge base</Link>
<Link to="/">Knowledge base</Link>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 524
<span>/</span>
<span>/</span>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 525
<span>{space?.name ?? spaceKey}</span>
<span>{space?.name ?? spaceKey}</span>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 526
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 527
<div className="doc-card__header">
<div className="doc-card__header">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 528
<div>
<div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 529
<p className="eyebrow">Collection</p>
<p className="eyebrow">Collection</p>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 530
<h1>{space?.name ?? spaceKey}</h1>
<h1>{space?.name ?? spaceKey}</h1>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 531
<p className="lede">{pages.length} published documents are currently visible in this collection.</p>
<p className="lede">{pages.length} published documents are currently visible in this collection.</p>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 532
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 533
<span className={`badge badge-${space?.visibility ?? "internal"}`}>{space?.visibility ?? "internal"}</span>
<span className={`badge badge-${space?.visibility ?? "internal"}`}>{space?.visibility ?? "internal"}</span>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 534
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 535
{pages.length === 0 ? (
{pages.length === 0 ? (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 536
<EmptyState
<EmptyState
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 537
title="This collection is empty"
title="This collection is empty"
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 538
description="Add documents from the manage screen to build out this space."
description="Add documents from the manage screen to build out this space."
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 539
/>
/>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 540
) : (
) : (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 541
<div className="article-list">
<div className="article-list">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 542
{pages.map((page) => (
{pages.map((page) => (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 543
<Link key={page.id} to={`/page/${page.slug}`} className="article-list__item">
<Link key={page.id} to={`/page/${page.slug}`} className="article-list__item">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 544
<div className="article-list__meta">
<div className="article-list__meta">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 545
<strong>{page.title}</strong>
<strong>{page.title}</strong>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 546
<span>{page.visibility} - {new Date(page.updatedAt).toLocaleDateString()}</span>
<span>{page.visibility} - {new Date(page.updatedAt).toLocaleDateString()}</span>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 547
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 548
<p>{page.excerpt ?? "Open this document to continue reading."}</p>
<p>{page.excerpt ?? "Open this document to continue reading."}</p>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 549
</Link>
</Link>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 550
))}
))}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 551
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 552
)}
)}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 553
</section>
</section>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 554
<aside className="right-rail">
<aside className="right-rail">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 555
<section className="rail-card">
<section className="rail-card">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 556
<p className="eyebrow">Collection info</p>
<p className="eyebrow">Collection info</p>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 557
<h3>{space?.name ?? "Collection"}</h3>
<h3>{space?.name ?? "Collection"}</h3>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 558
<p className="muted">
<p className="muted">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 559
Use the left navigation tree to browse pages and nested structure inside this space.
Use the left navigation tree to browse pages and nested structure inside this space.
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 560
</p>
</p>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 561
</section>
</section>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 562
</aside>
</aside>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 563
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 564
);
);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 565
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 566
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 567
function PageView({
function PageView({
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 568
spaces,
spaces,
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 569
pagesBySpace,
pagesBySpace,
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 570
user
user
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 571
}: {
}: {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 572
spaces: Space[];
spaces: Space[];
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 573
pagesBySpace: PageRecordMap;
pagesBySpace: PageRecordMap;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 574
user: SessionUser | null;
user: SessionUser | null;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 575
}) {
}) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 576
const { slug = "" } = useParams();
const { slug = "" } = useParams();
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 577
const [page, setPage] = useState<PageDetail | null>(null);
const [page, setPage] = useState<PageDetail | null>(null);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 578
const [loading, setLoading] = useState(true);
const [loading, setLoading] = useState(true);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 579
const [error, setError] = useState<string | null>(null);
const [error, setError] = useState<string | null>(null);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 580
const articleRef = useRef<HTMLElement>(null);
const articleRef = useRef<HTMLElement>(null);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 581
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 582
useEffect(() => {
useEffect(() => {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 583
setLoading(true);
setLoading(true);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 584
setError(null);
setError(null);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 585
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 586
api
api
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 587
.get<{ page: PageDetail }>(`/api/pages/slug/${slug}`)
.get<{ page: PageDetail }>(`/api/pages/slug/${slug}`)
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 588
.then((response) => setPage(response.page))
.then((response) => setPage(response.page))
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 589
.catch((reason) => {
.catch((reason) => {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 590
setError(reason instanceof Error ? reason.message : "Could not load this page.");
setError(reason instanceof Error ? reason.message : "Could not load this page.");
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 591
setPage(null);
setPage(null);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 592
})
})
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 593
.finally(() => setLoading(false));
.finally(() => setLoading(false));
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 594
}, [slug]);
}, [slug]);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 595
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 596
useEffect(() => {
useEffect(() => {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 597
if (page) {
if (page) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 598
addCopyButtons(articleRef.current);
addCopyButtons(articleRef.current);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 599
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 600
}, [page]);
}, [page]);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 601
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 602
if (loading) {
if (loading) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 603
return (
return (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 604
<div className="document-layout">
<div className="document-layout">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 605
<ContentSkeleton />
<ContentSkeleton />
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 606
<aside className="right-rail">
<aside className="right-rail">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 607
<div className="rail-card">
<div className="rail-card">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 608
<div className="skeleton skeleton-title" />
<div className="skeleton skeleton-title" />
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 609
<div className="skeleton skeleton-line" />
<div className="skeleton skeleton-line" />
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 610
<div className="skeleton skeleton-line short" />
<div className="skeleton skeleton-line short" />
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 611
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 612
</aside>
</aside>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 613
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 614
);
);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 615
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 616
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 617
if (!page) {
if (!page) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 618
return (
return (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 619
<div className="document-layout">
<div className="document-layout">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 620
<section className="doc-card">
<section className="doc-card">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 621
<EmptyState
<EmptyState
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 622
eyebrow="Document"
eyebrow="Document"
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 623
title="Page not found"
title="Page not found"
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 624
description={error ?? "This page may not exist, or your account may not be allowed to view it."}
description={error ?? "This page may not exist, or your account may not be allowed to view it."}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 625
action={<Link to="/" className="button-secondary">Back to knowledge base</Link>}
action={<Link to="/" className="button-secondary">Back to knowledge base</Link>}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 626
/>
/>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 627
</section>
</section>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 628
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 629
);
);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 630
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 631
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 632
const space = spaces.find((entry) => entry.id === page.spaceId);
const space = spaces.find((entry) => entry.id === page.spaceId);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 633
const breadcrumbs = buildBreadcrumbs(page, pagesBySpace[space?.key ?? ""] ?? [], space);
const breadcrumbs = buildBreadcrumbs(page, pagesBySpace[space?.key ?? ""] ?? [], space);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 634
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 635
async function copyLink() {
async function copyLink() {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 636
await navigator.clipboard.writeText(window.location.href);
await navigator.clipboard.writeText(window.location.href);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 637
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 638
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 639
return (
return (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 640
<div className="document-layout">
<div className="document-layout">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 641
<article className="doc-card">
<article className="doc-card">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 642
<div className="breadcrumbs">
<div className="breadcrumbs">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 643
{breadcrumbs.map((item, index) => (
{breadcrumbs.map((item, index) => (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 644
<React.Fragment key={`${item.title}-${index}`}>
<React.Fragment key={`${item.title}-${index}`}>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 645
{index > 0 ? <span>/</span> : null}
{index > 0 ? <span>/</span> : null}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 646
{item.slug && index < breadcrumbs.length - 1 ? (
{item.slug && index < breadcrumbs.length - 1 ? (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 647
<Link to={`/page/${item.slug}`}>{item.title}</Link>
<Link to={`/page/${item.slug}`}>{item.title}</Link>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 648
) : (
) : (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 649
<span>{item.title}</span>
<span>{item.title}</span>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 650
)}
)}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 651
</React.Fragment>
</React.Fragment>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 652
))}
))}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 653
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 654
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 655
<header className="doc-card__header doc-card__header-spread">
<header className="doc-card__header doc-card__header-spread">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 656
<div>
<div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 657
<div className="doc-badges">
<div className="doc-badges">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 658
<span className={`badge badge-${page.visibility}`}>
<span className={`badge badge-${page.visibility}`}>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 659
<Icon name={page.visibility === "public" ? "globe" : "lock"} className="icon icon-sm" />
<Icon name={page.visibility === "public" ? "globe" : "lock"} className="icon icon-sm" />
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 660
{page.visibility}
{page.visibility}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 661
</span>
</span>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 662
<span className="badge badge-muted">{page.state}</span>
<span className="badge badge-muted">{page.state}</span>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 663
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 664
<h1>{page.title}</h1>
<h1>{page.title}</h1>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 665
<p className="doc-meta">
<p className="doc-meta">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 666
Updated {new Date(page.updatedAt).toLocaleDateString()} by {page.authorName}
Updated {new Date(page.updatedAt).toLocaleDateString()} by {page.authorName}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 667
</p>
</p>
Alex Nord
3 months ago
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 668
{page.source ? (
{page.source ? (
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 669
<p className="doc-meta">
<p className="doc-meta">
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 670
Imported from {page.source.provider.replace("_", " ")} on{" "}
Imported from {page.source.provider.replace("_", " ")} on{" "}
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 671
{new Date(page.source.importedAt).toLocaleDateString()}
{new Date(page.source.importedAt).toLocaleDateString()}
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 672
</p>
</p>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 673
) : null}
) : null}
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 674
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 675
Alex Nord
3 months ago
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 676
<div className="doc-actions">
<div className="doc-actions">
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 677
<button type="button" className="button-secondary" onClick={copyLink}>
<button type="button" className="button-secondary" onClick={copyLink}>
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 678
<Icon name="copy" className="icon icon-sm" />
<Icon name="copy" className="icon icon-sm" />
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 679
Copy link
Copy link
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 680
</button>
</button>
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 681
{user && (user.role === "editor" || user.role === "admin" || user.role === "owner") ? (
{user && (user.role === "editor" || user.role === "admin" || user.role === "owner") ? (
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 682
<Link to={`/page/${page.slug}/edit`} className="button-secondary">
<Link to={`/page/${page.slug}/edit`} className="button-secondary">
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 683
<Icon name="external" className="icon icon-sm" />
<Icon name="external" className="icon icon-sm" />
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 684
Edit doc
Edit doc
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 685
</Link>
</Link>
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 686
) : null}
) : null}
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 687
</div>
</div>
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 688
</header>
</header>
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 689
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 690
{page.excerpt ? <p className="doc-summary">{page.excerpt}</p> : null}
{page.excerpt ? <p className="doc-summary">{page.excerpt}</p> : null}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 691
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 692
<div ref={articleRef} className="markdown markdown-prose" dangerouslySetInnerHTML={{ __html: page.bodyHtml }} />
<div ref={articleRef} className="markdown markdown-prose" dangerouslySetInnerHTML={{ __html: page.bodyHtml }} />
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 693
<FeedbackForm pageId={page.id} revisionId={page.revisionId} />
<FeedbackForm pageId={page.id} revisionId={page.revisionId} />
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 694
</article>
</article>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 695
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 696
<aside className="right-rail">
<aside className="right-rail">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 697
<section className="rail-card">
<section className="rail-card">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 698
<p className="eyebrow">On this page</p>
<p className="eyebrow">On this page</p>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 699
{page.toc.length === 0 ? <p className="muted">No headings yet.</p> : null}
{page.toc.length === 0 ? <p className="muted">No headings yet.</p> : null}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 700
<nav className="toc-rail">
<nav className="toc-rail">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 701
{page.toc.map((item) => (
{page.toc.map((item) => (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 702
<a key={item.id} href={`#${item.id}`} style={{ paddingLeft: `${(item.level - 1) * 0.75}rem` }}>
<a key={item.id} href={`#${item.id}`} style={{ paddingLeft: `${(item.level - 1) * 0.75}rem` }}>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 703
{item.text}
{item.text}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 704
</a>
</a>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 705
))}
))}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 706
</nav>
</nav>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 707
</section>
</section>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 708
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 709
<section className="rail-card">
<section className="rail-card">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 710
<p className="eyebrow">Context</p>
<p className="eyebrow">Context</p>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 711
<div className="context-list">
<div className="context-list">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 712
<div>
<div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 713
<span>Collection</span>
<span>Collection</span>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 714
<strong>{space?.name ?? "Unknown"}</strong>
<strong>{space?.name ?? "Unknown"}</strong>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 715
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 716
<div>
<div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 717
<span>State</span>
<span>State</span>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 718
<strong>{page.state}</strong>
<strong>{page.state}</strong>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 719
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 720
<div>
<div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 721
<span>Access</span>
<span>Access</span>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 722
<strong>{page.visibility}</strong>
<strong>{page.visibility}</strong>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 723
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 724
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 725
</section>
</section>
Alex Nord
3 months ago
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 726
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 727
{page.source ? (
{page.source ? (
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 728
<section className="rail-card">
<section className="rail-card">
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 729
<p className="eyebrow">Source</p>
<p className="eyebrow">Source</p>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 730
<div className="context-list">
<div className="context-list">
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 731
<div>
<div>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 732
<span>Provider</span>
<span>Provider</span>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 733
<strong>{page.source.provider}</strong>
<strong>{page.source.provider}</strong>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 734
</div>
</div>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 735
{page.source.sourceTitle ? (
{page.source.sourceTitle ? (
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 736
<div>
<div>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 737
<span>Title</span>
<span>Title</span>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 738
<strong>{page.source.sourceTitle}</strong>
<strong>{page.source.sourceTitle}</strong>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 739
</div>
</div>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 740
) : null}
) : null}
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 741
{page.source.sourcePath ? (
{page.source.sourcePath ? (
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 742
<div>
<div>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 743
<span>Path</span>
<span>Path</span>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 744
<strong>{page.source.sourcePath}</strong>
<strong>{page.source.sourcePath}</strong>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 745
</div>
</div>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 746
) : null}
) : null}
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 747
{page.source.sourceBranch ? (
{page.source.sourceBranch ? (
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 748
<div>
<div>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 749
<span>Branch</span>
<span>Branch</span>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 750
<strong>{page.source.sourceBranch}</strong>
<strong>{page.source.sourceBranch}</strong>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 751
</div>
</div>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 752
) : null}
) : null}
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 753
{page.source.sourceDocumentId ? (
{page.source.sourceDocumentId ? (
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 754
<div>
<div>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 755
<span>Document ID</span>
<span>Document ID</span>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 756
<strong>{page.source.sourceDocumentId}</strong>
<strong>{page.source.sourceDocumentId}</strong>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 757
</div>
</div>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 758
) : null}
) : null}
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 759
</div>
</div>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 760
{page.source.sourceUrl ? (
{page.source.sourceUrl ? (
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 761
<a href={page.source.sourceUrl} target="_blank" rel="noreferrer" className="button-secondary inline-button">
<a href={page.source.sourceUrl} target="_blank" rel="noreferrer" className="button-secondary inline-button">
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 762
Open source
Open source
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 763
</a>
</a>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 764
) : null}
) : null}
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 765
</section>
</section>
same change
5600eb6
Build enterprise imports webhooks and AI admin workflows
- Full commit hash
5600eb6c876ab31ee652ee6abe12884b31088496- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 766
) : null}
) : null}
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 767
</aside>
</aside>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 768
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 769
);
);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 770
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 771
Alex Nord
3 months ago
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 772
function EditorPage({
function EditorPage({
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 773
spaces,
spaces,
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 774
user
user
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 775
}: {
}: {
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 776
spaces: Space[];
spaces: Space[];
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 777
user: SessionUser | null;
user: SessionUser | null;
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 778
}) {
}) {
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 779
const { slug } = useParams();
const { slug } = useParams();
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 780
const navigate = useNavigate();
const navigate = useNavigate();
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 781
const [page, setPage] = useState<PageDetail | null>(null);
const [page, setPage] = useState<PageDetail | null>(null);
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 782
const [loading, setLoading] = useState(Boolean(slug));
const [loading, setLoading] = useState(Boolean(slug));
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 783
const [error, setError] = useState<string | null>(null);
const [error, setError] = useState<string | null>(null);
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 784
const canEdit = Boolean(user && ["editor", "admin", "owner"].includes(user.role));
const canEdit = Boolean(user && ["editor", "admin", "owner"].includes(user.role));
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 785
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 786
useEffect(() => {
useEffect(() => {
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 787
if (!slug) {
if (!slug) {
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 788
setLoading(false);
setLoading(false);
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 789
setPage(null);
setPage(null);
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 790
setError(null);
setError(null);
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 791
return;
return;
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 792
}
}
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 793
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 794
setLoading(true);
setLoading(true);
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 795
setError(null);
setError(null);
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 796
api
api
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 797
.get<{ page: PageDetail }>(`/api/pages/slug/${slug}`)
.get<{ page: PageDetail }>(`/api/pages/slug/${slug}`)
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 798
.then((response) => setPage(response.page))
.then((response) => setPage(response.page))
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 799
.catch((reason) => setError(reason instanceof Error ? reason.message : "Could not load this page for editing."))
.catch((reason) => setError(reason instanceof Error ? reason.message : "Could not load this page for editing."))
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 800
.finally(() => setLoading(false));
.finally(() => setLoading(false));
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 801
}, [slug]);
}, [slug]);
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 802
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 803
if (!canEdit) {
if (!canEdit) {
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 804
return <AccessDeniedPage />;
return <AccessDeniedPage />;
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 805
}
}
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 806
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 807
if (loading) {
if (loading) {
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 808
return (
return (
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 809
<div className="stack-page">
<div className="stack-page">
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 810
<ContentSkeleton />
<ContentSkeleton />
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 811
</div>
</div>
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 812
);
);
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 813
}
}
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 814
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 815
if (error && slug) {
if (error && slug) {
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 816
return (
return (
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 817
<div className="stack-page">
<div className="stack-page">
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 818
<section className="panel">
<section className="panel">
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 819
<EmptyState title="Could not open editor" description={error} action={<Link to="/spaces" className="button-secondary">Back to home</Link>} />
<EmptyState title="Could not open editor" description={error} action={<Link to="/spaces" className="button-secondary">Back to home</Link>} />
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 820
</section>
</section>
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 821
</div>
</div>
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 822
);
);
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 823
}
}
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 824
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 825
return (
return (
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 826
<div className="stack-page">
<div className="stack-page">
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 827
<PageHeader
<PageHeader
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 828
eyebrow={slug ? "Document editor" : "New document"}
eyebrow={slug ? "Document editor" : "New document"}
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 829
title={slug ? `Edit ${page?.title ?? "document"}` : "Create a new document"}
title={slug ? `Edit ${page?.title ?? "document"}` : "Create a new document"}
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 830
description={slug ? "Update Markdown, visibility, and publish state from the same drafting surface." : "Start with Markdown first, then publish when the doc is ready."}
description={slug ? "Update Markdown, visibility, and publish state from the same drafting surface." : "Start with Markdown first, then publish when the doc is ready."}
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 831
/>
/>
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 832
<PageEditor
<PageEditor
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 833
spaces={spaces}
spaces={spaces}
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 834
mode={slug ? "edit" : "create"}
mode={slug ? "edit" : "create"}
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 835
variant="page"
variant="page"
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 836
initialPage={
initialPage={
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 837
slug && page
slug && page
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 838
? {
? {
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 839
id: page.id,
id: page.id,
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 840
spaceId: page.spaceId,
spaceId: page.spaceId,
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 841
title: page.title,
title: page.title,
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 842
slug: page.slug,
slug: page.slug,
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 843
bodyMarkdown: page.bodyMarkdown,
bodyMarkdown: page.bodyMarkdown,
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 844
excerpt: page.excerpt ?? "",
excerpt: page.excerpt ?? "",
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 845
visibility: page.visibility,
visibility: page.visibility,
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 846
state: page.state,
state: page.state,
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 847
tags: page.tags,
tags: page.tags,
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 848
parentPageId: page.parentPageId
parentPageId: page.parentPageId
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 849
}
}
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 850
: null
: null
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 851
}
}
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 852
onSaved={(nextSlug) => navigate(`/page/${nextSlug}`)}
onSaved={(nextSlug) => navigate(`/page/${nextSlug}`)}
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 853
onCancel={() => navigate(slug ? `/page/${slug}` : "/spaces")}
onCancel={() => navigate(slug ? `/page/${slug}` : "/spaces")}
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 854
/>
/>
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 855
</div>
</div>
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 856
);
);
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 857
}
}
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 858
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 859
function LoginPage({ onLogin }: { onLogin: (user: SessionUser) => void }) {
function LoginPage({ onLogin }: { onLogin: (user: SessionUser) => void }) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 860
const navigate = useNavigate();
const navigate = useNavigate();
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 861
const [email, setEmail] = useState("");
const [email, setEmail] = useState("");
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 862
const [password, setPassword] = useState("");
const [password, setPassword] = useState("");
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 863
const [error, setError] = useState<string | null>(null);
const [error, setError] = useState<string | null>(null);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 864
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 865
async function submit(event: React.FormEvent) {
async function submit(event: React.FormEvent) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 866
event.preventDefault();
event.preventDefault();
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 867
try {
try {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 868
const response = await api.post<{ user: SessionUser }>("/api/auth/login", { email, password });
const response = await api.post<{ user: SessionUser }>("/api/auth/login", { email, password });
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 869
onLogin(response.user);
onLogin(response.user);
Alex Nord
3 months ago
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 870
navigate("/spaces");
navigate("/spaces");
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 871
} catch (reason) {
} catch (reason) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 872
setError(reason instanceof Error ? reason.message : "Could not sign in");
setError(reason instanceof Error ? reason.message : "Could not sign in");
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 873
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 874
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 875
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 876
return (
return (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 877
<div className="auth-layout">
<div className="auth-layout">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 878
<section className="auth-panel">
<section className="auth-panel">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 879
<p className="eyebrow">Secure access</p>
<p className="eyebrow">Secure access</p>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 880
<h1>Sign in to internal documentation</h1>
<h1>Sign in to internal documentation</h1>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 881
<p className="muted">
<p className="muted">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 882
Access private knowledge, restricted runbooks, and editing tools with your Ledger account.
Access private knowledge, restricted runbooks, and editing tools with your Ledger account.
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 883
</p>
</p>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 884
</section>
</section>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 885
<form className="panel auth-form" onSubmit={submit}>
<form className="panel auth-form" onSubmit={submit}>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 886
<div className="panel__header">
<div className="panel__header">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 887
<div>
<div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 888
<p className="eyebrow">Authentication</p>
<p className="eyebrow">Authentication</p>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 889
<h3>Welcome back</h3>
<h3>Welcome back</h3>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 890
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 891
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 892
<label className="field">
<label className="field">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 893
Email
Email
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 894
<input value={email} onChange={(event) => setEmail(event.target.value)} />
<input value={email} onChange={(event) => setEmail(event.target.value)} />
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 895
</label>
</label>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 896
<label className="field">
<label className="field">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 897
Password
Password
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 898
<input type="password" value={password} onChange={(event) => setPassword(event.target.value)} />
<input type="password" value={password} onChange={(event) => setPassword(event.target.value)} />
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 899
</label>
</label>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 900
<button type="submit">Sign in</button>
<button type="submit">Sign in</button>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 901
{error ? <p className="muted">{error}</p> : null}
{error ? <p className="muted">{error}</p> : null}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 902
</form>
</form>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 903
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 904
);
);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 905
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 906
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 907
function SetupPage({
function SetupPage({
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 908
onInitialized,
onInitialized,
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 909
initialBranding
initialBranding
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 910
}: {
}: {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 911
onInitialized: (user: SessionUser, branding: BrandingResponse["branding"]) => void;
onInitialized: (user: SessionUser, branding: BrandingResponse["branding"]) => void;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 912
initialBranding: SetupStatus["branding"];
initialBranding: SetupStatus["branding"];
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 913
}) {
}) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 914
const navigate = useNavigate();
const navigate = useNavigate();
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 915
const [form, setForm] = useState({
const [form, setForm] = useState({
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 916
siteName: initialBranding?.site_name ?? "Ledger",
siteName: initialBranding?.site_name ?? "Ledger",
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 917
brandColor: initialBranding?.brand_color ?? "#245cff",
brandColor: initialBranding?.brand_color ?? "#245cff",
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 918
publicKnowledgeBaseEnabled: true,
publicKnowledgeBaseEnabled: true,
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 919
ownerEmail: "",
ownerEmail: "",
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 920
ownerDisplayName: "",
ownerDisplayName: "",
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 921
password: ""
password: ""
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 922
});
});
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 923
const [status, setStatus] = useState<string | null>(null);
const [status, setStatus] = useState<string | null>(null);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 924
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 925
async function submit(event: React.FormEvent) {
async function submit(event: React.FormEvent) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 926
event.preventDefault();
event.preventDefault();
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 927
try {
try {
Alex Nord
3 months ago
7b9fd81
Continues UI Fixes
- Full commit hash
7b9fd81fba50e4e63f3a981dc8ac583996c2482c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 928
const response = await api.post<{ user: SessionUser }>("/api/setup/initialize", form);
const response = await api.post<{ user: SessionUser }>("/api/setup/initialize", form);
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 929
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 930
onInitialized(response.user, {
onInitialized(response.user, {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 931
siteName: form.siteName,
siteName: form.siteName,
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 932
logoUrl: null,
logoUrl: null,
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 933
brandColor: form.brandColor,
brandColor: form.brandColor,
Alex Nord
3 months ago
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 934
publicKnowledgeBaseEnabled: form.publicKnowledgeBaseEnabled,
publicKnowledgeBaseEnabled: form.publicKnowledgeBaseEnabled,
same change
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 935
footerLinks: []
footerLinks: []
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 936
});
});
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 937
Alex Nord
3 months ago
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 938
navigate("/spaces");
navigate("/spaces");
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 939
} catch (error) {
} catch (error) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 940
setStatus(error instanceof Error ? error.message : "Could not initialize Ledger");
setStatus(error instanceof Error ? error.message : "Could not initialize Ledger");
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 941
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 942
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 943
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 944
return (
return (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 945
<div className="setup-screen">
<div className="setup-screen">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 946
<section className="auth-panel">
<section className="auth-panel">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 947
<p className="eyebrow">First-time setup</p>
<p className="eyebrow">First-time setup</p>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 948
<h1>Create your Ledger knowledge base</h1>
<h1>Create your Ledger knowledge base</h1>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 949
<p className="lede">
<p className="lede">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 950
Define the base identity for your documentation workspace, create the first owner, and
Define the base identity for your documentation workspace, create the first owner, and
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 951
launch into collections, content, and integrations.
launch into collections, content, and integrations.
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 952
</p>
</p>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 953
<div className="setup-points">
<div className="setup-points">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 954
<div><Icon name="collection" className="icon icon-sm" /> Collections and page structure</div>
<div><Icon name="collection" className="icon icon-sm" /> Collections and page structure</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 955
<div><Icon name="search" className="icon icon-sm" /> Search-first reading experience</div>
<div><Icon name="search" className="icon icon-sm" /> Search-first reading experience</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 956
<div><Icon name="settings" className="icon icon-sm" /> Ready for branding and integrations</div>
<div><Icon name="settings" className="icon icon-sm" /> Ready for branding and integrations</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 957
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 958
</section>
</section>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 959
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 960
<form className="panel setup-form" onSubmit={submit}>
<form className="panel setup-form" onSubmit={submit}>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 961
<div className="panel__header">
<div className="panel__header">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 962
<div>
<div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 963
<p className="eyebrow">Workspace settings</p>
<p className="eyebrow">Workspace settings</p>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 964
<h3>Initialize Ledger</h3>
<h3>Initialize Ledger</h3>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 965
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 966
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 967
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 968
<div className="field-grid">
<div className="field-grid">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 969
<label className="field">
<label className="field">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 970
Site name
Site name
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 971
<input
<input
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 972
value={form.siteName}
value={form.siteName}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 973
onChange={(event) => setForm((current) => ({ ...current, siteName: event.target.value }))}
onChange={(event) => setForm((current) => ({ ...current, siteName: event.target.value }))}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 974
/>
/>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 975
</label>
</label>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 976
<label className="field">
<label className="field">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 977
Brand color
Brand color
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 978
<input
<input
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 979
value={form.brandColor}
value={form.brandColor}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 980
onChange={(event) => setForm((current) => ({ ...current, brandColor: event.target.value }))}
onChange={(event) => setForm((current) => ({ ...current, brandColor: event.target.value }))}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 981
/>
/>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 982
</label>
</label>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 983
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 984
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 985
<label className="checkbox-row checkbox-card">
<label className="checkbox-row checkbox-card">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 986
<input
<input
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 987
type="checkbox"
type="checkbox"
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 988
checked={form.publicKnowledgeBaseEnabled}
checked={form.publicKnowledgeBaseEnabled}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 989
onChange={(event) =>
onChange={(event) =>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 990
setForm((current) => ({
setForm((current) => ({
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 991
...current,
...current,
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 992
publicKnowledgeBaseEnabled: event.target.checked
publicKnowledgeBaseEnabled: event.target.checked
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 993
}))
}))
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 994
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 995
/>
/>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 996
<span>Enable the public knowledge base immediately</span>
<span>Enable the public knowledge base immediately</span>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 997
</label>
</label>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 998
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 999
<div className="field-grid">
<div className="field-grid">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1000
<label className="field">
<label className="field">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1001
Owner name
Owner name
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1002
<input
<input
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1003
value={form.ownerDisplayName}
value={form.ownerDisplayName}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1004
onChange={(event) => setForm((current) => ({ ...current, ownerDisplayName: event.target.value }))}
onChange={(event) => setForm((current) => ({ ...current, ownerDisplayName: event.target.value }))}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1005
/>
/>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1006
</label>
</label>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1007
<label className="field">
<label className="field">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1008
Owner email
Owner email
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1009
<input
<input
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1010
value={form.ownerEmail}
value={form.ownerEmail}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1011
onChange={(event) => setForm((current) => ({ ...current, ownerEmail: event.target.value }))}
onChange={(event) => setForm((current) => ({ ...current, ownerEmail: event.target.value }))}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1012
/>
/>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1013
</label>
</label>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1014
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1015
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1016
<label className="field">
<label className="field">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1017
Password
Password
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1018
<input
<input
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1019
type="password"
type="password"
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1020
value={form.password}
value={form.password}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1021
onChange={(event) => setForm((current) => ({ ...current, password: event.target.value }))}
onChange={(event) => setForm((current) => ({ ...current, password: event.target.value }))}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1022
/>
/>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1023
</label>
</label>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1024
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1025
<button type="submit">Create workspace</button>
<button type="submit">Create workspace</button>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1026
{status ? <p className="muted">{status}</p> : null}
{status ? <p className="muted">{status}</p> : null}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1027
</form>
</form>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1028
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1029
);
);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1030
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1031
Alex Nord
3 months ago
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1032
function AccessDeniedPage() {
function AccessDeniedPage() {
same change
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1033
return (
return (
same change
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1034
<div className="stack-page">
<div className="stack-page">
same change
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1035
<section className="panel">
<section className="panel">
same change
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1036
<EmptyState
<EmptyState
same change
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1037
eyebrow="Permissions"
eyebrow="Permissions"
same change
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1038
title="You do not have access to this area"
title="You do not have access to this area"
same change
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1039
description="This section is limited to administrators and owners. Use the main knowledge base navigation to continue browsing documentation."
description="This section is limited to administrators and owners. Use the main knowledge base navigation to continue browsing documentation."
same change
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1040
action={<Link to="/spaces" className="button-secondary">Back to spaces</Link>}
action={<Link to="/spaces" className="button-secondary">Back to spaces</Link>}
same change
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1041
/>
/>
same change
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1042
</section>
</section>
same change
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1043
</div>
</div>
same change
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1044
);
);
same change
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1045
}
}
same change
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1046
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1047
function Dashboard({ user, spaces }: { user: SessionUser; spaces: Space[] }) {
function Dashboard({ user, spaces }: { user: SessionUser; spaces: Space[] }) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1048
const [analytics, setAnalytics] = useState<{
const [analytics, setAnalytics] = useState<{
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1049
topSearches: Array<{ query: string; count: number }>;
topSearches: Array<{ query: string; count: number }>;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1050
noResults: Array<{ query: string; count: number }>;
noResults: Array<{ query: string; count: number }>;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1051
} | null>(null);
} | null>(null);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1052
const [feedback, setFeedback] = useState<Array<{ id: string; page_title: string; helpful: boolean; comment: string | null }> | null>(null);
const [feedback, setFeedback] = useState<Array<{ id: string; page_title: string; helpful: boolean; comment: string | null }> | null>(null);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1053
const [brandingForm, setBrandingForm] = useState({
const [brandingForm, setBrandingForm] = useState({
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1054
siteName: "Ledger",
siteName: "Ledger",
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1055
logoUrl: "",
logoUrl: "",
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1056
brandColor: "#245cff",
brandColor: "#245cff",
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1057
publicKnowledgeBaseEnabled: true
publicKnowledgeBaseEnabled: true
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1058
});
});
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1059
const [settingsStatus, setSettingsStatus] = useState<string | null>(null);
const [settingsStatus, setSettingsStatus] = useState<string | null>(null);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1060
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1061
useEffect(() => {
useEffect(() => {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1062
if (user.role === "admin" || user.role === "owner") {
if (user.role === "admin" || user.role === "owner") {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1063
api
api
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1064
.get<{
.get<{
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1065
topSearches: Array<{ query: string; count: number }>;
topSearches: Array<{ query: string; count: number }>;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1066
noResults: Array<{ query: string; count: number }>;
noResults: Array<{ query: string; count: number }>;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1067
}>("/api/admin/search-analytics")
}>("/api/admin/search-analytics")
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1068
.then(setAnalytics);
.then(setAnalytics);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1069
api
api
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1070
.get<{ feedback: Array<{ id: string; page_title: string; helpful: boolean; comment: string | null }> }>("/api/admin/feedback")
.get<{ feedback: Array<{ id: string; page_title: string; helpful: boolean; comment: string | null }> }>("/api/admin/feedback")
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1071
.then((response) => setFeedback(response.feedback));
.then((response) => setFeedback(response.feedback));
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1072
api
api
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1073
.get<{ branding: { site_name: string; logo_url: string | null; brand_color: string; footer_text: string | null; public_knowledge_base_enabled: boolean } }>("/api/settings/admin")
.get<{ branding: { site_name: string; logo_url: string | null; brand_color: string; footer_text: string | null; public_knowledge_base_enabled: boolean } }>("/api/settings/admin")
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1074
.then((response) => {
.then((response) => {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1075
const branding = response.branding;
const branding = response.branding;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1076
setBrandingForm({
setBrandingForm({
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1077
siteName: branding.site_name,
siteName: branding.site_name,
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1078
logoUrl: branding.logo_url ?? "",
logoUrl: branding.logo_url ?? "",
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1079
brandColor: branding.brand_color,
brandColor: branding.brand_color,
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1080
publicKnowledgeBaseEnabled: branding.public_knowledge_base_enabled
publicKnowledgeBaseEnabled: branding.public_knowledge_base_enabled
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1081
});
});
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1082
});
});
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1083
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1084
}, [user.role]);
}, [user.role]);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1085
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1086
async function saveBranding() {
async function saveBranding() {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1087
try {
try {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1088
await api.put("/api/settings/branding", {
await api.put("/api/settings/branding", {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1089
siteName: brandingForm.siteName,
siteName: brandingForm.siteName,
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1090
logoUrl: brandingForm.logoUrl || null,
logoUrl: brandingForm.logoUrl || null,
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1091
brandColor: brandingForm.brandColor,
brandColor: brandingForm.brandColor,
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1092
publicKnowledgeBaseEnabled: brandingForm.publicKnowledgeBaseEnabled
publicKnowledgeBaseEnabled: brandingForm.publicKnowledgeBaseEnabled
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1093
});
});
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1094
setSettingsStatus("Brand settings saved.");
setSettingsStatus("Brand settings saved.");
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1095
} catch (error) {
} catch (error) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1096
setSettingsStatus(error instanceof Error ? error.message : "Could not save branding");
setSettingsStatus(error instanceof Error ? error.message : "Could not save branding");
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1097
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1098
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1099
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1100
return (
return (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1101
<div className="manage-layout">
<div className="manage-layout">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1102
<section className="panel manage-hero">
<section className="panel manage-hero">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1103
<div>
<div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1104
<p className="eyebrow">Manage workspace</p>
<p className="eyebrow">Manage workspace</p>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1105
<h1>{user.displayName}</h1>
<h1>{user.displayName}</h1>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1106
<p className="lede">Create documents, tune branding, and use search analytics to improve the knowledge base.</p>
<p className="lede">Create documents, tune branding, and use search analytics to improve the knowledge base.</p>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1107
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1108
<div className="manage-hero__meta">
<div className="manage-hero__meta">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1109
<span className="pill">{user.role}</span>
<span className="pill">{user.role}</span>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1110
<span className="pill">{spaces.length} collections</span>
<span className="pill">{spaces.length} collections</span>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1111
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1112
</section>
</section>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1113
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1114
<div className="manage-grid">
<div className="manage-grid">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1115
{user.role === "editor" || user.role === "admin" || user.role === "owner" ? (
{user.role === "editor" || user.role === "admin" || user.role === "owner" ? (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1116
<PageEditor spaces={spaces} />
<PageEditor spaces={spaces} />
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1117
) : null}
) : null}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1118
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1119
{user.role === "admin" || user.role === "owner" ? (
{user.role === "admin" || user.role === "owner" ? (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1120
<section className="panel">
<section className="panel">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1121
<div className="panel__header">
<div className="panel__header">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1122
<div>
<div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1123
<p className="eyebrow">Branding</p>
<p className="eyebrow">Branding</p>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1124
<h3>Workspace settings</h3>
<h3>Workspace settings</h3>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1125
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1126
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1127
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1128
<label className="field">
<label className="field">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1129
Site name
Site name
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1130
<input
<input
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1131
value={brandingForm.siteName}
value={brandingForm.siteName}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1132
onChange={(event) => setBrandingForm((current) => ({ ...current, siteName: event.target.value }))}
onChange={(event) => setBrandingForm((current) => ({ ...current, siteName: event.target.value }))}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1133
/>
/>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1134
</label>
</label>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1135
<div className="field-grid">
<div className="field-grid">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1136
<label className="field">
<label className="field">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1137
Brand color
Brand color
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1138
<input
<input
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1139
value={brandingForm.brandColor}
value={brandingForm.brandColor}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1140
onChange={(event) => setBrandingForm((current) => ({ ...current, brandColor: event.target.value }))}
onChange={(event) => setBrandingForm((current) => ({ ...current, brandColor: event.target.value }))}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1141
/>
/>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1142
</label>
</label>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1143
<label className="field">
<label className="field">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1144
Logo URL
Logo URL
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1145
<input
<input
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1146
value={brandingForm.logoUrl}
value={brandingForm.logoUrl}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1147
onChange={(event) => setBrandingForm((current) => ({ ...current, logoUrl: event.target.value }))}
onChange={(event) => setBrandingForm((current) => ({ ...current, logoUrl: event.target.value }))}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1148
/>
/>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1149
</label>
</label>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1150
</div>
</div>
Alex Nord
3 months ago
7b9fd81
Continues UI Fixes
- Full commit hash
7b9fd81fba50e4e63f3a981dc8ac583996c2482c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1151
<div className="list-item">
<div className="list-item">
same change
7b9fd81
Continues UI Fixes
- Full commit hash
7b9fd81fba50e4e63f3a981dc8ac583996c2482c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1152
<strong>Footer</strong>
<strong>Footer</strong>
same change
7b9fd81
Continues UI Fixes
- Full commit hash
7b9fd81fba50e4e63f3a981dc8ac583996c2482c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1153
<span>Powered by Ledger made by ANord.cc</span>
<span>Powered by Ledger made by ANord.cc</span>
same change
7b9fd81
Continues UI Fixes
- Full commit hash
7b9fd81fba50e4e63f3a981dc8ac583996c2482c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1154
</div>
</div>
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1155
<label className="checkbox-row checkbox-card">
<label className="checkbox-row checkbox-card">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1156
<input
<input
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1157
type="checkbox"
type="checkbox"
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1158
checked={brandingForm.publicKnowledgeBaseEnabled}
checked={brandingForm.publicKnowledgeBaseEnabled}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1159
onChange={(event) =>
onChange={(event) =>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1160
setBrandingForm((current) => ({
setBrandingForm((current) => ({
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1161
...current,
...current,
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1162
publicKnowledgeBaseEnabled: event.target.checked
publicKnowledgeBaseEnabled: event.target.checked
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1163
}))
}))
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1164
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1165
/>
/>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1166
<span>Public knowledge base enabled</span>
<span>Public knowledge base enabled</span>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1167
</label>
</label>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1168
<div className="panel__footer">
<div className="panel__footer">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1169
<button onClick={saveBranding}>Save settings</button>
<button onClick={saveBranding}>Save settings</button>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1170
{settingsStatus ? <p className="muted">{settingsStatus}</p> : null}
{settingsStatus ? <p className="muted">{settingsStatus}</p> : null}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1171
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1172
</section>
</section>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1173
) : null}
) : null}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1174
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1175
{analytics ? (
{analytics ? (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1176
<section className="panel">
<section className="panel">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1177
<div className="panel__header">
<div className="panel__header">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1178
<div>
<div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1179
<p className="eyebrow">Analytics</p>
<p className="eyebrow">Analytics</p>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1180
<h3>Search performance</h3>
<h3>Search performance</h3>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1181
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1182
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1183
<div className="analytics-grid">
<div className="analytics-grid">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1184
<div>
<div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1185
<strong>Top searches</strong>
<strong>Top searches</strong>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1186
{analytics.topSearches.map((item) => (
{analytics.topSearches.map((item) => (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1187
<p key={item.query}>{item.query} <span className="muted">({item.count})</span></p>
<p key={item.query}>{item.query} <span className="muted">({item.count})</span></p>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1188
))}
))}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1189
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1190
<div>
<div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1191
<strong>No results</strong>
<strong>No results</strong>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1192
{analytics.noResults.map((item) => (
{analytics.noResults.map((item) => (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1193
<p key={item.query}>{item.query} <span className="muted">({item.count})</span></p>
<p key={item.query}>{item.query} <span className="muted">({item.count})</span></p>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1194
))}
))}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1195
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1196
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1197
</section>
</section>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1198
) : null}
) : null}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1199
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1200
{feedback ? (
{feedback ? (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1201
<section className="panel">
<section className="panel">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1202
<div className="panel__header">
<div className="panel__header">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1203
<div>
<div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1204
<p className="eyebrow">Feedback queue</p>
<p className="eyebrow">Feedback queue</p>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1205
<h3>Reader responses</h3>
<h3>Reader responses</h3>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1206
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1207
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1208
<div className="feedback-list">
<div className="feedback-list">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1209
{feedback.map((item) => (
{feedback.map((item) => (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1210
<div key={item.id} className="feedback-item">
<div key={item.id} className="feedback-item">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1211
<div className="feedback-item__header">
<div className="feedback-item__header">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1212
<strong>{item.page_title}</strong>
<strong>{item.page_title}</strong>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1213
<span className={`badge ${item.helpful ? "badge-public" : "badge-restricted"}`}>
<span className={`badge ${item.helpful ? "badge-public" : "badge-restricted"}`}>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1214
{item.helpful ? "Helpful" : "Not helpful"}
{item.helpful ? "Helpful" : "Not helpful"}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1215
</span>
</span>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1216
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1217
<p>{item.comment ?? "No comment provided."}</p>
<p>{item.comment ?? "No comment provided."}</p>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1218
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1219
))}
))}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1220
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1221
</section>
</section>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1222
) : null}
) : null}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1223
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1224
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1225
);
);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1226
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1227
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1228
export function App() {
export function App() {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1229
const { user, setUser, loading } = useSession();
const { user, setUser, loading } = useSession();
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1230
const [branding, setBranding] = useState<BrandingResponse["branding"] | null>(null);
const [branding, setBranding] = useState<BrandingResponse["branding"] | null>(null);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1231
const [setupStatus, setSetupStatus] = useState<SetupStatus | null>(null);
const [setupStatus, setSetupStatus] = useState<SetupStatus | null>(null);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1232
const [searchResults, setSearchResults] = useState<PageSummary[]>([]);
const [searchResults, setSearchResults] = useState<PageSummary[]>([]);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1233
const [searchLoading, setSearchLoading] = useState(false);
const [searchLoading, setSearchLoading] = useState(false);
Alex Nord
3 months ago
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1234
const [preferences, setPreferences] = useState<PreferencesState>(() => ({
const [preferences, setPreferences] = useState<PreferencesState>(() => ({
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1235
theme: readStoredPreference<PreferencesState["theme"]>("ledger.theme", "system"),
theme: readStoredPreference<PreferencesState["theme"]>("ledger.theme", "system"),
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1236
compactSidebar: readStoredPreference("ledger.compactSidebar", false, (raw) => raw === "true"),
compactSidebar: readStoredPreference("ledger.compactSidebar", false, (raw) => raw === "true"),
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1237
emailNotifications: readStoredPreference("ledger.emailNotifications", true, (raw) => raw === "true"),
emailNotifications: readStoredPreference("ledger.emailNotifications", true, (raw) => raw === "true"),
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1238
productUpdates: readStoredPreference("ledger.productUpdates", true, (raw) => raw === "true"),
productUpdates: readStoredPreference("ledger.productUpdates", true, (raw) => raw === "true"),
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1239
smartText: readStoredPreference("ledger.smartText", true, (raw) => raw === "true"),
smartText: readStoredPreference("ledger.smartText", true, (raw) => raw === "true"),
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1240
showLineNumbers: readStoredPreference("ledger.showLineNumbers", true, (raw) => raw === "true")
showLineNumbers: readStoredPreference("ledger.showLineNumbers", true, (raw) => raw === "true")
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1241
}));
}));
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1242
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1243
useEffect(() => {
useEffect(() => {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1244
api.get<BrandingResponse>("/api/settings/public").then((response) => setBranding(response.branding));
api.get<BrandingResponse>("/api/settings/public").then((response) => setBranding(response.branding));
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1245
api.get<SetupStatus>("/api/setup/status").then(setSetupStatus);
api.get<SetupStatus>("/api/setup/status").then(setSetupStatus);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1246
}, []);
}, []);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1247
Alex Nord
3 months ago
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1248
useEffect(() => {
useEffect(() => {
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1249
document.documentElement.dataset.theme = preferences.theme;
document.documentElement.dataset.theme = preferences.theme;
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1250
document.documentElement.dataset.sidebarDensity = preferences.compactSidebar ? "compact" : "default";
document.documentElement.dataset.sidebarDensity = preferences.compactSidebar ? "compact" : "default";
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1251
window.localStorage.setItem("ledger.theme", preferences.theme);
window.localStorage.setItem("ledger.theme", preferences.theme);
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1252
window.localStorage.setItem("ledger.compactSidebar", String(preferences.compactSidebar));
window.localStorage.setItem("ledger.compactSidebar", String(preferences.compactSidebar));
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1253
window.localStorage.setItem("ledger.emailNotifications", String(preferences.emailNotifications));
window.localStorage.setItem("ledger.emailNotifications", String(preferences.emailNotifications));
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1254
window.localStorage.setItem("ledger.productUpdates", String(preferences.productUpdates));
window.localStorage.setItem("ledger.productUpdates", String(preferences.productUpdates));
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1255
window.localStorage.setItem("ledger.smartText", String(preferences.smartText));
window.localStorage.setItem("ledger.smartText", String(preferences.smartText));
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1256
window.localStorage.setItem("ledger.showLineNumbers", String(preferences.showLineNumbers));
window.localStorage.setItem("ledger.showLineNumbers", String(preferences.showLineNumbers));
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1257
}, [preferences]);
}, [preferences]);
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1258
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1259
const { spaces, pagesBySpace, loading: loadingNavigation, error: navigationError } = useKnowledgeBaseData(
const { spaces, pagesBySpace, loading: loadingNavigation, error: navigationError } = useKnowledgeBaseData(
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1260
Boolean(setupStatus?.isInitialized)
Boolean(setupStatus?.isInitialized)
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1261
);
);
Alex Nord
3 months ago
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1262
const canAdmin = user?.role === "admin" || user?.role === "owner";
const canAdmin = user?.role === "admin" || user?.role === "owner";
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1263
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1264
async function logout() {
async function logout() {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1265
await api.post("/api/auth/logout");
await api.post("/api/auth/logout");
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1266
setUser(null);
setUser(null);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1267
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1268
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1269
async function handleSearch(query: string) {
async function handleSearch(query: string) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1270
if (!query.trim()) {
if (!query.trim()) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1271
setSearchResults([]);
setSearchResults([]);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1272
return;
return;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1273
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1274
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1275
setSearchLoading(true);
setSearchLoading(true);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1276
try {
try {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1277
const response = await api.get<{ pages: PageSummary[] }>(`/api/search?q=${encodeURIComponent(query)}`);
const response = await api.get<{ pages: PageSummary[] }>(`/api/search?q=${encodeURIComponent(query)}`);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1278
setSearchResults(response.pages);
setSearchResults(response.pages);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1279
} catch {
} catch {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1280
setSearchResults([]);
setSearchResults([]);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1281
} finally {
} finally {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1282
setSearchLoading(false);
setSearchLoading(false);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1283
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1284
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1285
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1286
if (loading || !setupStatus) {
if (loading || !setupStatus) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1287
return <div className="loading-screen">Loading Ledger...</div>;
return <div className="loading-screen">Loading Ledger...</div>;
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1288
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1289
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1290
if (!setupStatus.isInitialized) {
if (!setupStatus.isInitialized) {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1291
return (
return (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1292
<div className="app-standalone">
<div className="app-standalone">
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1293
<SetupPage
<SetupPage
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1294
initialBranding={setupStatus.branding}
initialBranding={setupStatus.branding}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1295
onInitialized={(initializedUser, initializedBranding) => {
onInitialized={(initializedUser, initializedBranding) => {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1296
setUser(initializedUser);
setUser(initializedUser);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1297
setBranding(initializedBranding);
setBranding(initializedBranding);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1298
setSetupStatus({
setSetupStatus({
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1299
isInitialized: true,
isInitialized: true,
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1300
branding: {
branding: {
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1301
site_name: initializedBranding.siteName,
site_name: initializedBranding.siteName,
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1302
brand_color: initializedBranding.brandColor
brand_color: initializedBranding.brandColor
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1303
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1304
});
});
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1305
}}
}}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1306
/>
/>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1307
</div>
</div>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1308
);
);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1309
}
}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1310
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1311
return (
return (
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1312
<DocsShell
<DocsShell
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1313
branding={branding}
branding={branding}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1314
user={user}
user={user}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1315
spaces={spaces}
spaces={spaces}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1316
pagesBySpace={pagesBySpace}
pagesBySpace={pagesBySpace}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1317
loadingNavigation={loadingNavigation}
loadingNavigation={loadingNavigation}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1318
navigationError={navigationError}
navigationError={navigationError}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1319
searchResults={searchResults}
searchResults={searchResults}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1320
searchLoading={searchLoading}
searchLoading={searchLoading}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1321
onSearch={handleSearch}
onSearch={handleSearch}
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1322
onLogout={logout}
onLogout={logout}
Alex Nord
3 months ago
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1323
preferences={preferences}
preferences={preferences}
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1324
>
>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1325
<Routes>
<Routes>
Alex Nord
3 months ago
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1326
<Route path="/" element={<Navigate to="/spaces" replace />} />
<Route path="/" element={<Navigate to="/spaces" replace />} />
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1327
<Route path="/login" element={<LoginPage onLogin={setUser} />} />
<Route path="/login" element={<LoginPage onLogin={setUser} />} />
Alex Nord
3 months ago
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1328
<Route path="/new" element={<EditorPage spaces={spaces} user={user} />} />
<Route path="/new" element={<EditorPage spaces={spaces} user={user} />} />
Alex Nord
3 months ago
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1329
<Route
<Route
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1330
path="/preferences"
path="/preferences"
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1331
element={
element={
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1332
user ? (
user ? (
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1333
<Navigate to="/preferences/preferences" replace />
<Navigate to="/preferences/preferences" replace />
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1334
) : (
) : (
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1335
<LoginPage onLogin={setUser} />
<LoginPage onLogin={setUser} />
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1336
)
)
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1337
}
}
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1338
/>
/>
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1339
<Route
<Route
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1340
path="/preferences/:section"
path="/preferences/:section"
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1341
element={
element={
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1342
user ? (
user ? (
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1343
<PreferencesPage
<PreferencesPage
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1344
user={user}
user={user}
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1345
preferences={preferences}
preferences={preferences}
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1346
onUpdatePreferences={(patch) => setPreferences((current) => ({ ...current, ...patch }))}
onUpdatePreferences={(patch) => setPreferences((current) => ({ ...current, ...patch }))}
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1347
onLogout={logout}
onLogout={logout}
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1348
/>
/>
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1349
) : (
) : (
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1350
<LoginPage onLogin={setUser} />
<LoginPage onLogin={setUser} />
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1351
)
)
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1352
}
}
same change
39c4a7e
Continues UI fixes and fixing Docs
- Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1353
/>
/>
Alex Nord
3 months ago
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1354
<Route path="/search" element={<SearchPage spaces={spaces} results={searchResults} isLoading={searchLoading} onSearch={handleSearch} />} />
<Route path="/search" element={<SearchPage spaces={spaces} results={searchResults} isLoading={searchLoading} onSearch={handleSearch} />} />
same change
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1355
<Route path="/spaces" element={<SpacesPage spaces={spaces} pagesBySpace={pagesBySpace} />} />
<Route path="/spaces" element={<SpacesPage spaces={spaces} pagesBySpace={pagesBySpace} />} />
same change
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1356
<Route path="/drafts" element={<DraftsPage user={user} spaces={spaces} />} />
<Route path="/drafts" element={<DraftsPage user={user} spaces={spaces} />} />
same change
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1357
<Route path="/imports" element={<ImportsPage user={user} spaces={spaces} />} />
<Route path="/imports" element={<ImportsPage user={user} spaces={spaces} />} />
same change
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1358
<Route path="/ask-ai" element={<AskAiPage />} />
<Route path="/ask-ai" element={<AskAiPage />} />
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1359
<Route path="/space/:spaceKey" element={<SpacePage spaces={spaces} pagesBySpace={pagesBySpace} />} />
<Route path="/space/:spaceKey" element={<SpacePage spaces={spaces} pagesBySpace={pagesBySpace} />} />
Alex Nord
3 months ago
acd0517
UI fixes to admin page
- Full commit hash
acd051770b7ed288a021fc4551729f9896c60c4c- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1360
<Route path="/page/:slug/edit" element={<EditorPage spaces={spaces} user={user} />} />
<Route path="/page/:slug/edit" element={<EditorPage spaces={spaces} user={user} />} />
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1361
<Route path="/page/:slug" element={<PageView spaces={spaces} pagesBySpace={pagesBySpace} user={user} />} />
<Route path="/page/:slug" element={<PageView spaces={spaces} pagesBySpace={pagesBySpace} user={user} />} />
Alex Nord
3 months ago
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1362
<Route path="/dashboard" element={<Navigate to="/admin/general" replace />} />
<Route path="/dashboard" element={<Navigate to="/admin/general" replace />} />
same change
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1363
<Route path="/admin" element={user ? (canAdmin ? <Navigate to="/admin/general" replace /> : <AccessDeniedPage />) : <LoginPage onLogin={setUser} />} />
<Route path="/admin" element={user ? (canAdmin ? <Navigate to="/admin/general" replace /> : <AccessDeniedPage />) : <LoginPage onLogin={setUser} />} />
same change
ea3e37e
Continuing UI fixes
- Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1364
<Route path="/admin/:section" element={user ? (canAdmin ? <AdminConsole user={user} spaces={spaces} /> : <AccessDeniedPage />) : <LoginPage onLogin={setUser} />} />
<Route path="/admin/:section" element={user ? (canAdmin ? <AdminConsole user={user} spaces={spaces} /> : <AccessDeniedPage />) : <LoginPage onLogin={setUser} />} />
Alex Nord
3 months ago
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1365
</Routes>
</Routes>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1366
</DocsShell>
</DocsShell>
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1367
);
);
same change
9693751
Redesign the web app into a docs-first knowledge base UI
- Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee- Author
- Alex Nord <[email protected]>
- Date
- 3 months ago
- Selected line
- 1368
}
}