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: winfunc/opcode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: artofspeed/opcode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 9, 2025

  1. feat(ui): add zoom level setting with keyboard shortcuts

    Add UI zoom functionality to improve readability on retina displays:
    - Add zoom level state to ThemeContext (100%, 125%, 150%, 175%, 200%)
    - Add zoom level selector in Settings > General tab
    - Add keyboard shortcuts: Cmd/Ctrl + Plus (zoom in), Cmd/Ctrl + Minus (zoom out), Cmd/Ctrl + 0 (reset)
    - Persist zoom preference via settings API
    - Apply zoom using CSS zoom property on body element
    claude committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    dd170b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from artofspeed/claude/add-ui-zoom-feature-01HY…

    …EWkXxM2crF6TmKs7gH43
    
    feat(ui): add zoom level setting with keyboard shortcuts
    artofspeed authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    8a5996f View commit details
    Browse the repository at this point in the history
Loading