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/DraftsPage.tsx

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

DraftsPage.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 { useEffect, useState } from "react";
Open commit View diff
1 import { useEffect, 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, SessionUser } from "@ledger/shared";
Open commit View diff
3 import type { PageSummary, SessionUser } 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 { api } from "../lib/api";
Open commit View diff
4 import { api } from "../lib/api";
same change ea3e37e

Continuing UI fixes

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

Continuing UI fixes

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

Continuing UI fixes

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

Continuing UI fixes

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

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
20
  user: SessionUser | null;
Open commit View diff
20 user: SessionUser | null;
same change ea3e37e

Continuing UI fixes

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

Continuing UI fixes

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

Continuing UI fixes

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

Continuing UI fixes

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

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
25
  const [error, setError] = useState<string | null>(null);
Open commit View diff
25 const [error, setError] = useState<string | null>(null);
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
  useEffect(() => {
Open commit View diff
27 useEffect(() => {
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
28
    if (!user || user.role === "viewer" || user.role === "public") {
Open commit View diff
28 if (!user || user.role === "viewer" || user.role === "public") {
same change ea3e37e

Continuing UI fixes

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

Continuing UI fixes

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

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
31
      return;
Open commit View diff
31 return;
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
    api
Open commit View diff
34 api
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
35
      .get<{ pages: PageSummary[] }>("/api/pages/drafts")
Open commit View diff
35 .get<{ pages: PageSummary[] }>("/api/pages/drafts")
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
36
      .then((response) => setDrafts(response.pages))
Open commit View diff
36 .then((response) => setDrafts(response.pages))
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
37
      .catch((reason) => setError(reason instanceof Error ? reason.message : "Could not load drafts."))
Open commit View diff
37 .catch((reason) => setError(reason instanceof Error ? reason.message : "Could not load drafts."))
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
38
      .finally(() => setLoading(false));
Open commit View diff
38 .finally(() => setLoading(false));
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
39
  }, [user]);
Open commit View diff
39 }, [user]);
same change 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
  return (
Open commit View diff
41 return (
same change ea3e37e

Continuing UI fixes

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

Continuing UI fixes

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

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
45
        title="Work in progress"
Open commit View diff
45 title="Work in progress"
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
46
        description="Draft pages are only visible to people with the right access. Use this space to review and publish content safely."
Open commit View diff
46 description="Draft pages are only visible to people with the right access. Use this space to review and publish content safely."
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
47
        actions={user && user.role !== "viewer" && user.role !== "public" ? <Link to="/spaces" className="button-secondary">New draft</Link> : null}
Open commit View diff
47 actions={user && user.role !== "viewer" && user.role !== "public" ? <Link to="/spaces" className="button-secondary">New draft</Link> : 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
48
      />
Open commit View diff
48 />
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">
Alex Nord 3 months ago ea3e37e

Continuing UI fixes

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

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
52
        {!loading && (!user || user.role === "viewer" || user.role === "public") ? (
Open commit View diff
52 {!loading && (!user || user.role === "viewer" || user.role === "public") ? (
same change ea3e37e

Continuing UI fixes

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

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
54
            title="Drafts require editor access"
Open commit View diff
54 title="Drafts require editor access"
same change ea3e37e

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
55
            description="Sign in with an editor, admin, or owner account to review draft content."
Open commit View diff
55 description="Sign in with an editor, admin, or owner account to review draft content."
same change ea3e37e

Continuing UI fixes

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

Continuing UI fixes

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

Continuing UI fixes

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

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
59
          <EmptyState title="Could not load drafts" description={error} />
Open commit View diff
59 <EmptyState title="Could not load drafts" description={error} />
same change ea3e37e

Continuing UI fixes

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

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
61
        {!loading && !error && drafts.length === 0 && user && user.role !== "viewer" && user.role !== "public" ? (
Open commit View diff
61 {!loading && !error && drafts.length === 0 && user && user.role !== "viewer" && user.role !== "public" ? (
same change ea3e37e

Continuing UI fixes

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

Continuing UI fixes

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

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
64
            description="Create a new draft page from the admin area to start building documentation before publishing."
Open commit View diff
64 description="Create a new draft page from the admin area to start building documentation before publishing."
same change ea3e37e

Continuing UI fixes

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

Continuing UI fixes

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

Continuing UI fixes

Full commit hash
ea3e37e37b76a90a5a290f47538dfb1ceac8c446
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
67
        {!loading && drafts.length > 0 ? (
Open commit View diff
67 {!loading && drafts.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
68
          <div className="document-feed">
Open commit View diff
68 <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
69
            {drafts.map((page) => (
Open commit View diff
69 {drafts.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
70
              <Link key={page.id} to={`/page/${page.slug}`} className="document-feed__item">
Open commit View diff
70 <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
71
                <div className="document-feed__icon">
Open commit View diff
71 <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
72
                  <Icon name="document" className="icon icon-sm" />
Open commit View diff
72 <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
73
                </div>
Open commit View diff
73 </div>
same change bf8ab75

Continues UI Fixes part 3

Full commit hash
bf8ab75a8c0f353cc71637613dd04ca4b125685d
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
74
                <div className="document-feed__body">
Open commit View diff
74 <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
75
                  <strong className="document-feed__title">{page.title}</strong>
Open commit View diff
75 <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
76
                  <p className="document-feed__meta">
Open commit View diff
76 <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
77
                    {spaces.find((space) => space.id === page.spaceId)?.name ?? "Collection"} - draft
Open commit View diff
77 {spaces.find((space) => space.id === page.spaceId)?.name ?? "Collection"} - draft
same change bf8ab75

Continues UI Fixes part 3

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

Continues UI Fixes part 3

Full commit hash
bf8ab75a8c0f353cc71637613dd04ca4b125685d
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
79
                  <p className="document-feed__excerpt">{page.excerpt ?? "Draft page without an excerpt yet."}</p>
Open commit View diff
79 <p className="document-feed__excerpt">{page.excerpt ?? "Draft page without an excerpt yet."}</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
80
                </div>
Open commit View diff
80 </div>
same change ea3e37e

Continuing UI fixes

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

Continuing UI fixes

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

Continuing UI fixes

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

Continuing UI fixes

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

Continuing UI fixes

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

Continuing UI fixes

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

Continuing UI fixes

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

Continuing UI fixes

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