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: Chainlit/chainlit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.4.0
Choose a base ref
...
head repository: Chainlit/chainlit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.4.1
Choose a head ref
  • 5 commits
  • 14 files changed
  • 3 contributors

Commits on Mar 12, 2025

  1. fix: add useEffect to check initial scroll position (#1978)

    - Add one-time useEffect to detect if page loads with content not scrolled to bottom
    - Use setTimeout to ensure content is fully loaded before checking scroll position
    - Set showScrollButton visibility correctly for history sessions
    - Fix edge case where scroll button wouldn't appear when loading non-bottom-scrolled content
    
    This improves user experience when viewing historical conversations by
    immediately showing the scroll-to-bottom button when needed.
    hexart authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    a0a2bdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e673ac2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    609e9d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. feat(backend/mcp): Support set env vars from command line (#1989)

    Some MCP servers need env vars to set API keys, configure, etc. This
    commit will add support to set env vars from command line.
    
    Signed-off-by: Adam Tao <[email protected]>
    tcx4c70 authored Mar 13, 2025
    Configuration menu
    Copy the full SHA
    f856a0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    775cc95 View commit details
    Browse the repository at this point in the history
Loading