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: redpanda-data/docs-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.12.3
Choose a base ref
...
head repository: redpanda-data/docs-ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.12.4
Choose a head ref
  • 1 commit
  • 7 files changed
  • 1 contributor

Commits on Feb 19, 2026

  1. Fix scrolling and accessibility issues in Bloblang playgrounds (#366)

    The editors were cutting off content and hiding scrollbars when dealing
    with large data. This fixes both the full playground and mini playground.
    
    Changes:
    - Enable word wrap in Ace editors to prevent horizontal text cutoff
    - Remove maxLines option that conflicted with CSS max-height
    - Fix overflow:hidden on parent containers that clipped scrollbars
    - Add explicit scrollbar styling for macOS overlay scrollbar visibility
    - Add focus trap and ARIA attributes to mini playground modal
    - Add keyboard shortcut hint (Ctrl+Enter to run)
    - Skip tooltips on touch devices for Try It, Copy, and Ask AI buttons
    
    Also updated CLAUDE.md with notes on these features for future work.
    JakeSCahill authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    78fcaeb View commit details
    Browse the repository at this point in the history
Loading