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: responsively-org/responsively-app
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.17.1
Choose a base ref
...
head repository: responsively-org/responsively-app
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.18.0
Choose a head ref
  • 13 commits
  • 22 files changed
  • 7 contributors

Commits on Oct 14, 2025

  1. Configuration menu
    Copy the full SHA
    521b84c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2025

  1. Sponsors updated

    manojVivek authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    071e96c View commit details
    Browse the repository at this point in the history
  2. Sponsors updated

    manojVivek authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    b529d90 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. Fixed non rotatable devices rotating when "Rotate All" button in top …

    …of GUI is pressed (#1439)
    
    * added checks for if a device is rotatable on the rotate all devices button-- rotation on individual devices still rotates regardless of device properties
    
    * fixed request for pr
    
    * fixed build errors
    
    * Reused the conditional
    
    ---------
    
    Co-authored-by: Manoj Vivek <p.manoj.vivek@gmail.com>
    mklikushin and manojVivek authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    8c055b5 View commit details
    Browse the repository at this point in the history
  2. add mklikushin as a contributor for code (#1440)

    * update README.md [skip ci]
    
    * update .all-contributorsrc [skip ci]
    
    ---------
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    48a6013 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. fix: disable fullscreen on F while typing (#1441) (#1454)

    * fix: disable fullscreen on F while typing (#1441)
    
    * fix eslint errors to allow successful build
    bhnprksh222 authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    bf1993b View commit details
    Browse the repository at this point in the history
  2. add bhnprksh222 as a contributor for code (#1455)

    * update README.md [skip ci]
    
    * update .all-contributorsrc [skip ci]
    
    ---------
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    eba82c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2026

  1. Updated sponsors

    Removed outdated sponsor logos and links from README.
    manojVivek authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    f3d147f View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2026

  1. Links updated

    manojVivek committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    aa3f044 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2026

  1. feat: Add design overlay functionality (#1460)

    * feat: add design overlay Redux slice and store integration
    
    - Create design-overlay slice with setDesignOverlay and removeDesignOverlay actions
    - Add designOverlays schema to electron store for persistence
    - Integrate designOverlay reducer into main Redux store
    - Load persisted overlays on app initialization
    
    * feat: enhance scroll data with absolute scroll position
    
    - Add scrollX and scrollY to pass-scroll-data IPC messages
    - Update Coordinates interface to include scrollX and scrollY
    - Update Device component to handle new scroll coordinates
    
    * feat: add design overlay functionality to the toolbar
    
    - Introduce DesignOverlayControls component for managing design overlays
    - Implement state management for overlay settings including image upload, opacity, and position
    - Add DesignOverlay component to render the overlay based on user settings
    - Integrate new controls into the Toolbar for user interaction
    
    * refactor: improve device component and design overlay integration
    
    - Rearrange imports for better organization in Device component
    - Update resolution handling to use a consistent format
    - Enhance design overlay rendering logic based on state
    - Fix scroll data handling to correctly reference scroll coordinates
    - Add optional fileName property to DesignOverlayState for future use
    
    * feat: enhance FileUploader component with file name display functionality
    
    - Add optional showFileName and initialFileName props to FileUploader
    - Implement state management for displaying the selected file name
    - Update file input handling to reset value based on showFileName prop
    - Refactor component structure to conditionally render file name and upload button
    
    * test: add unit tests for design overlay Redux slice functionality
    
    - Implement tests for setDesignOverlay and removeDesignOverlay actions
    - Validate state updates and persistence to electron store
    - Add selectors to retrieve overlay state and enabled status
    - Ensure coverage for various scenarios including existing and non-existent overlays
    
    * test: add unit tests for DesignOverlayControls component
    
    * test: add unit tests for DesignOverlay component functionality
    
    * chore: update package versions and enhance DesignOverlay scroll handling
    
    - Bump ResponsivelyApp version to 1.17.1 in package-lock.json and yarn.lock
    - Adjust scroll position calculations in DesignOverlay to account for zoom factor
    
    * feat: implement draggable divider in DesignOverlay for enhanced user interaction
    sayagodev authored Feb 14, 2026
    Configuration menu
    Copy the full SHA
    393aa5c View commit details
    Browse the repository at this point in the history
  2. add sayagodev as a contributor for code (#1466)

    * update README.md [skip ci]
    
    * update .all-contributorsrc [skip ci]
    
    ---------
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Feb 14, 2026
    Configuration menu
    Copy the full SHA
    aba460a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2026

  1. Configuration menu
    Copy the full SHA
    df997c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2026

  1. Configuration menu
    Copy the full SHA
    df07a5e View commit details
    Browse the repository at this point in the history
Loading