Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: raystack/chronicle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.2
Choose a base ref
...
head repository: raystack/chronicle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.3
Choose a head ref
  • 6 commits
  • 9 files changed
  • 2 contributors

Commits on May 22, 2026

  1. fix: use regular font size for table cells, bold for th (#104)

    Override Apsara's small font-size on td and th.
    Both themes now use --rs-font-size-regular with medium weight on th.
    
    Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
    rsbh and claude authored May 22, 2026
    Configuration menu
    Copy the full SHA
    f2a6ea5 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2026

  1. fix: left-align top-level sidebar items, indent only nested links (#107)

    Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
    rsbh and claude authored May 26, 2026
    Configuration menu
    Copy the full SHA
    e4f958e View commit details
    Browse the repository at this point in the history
  2. fix: adjust content spacing for images, paragraphs, and h1 (#109)

    * fix: adjust content spacing for images, paragraphs, and h1
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    
    * fix: update h2 margin spacing
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    
    * fix: add 64px top margin for h2 after content elements
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    
    ---------
    
    Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
    rsbh and claude authored May 26, 2026
    Configuration menu
    Copy the full SHA
    3779e09 View commit details
    Browse the repository at this point in the history
  3. fix: redesign search dialog to match Figma (#108)

    * fix: redesign search dialog to match Figma specs
    
    - Dialog: 12px radius, floating shadow token
    - Result layout: breadcrumb path (section > method + title) + snippet
    - Icons: 16px with CodeBracket for API results
    - Snippet: 11px secondary color, truncated with ellipsis
    - Match highlighting: bold primary color
    - Result padding: 16px vertical, 12px horizontal
    - Extracted SearchResultItem component for reuse
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    
    * fix: use Apsara token for snippet font size
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    
    * refactor: extract SearchResultType and SearchMatchType constants
    
    Replace hardcoded 'page'/'api' and 'title'/'heading'/'body' strings
    with const maps in types/content.ts, used by both client and server.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    
    * fix: install build deps for sharp in Docker
    
    sharp needs build-essential and python3 to compile native libvips
    bindings in the builder stage.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    
    * revert: remove apt-get for sharp build deps in Docker
    
    Not needed — sharp prebuilt binaries work without build-essential.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    
    ---------
    
    Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
    rsbh and claude authored May 26, 2026
    Configuration menu
    Copy the full SHA
    abe064b View commit details
    Browse the repository at this point in the history
  4. feat: increase sidebar nesting depth to 4 levels (#105)

    Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
    rsbh and claude authored May 26, 2026
    Configuration menu
    Copy the full SHA
    f66f60d View commit details
    Browse the repository at this point in the history
  5. feat: include externalDocs link in API markdown output (#106)

    Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
    rsbh and claude authored May 26, 2026
    Configuration menu
    Copy the full SHA
    6bd54a7 View commit details
    Browse the repository at this point in the history
Loading