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

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

EmptyState.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 type { ReactNode } from "react";
Open commit View diff
1 import type { ReactNode } from "react";
same change 9693751

Redesign the web app into a docs-first knowledge base UI

Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
2
Open commit View diff
2
same change 9693751

Redesign the web app into a docs-first knowledge base UI

Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
3
export function EmptyState({
Open commit View diff
3 export function 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
4
  eyebrow,
Open commit View diff
4 eyebrow,
same change 9693751

Redesign the web app into a docs-first knowledge base UI

Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
5
  title,
Open commit View diff
5 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
6
  description,
Open commit View diff
6 description,
same change 9693751

Redesign the web app into a docs-first knowledge base UI

Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
7
  action
Open commit View diff
7 action
same change 9693751

Redesign the web app into a docs-first knowledge base UI

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

Redesign the web app into a docs-first knowledge base UI

Full commit hash
9693751c4efa74f02fcfa752eedbe80955e1f2ee
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
9
  eyebrow?: string;
Open commit View diff
9 eyebrow?: 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
10
  title: string;
Open commit View diff
10 title: 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
11
  description: string;
Open commit View diff
11 description: 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
12
  action?: ReactNode;
Open commit View diff
12 action?: 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
13
}) {
Open commit View diff
13 }) {
same change 9693751

Redesign the 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
  return (
Open commit View diff
14 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
15
    <section className="empty-state">
Open commit View diff
15 <section className="empty-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
16
      {eyebrow ? <p className="eyebrow">{eyebrow}</p> : null}
Open commit View diff
16 {eyebrow ? <p className="eyebrow">{eyebrow}</p> : null}
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
17
      <h2 className="empty-state__title">{title}</h2>
Open commit View diff
17 <h2 className="empty-state__title">{title}</h2>
same change bf8ab75

Continues UI Fixes part 3

Full commit hash
bf8ab75a8c0f353cc71637613dd04ca4b125685d
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
18
      <p className="empty-state__description">{description}</p>
Open commit View diff
18 <p className="empty-state__description">{description}</p>
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
19
      {action ? <div className="empty-state__action">{action}</div> : null}
Open commit View diff
19 {action ? <div className="empty-state__action">{action}</div> : 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
20
    </section>
Open commit View diff
20 </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
21
  );
Open commit View diff
21 );
same change 9693751

Redesign the 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
}
Open commit View diff
22 }