NobGit
public anord read

Ledger

Why work hard when you can work easier?

Languages

Repository composition by tracked source files.

TypeScript
TypeScript 86% CSS 10% SQL 3% Shell 1% HTML 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/anord/ledger.git
ssh://[email protected]:2222/orgs/anord/ledger.git

Trace

apps/web/src/components/SearchPage.tsx

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

SearchPage.tsx on main
Author Date Commit Line Code
Alex Nord 3 months ago ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
1
import { useState } from "react";
Open commit View diff
1 import { useState } from "react";
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
2
import { Link } from "react-router-dom";
Open commit View diff
2 import { Link } from "react-router-dom";
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
3
import type { PageSummary } from "@ledger/shared";
Open commit View diff
3 import type { PageSummary } from "@ledger/shared";
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
4
import { EmptyState } from "./EmptyState";
Open commit View diff
4 import { EmptyState } from "./EmptyState";
Alex Nord 3 months ago bf8ab75

Continues UI Fixes part 3

Full commit hash
bf8ab75a8c0f353cc71637613dd04ca4b125685d
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
5
import { Icon } from "./Icon";
Open commit View diff
5 import { Icon } from "./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
6
import { PageHeader } from "./PageHeader";
Open commit View diff
6 import { PageHeader } from "./PageHeader";
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
7
import { SearchBar } from "./SearchBar";
Open commit View diff
7 import { SearchBar } from "./SearchBar";
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
8
Open commit View diff
8
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
9
type Space = {
Open commit View diff
9 type Space = {
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
10
  id: string;
Open commit View diff
10 id: string;
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
11
  name: string;
Open commit View diff
11 name: string;
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
12
  key: string;
Open commit View diff
12 key: string;
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
13
  visibility: string;
Open commit View diff
13 visibility: string;
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
14
};
Open commit View diff
14 };
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
15
Open commit View diff
15
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
16
export function SearchPage({
Open commit View diff
16 export function SearchPage({
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
17
  spaces,
Open commit View diff
17 spaces,
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
18
  results,
Open commit View diff
18 results,
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
19
  isLoading,
Open commit View diff
19 isLoading,
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
20
  onSearch
Open commit View diff
20 onSearch
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
21
}: {
Open commit View diff
21 }: {
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
22
  spaces: Space[];
Open commit View diff
22 spaces: Space[];
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
23
  results: PageSummary[];
Open commit View diff
23 results: PageSummary[];
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
24
  isLoading: boolean;
Open commit View diff
24 isLoading: boolean;
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
25
  onSearch: (query: string) => Promise<void>;
Open commit View diff
25 onSearch: (query: string) => Promise<void>;
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
26
}) {
Open commit View diff
26 }) {
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
27
  const [query, setQuery] = useState("");
Open commit View diff
27 const [query, setQuery] = useState("");
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
28
Open commit View diff
28
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
29
  async function handleSearch(nextQuery: string) {
Open commit View diff
29 async function handleSearch(nextQuery: string) {
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
30
    setQuery(nextQuery);
Open commit View diff
30 setQuery(nextQuery);
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
31
    await onSearch(nextQuery);
Open commit View diff
31 await onSearch(nextQuery);
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
32
  }
Open commit View diff
32 }
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
33
Open commit View diff
33
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
34
  return (
Open commit View diff
34 return (
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
35
    <div className="stack-page">
Open commit View diff
35 <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
36
      <PageHeader
Open commit View diff
36 <PageHeader
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
37
        eyebrow="Search"
Open commit View diff
37 eyebrow="Search"
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
38
        title="Find answers quickly"
Open commit View diff
38 title="Find answers quickly"
Alex Nord 3 months ago bf8ab75

Continues UI Fixes part 3

Full commit hash
bf8ab75a8c0f353cc71637613dd04ca4b125685d
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
39
        description="Search across every page you're allowed to read. Results respect the same visibility and group rules as the rest of Ledger."
Open commit View diff
39 description="Search across every page you're allowed to read. Results respect the same visibility and group rules as the rest of Ledger."
Alex Nord 3 months ago ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
40
      />
Open commit View diff
40 />
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
41
Open commit View diff
41
Alex Nord 3 months ago bf8ab75

Continues UI Fixes part 3

Full commit hash
bf8ab75a8c0f353cc71637613dd04ca4b125685d
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
42
      <section className="content-section content-section-search">
Open commit View diff
42 <section className="content-section content-section-search">
Alex Nord 3 months ago ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
43
        <SearchBar
Open commit View diff
43 <SearchBar
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
44
          initialQuery={query}
Open commit View diff
44 initialQuery={query}
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
45
          onSearch={handleSearch}
Open commit View diff
45 onSearch={handleSearch}
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
46
          placeholder="Search pages, policies, onboarding docs, and runbooks"
Open commit View diff
46 placeholder="Search pages, policies, onboarding docs, and runbooks"
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
47
        />
Open commit View diff
47 />
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
48
      </section>
Open commit View diff
48 </section>
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
49
Open commit View diff
49
Alex Nord 3 months ago bf8ab75

Continues UI Fixes part 3

Full commit hash
bf8ab75a8c0f353cc71637613dd04ca4b125685d
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
50
      <section className="content-section">
Open commit View diff
50 <section className="content-section">
same change bf8ab75

Continues UI Fixes part 3

Full commit hash
bf8ab75a8c0f353cc71637613dd04ca4b125685d
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
51
        <div className="section-head">
Open commit View diff
51 <div className="section-head">
Alex Nord 3 months ago ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
52
          <div>
Open commit View diff
52 <div>
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
53
            <p className="eyebrow">Results</p>
Open commit View diff
53 <p className="eyebrow">Results</p>
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
54
            <h3>{query ? `Results for "${query}"` : "Search results"}</h3>
Open commit View diff
54 <h3>{query ? `Results for "${query}"` : "Search results"}</h3>
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
55
          </div>
Open commit View diff
55 </div>
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
56
        </div>
Open commit View diff
56 </div>
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
57
Open commit View diff
57
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
58
        {isLoading ? <p className="muted">Searching documentation...</p> : null}
Open commit View diff
58 {isLoading ? <p className="muted">Searching documentation...</p> : null}
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
59
Open commit View diff
59
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
60
        {!isLoading && query && results.length === 0 ? (
Open commit View diff
60 {!isLoading && query && results.length === 0 ? (
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
61
          <EmptyState
Open commit View diff
61 <EmptyState
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
62
            title="No results found"
Open commit View diff
62 title="No results found"
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
63
            description="Try a broader term, a collection name, or a more specific process keyword."
Open commit View diff
63 description="Try a broader term, a collection name, or a more specific process keyword."
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
64
          />
Open commit View diff
64 />
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
65
        ) : null}
Open commit View diff
65 ) : null}
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
66
Open commit View diff
66
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
67
        {!isLoading && !query ? (
Open commit View diff
67 {!isLoading && !query ? (
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
68
          <EmptyState
Open commit View diff
68 <EmptyState
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
69
            title="Start with a search"
Open commit View diff
69 title="Start with a search"
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
70
            description="Search titles and document content. Use Cmd/Ctrl + K anywhere in the app for quick search."
Open commit View diff
70 description="Search titles and document content. Use Cmd/Ctrl + K anywhere in the app for quick search."
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
71
          />
Open commit View diff
71 />
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
72
        ) : null}
Open commit View diff
72 ) : null}
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
73
Open commit View diff
73
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
74
        {!isLoading && results.length > 0 ? (
Open commit View diff
74 {!isLoading && results.length > 0 ? (
Alex Nord 3 months ago bf8ab75

Continues UI Fixes part 3

Full commit hash
bf8ab75a8c0f353cc71637613dd04ca4b125685d
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
75
          <div className="document-feed">
Open commit View diff
75 <div className="document-feed">
Alex Nord 3 months ago ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
76
            {results.map((page) => (
Open commit View diff
76 {results.map((page) => (
Alex Nord 3 months ago bf8ab75

Continues UI Fixes part 3

Full commit hash
bf8ab75a8c0f353cc71637613dd04ca4b125685d
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
77
              <Link key={page.id} to={`/page/${page.slug}`} className="document-feed__item">
Open commit View diff
77 <Link key={page.id} to={`/page/${page.slug}`} className="document-feed__item">
same change bf8ab75

Continues UI Fixes part 3

Full commit hash
bf8ab75a8c0f353cc71637613dd04ca4b125685d
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
78
                <div className="document-feed__icon">
Open commit View diff
78 <div className="document-feed__icon">
same change bf8ab75

Continues UI Fixes part 3

Full commit hash
bf8ab75a8c0f353cc71637613dd04ca4b125685d
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
79
                  <Icon name="document" className="icon icon-sm" />
Open commit View diff
79 <Icon name="document" className="icon icon-sm" />
same change bf8ab75

Continues UI Fixes part 3

Full commit hash
bf8ab75a8c0f353cc71637613dd04ca4b125685d
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
80
                </div>
Open commit View diff
80 </div>
same change bf8ab75

Continues UI Fixes part 3

Full commit hash
bf8ab75a8c0f353cc71637613dd04ca4b125685d
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
81
                <div className="document-feed__body">
Open commit View diff
81 <div className="document-feed__body">
same change bf8ab75

Continues UI Fixes part 3

Full commit hash
bf8ab75a8c0f353cc71637613dd04ca4b125685d
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
82
                  <strong className="document-feed__title">{page.title}</strong>
Open commit View diff
82 <strong className="document-feed__title">{page.title}</strong>
same change bf8ab75

Continues UI Fixes part 3

Full commit hash
bf8ab75a8c0f353cc71637613dd04ca4b125685d
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
83
                  <p className="document-feed__meta">
Open commit View diff
83 <p className="document-feed__meta">
same change bf8ab75

Continues UI Fixes part 3

Full commit hash
bf8ab75a8c0f353cc71637613dd04ca4b125685d
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
84
                    {spaces.find((space) => space.id === page.spaceId)?.name ?? "Collection"} - {page.visibility}
Open commit View diff
84 {spaces.find((space) => space.id === page.spaceId)?.name ?? "Collection"} - {page.visibility}
same change bf8ab75

Continues UI Fixes part 3

Full commit hash
bf8ab75a8c0f353cc71637613dd04ca4b125685d
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
85
                  </p>
Open commit View diff
85 </p>
same change bf8ab75

Continues UI Fixes part 3

Full commit hash
bf8ab75a8c0f353cc71637613dd04ca4b125685d
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
86
                  <p className="document-feed__excerpt">{page.excerpt ?? "Open this page to read more."}</p>
Open commit View diff
86 <p className="document-feed__excerpt">{page.excerpt ?? "Open this page to read more."}</p>
Alex Nord 3 months ago ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
87
                </div>
Open commit View diff
87 </div>
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
88
              </Link>
Open commit View diff
88 </Link>
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
89
            ))}
Open commit View diff
89 ))}
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
90
          </div>
Open commit View diff
90 </div>
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
91
        ) : null}
Open commit View diff
91 ) : null}
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
92
      </section>
Open commit View diff
92 </section>
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
93
    </div>
Open commit View diff
93 </div>
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
94
  );
Open commit View diff
94 );
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
95
}
Open commit View diff
95 }