Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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 Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openresearch-cli"
version = "0.1.62"
version = "0.1.63"
edition = "2021"
description = "OpenResearch CLI (orx) — Rust port"
repository = "https://github.com/alphaXiv/openresearch-cli"
Expand Down
288 changes: 144 additions & 144 deletions ui/dist/assets/index-DgScguTc.js → ui/dist/assets/index-NHXRZTC4.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ui/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
html { background: #ffffff; }
@media (prefers-color-scheme: dark) { html { background: #0e0c0c; } }
</style>
<script type="module" crossorigin src="/assets/index-DgScguTc.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BsmS7b0n.css">
<script type="module" crossorigin src="/assets/index-NHXRZTC4.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-g4cfTv1P.css">
</head>
<body>
<div id="root"></div>
Expand Down
25 changes: 25 additions & 0 deletions ui/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2646,6 +2646,31 @@ button.files-pill-link:hover {
padding-bottom: 10px;
border-bottom: 1px solid var(--border-variant);
}
/* Reports are long-form documents, so preserve their Markdown hierarchy.
The shared .md rules intentionally keep chat headings compact. */
.report-md {
font-size: 15px;
}
.report-md h1 {
font-size: 2em;
line-height: 1.18;
margin: 28px 0 14px;
}
.report-md h2 {
font-size: 1.5em;
line-height: 1.25;
margin: 28px 0 10px;
}
.report-md h3 {
font-size: 1.2em;
line-height: 1.35;
margin: 22px 0 8px;
}
.report-md h4 {
font-size: 1em;
line-height: 1.4;
margin: 18px 0 6px;
}
/* Wide GFM tables scroll in place instead of widening the report pane. */
.report-md table {
display: block;
Expand Down
Loading