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: desktop/desktop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: development
Choose a base ref
...
head repository: leavez/github-desktop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pinned
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 10 files changed
  • 1 contributor

Commits on Jan 15, 2024

  1. implement basic pinned repo list view as root sidebar

    Description:
    This commit adds a new configuration option for the width of the root sidebar (pinned repository list). The default width is set to 200 pixels. The developer has implemented the necessary changes in the `app-state.ts`, `app-store.ts`, `app.tsx`, and `dispatcher.ts` files to handle the root sidebar width. The UI has also been updated to include a resizable component for the root sidebar. The changes also include the necessary SCSS styling updates in the `_ui.scss` file.
    leavez committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    a58b33d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db1f488 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aac87b1 View commit details
    Browse the repository at this point in the history
  4. change shortcut key of toggle

    leavez committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    b65f1ef View commit details
    Browse the repository at this point in the history
Loading