Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
25e38ac
Revert "Virtualization beta release prep"
amadeus Feb 6, 2026
7b7fab9
Optimize ResizeManager for column updates
amadeus Apr 8, 2026
1933660
Fix potential double fire bug with UniversalRenderingManager
amadeus Apr 9, 2026
21ea4c3
Stage 1 of refactor:
amadeus Feb 27, 2026
4dec87d
Fix bug with recycling and custom css
amadeus Mar 2, 2026
ede0ecb
calm before the storm
amadeus Mar 2, 2026
fa92bf7
prep for the hard shit
amadeus Mar 2, 2026
b0a3d37
First pass at managing dynamic heights
amadeus Mar 3, 2026
8d74486
dumb things
amadeus Mar 4, 2026
f182130
Detect if code can resize
amadeus Mar 4, 2026
020aed0
Fix virtualization with empty gutter column
amadeus Mar 4, 2026
f55478e
Implement scroll fixing
amadeus Mar 4, 2026
e050a73
mdo was here
mdo Mar 9, 2026
069c416
absolute slop pocalypse
amadeus Mar 10, 2026
e3ada1a
Revert "absolute slop pocalypse"
amadeus Mar 10, 2026
de0814d
Revert query param for now
amadeus Mar 10, 2026
e7522e4
big boi
mdo Mar 12, 2026
20bdd64
Reworking to CodeViewer
amadeus Mar 23, 2026
29a2084
Add APIs for rendering annotations
amadeus Mar 24, 2026
12c16af
Fix some bugs in annotations in the virtualizer process
amadeus Mar 24, 2026
7efc0e5
Refactor sticky logic for new CodeViewer world
amadeus Mar 24, 2026
61456a3
Fix up /gh route for new CodeViewer world
amadeus Mar 24, 2026
d37f1c9
fileGap -> spacing
amadeus Mar 24, 2026
3761d1e
Update docs
amadeus Mar 24, 2026
37224b1
Adding some doc comments n shiii
amadeus Mar 24, 2026
9ba748e
phase 1: core api cleanup
amadeus Apr 2, 2026
59c781e
Refactors CodeViewer APIs to support new incoming data structurs n st…
amadeus Apr 8, 2026
b75efe9
ResizeManager: misc performance improvements
amadeus Apr 11, 2026
197373d
foundational improvements:
amadeus Apr 12, 2026
a4779fd
useless changes to UniversalRenderingManager
amadeus Apr 13, 2026
a8bc3eb
CodeViewer React Component
amadeus Apr 13, 2026
d883b1e
Fix renderCustomMetadata on file to renderHeaderMetadata
amadeus Apr 14, 2026
7806046
Implement all callbacks and overloads
amadeus Apr 15, 2026
6fa1e6d
Hook up renderGutterUtility properly
amadeus Apr 15, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/demo/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function cleanupInstances(container: HTMLElement) {
}
instances.length = 0;
}
container.innerHTML = '';
container.textContent = '';
delete container.dataset.diff;
}

Expand Down Expand Up @@ -683,7 +683,7 @@ if (renderFileButton != null) {
theme: DEMO_THEME,
themeType: getThemeType(),
renderAnnotation,
renderCustomMetadata() {
renderHeaderMetadata() {
return createCollapsedToggle(
instance?.options.collapsed ?? false,
(checked) => {
Expand Down
457,412 changes: 457,412 additions & 0 deletions apps/docs/app/api/fetch-pr-patch/larg.patch

Large diffs are not rendered by default.

Loading
Loading