Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
0f129bf
fix: extend sidebar recency sorting through groups
brsbl Sep 18, 2026
25744d6
fix: use rendered environment grouping to rank custom sections
brsbl Sep 18, 2026
2003db9
test: trim duplicate sidebar order coverage
brsbl Sep 18, 2026
5b942c2
Make sidebar group activity sorting opt-in
brsbl Sep 19, 2026
6b50c1d
Bump SDK for the additive group sorting preference
brsbl Sep 19, 2026
cb5292d
Merge main and reserve SDK version for the new preference
brsbl Sep 19, 2026
025fd41
Refine sidebar group sorting label
brsbl Sep 19, 2026
a141cb3
Nest contextual sidebar sorting under Updated at
brsbl Sep 19, 2026
91336f5
Preserve sort direction in the compact menu accessible name
brsbl Sep 19, 2026
8abf427
Keep only the sorting scope in Updated at options
brsbl Sep 19, 2026
5263f5d
Make inclusive activity sorting a flat menu option
brsbl Sep 20, 2026
b9d0c6b
Merge main and advance the additive preference SDK version
brsbl Sep 20, 2026
003370c
Disable section activity sorting when no custom sections exist
brsbl Sep 20, 2026
0301702
Shorten sidebar sort labels
brsbl Sep 20, 2026
c24cd24
Use include in the expanded Updated sort label
brsbl Sep 20, 2026
d34bf8d
Hide section activity sorting when no custom sections exist
brsbl Sep 20, 2026
185b3d0
Replace group activity sorting with shared sidebar visibility controls
brsbl Sep 20, 2026
3957e87
Keep hidden thread menus outside sidebar drag and windowing contexts
brsbl Sep 21, 2026
2366c2e
Merge remote-tracking branch 'origin/main' into bb/review-high-priori…
brsbl Sep 21, 2026
d804cfe
Version the additive sidebar visibility preference in the SDK
brsbl Sep 21, 2026
e2050a8
Correct overflow memoization and mounted-row regression assertion
brsbl Sep 21, 2026
0e9d731
Complete shared sidebar component props and story callers
brsbl Sep 21, 2026
7c7b5a1
Account for sidebar visibility controls in the boot budget
brsbl Sep 21, 2026
575934e
Align hidden group headers and simplify list customization menus
brsbl Sep 21, 2026
67a8072
Cover hidden groups and long thread lists in sidebar stories
brsbl Sep 21, 2026
196f7fe
Seed machine story data before sidebar providers mount
brsbl Sep 21, 2026
73baffd
Keep overflow thread click targets within their rows
brsbl Sep 21, 2026
539d04e
Consolidate sidebar ordering and visibility coverage
brsbl Sep 21, 2026
cbb5d8f
Cover moving threads into hidden sections
brsbl Sep 21, 2026
cafa016
Keep hidden sections available as thread move destinations
brsbl Sep 21, 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
2 changes: 1 addition & 1 deletion apps/app/bundle-budget.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"`node scripts/why-eager.mjs --from=views/SplitWorkspaceRoute.tsx <package>`",
"to print the static chain that pulled a package into the closure."
],
"maxBootBytes": 1723936,
"maxBootBytes": 1730080,
"maxBootBrotliBytes": 429072,
"forbiddenBootPackages": [
"@pierre/diffs",
Expand Down
Loading
Loading