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: peerlinks/peerlinks-desktop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.10.0
Choose a base ref
...
head repository: peerlinks/peerlinks-desktop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 14 files changed
  • 1 contributor

Commits on May 15, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a73c528 View commit details
  2. Copy the full SHA
    257fb06 View commit details
  3. src: save progress

    indutny committed May 15, 2020
    Copy the full SHA
    c3be847 View commit details
  4. src: better redirects

    indutny committed May 15, 2020
    Copy the full SHA
    0a3bae7 View commit details
  5. network: extra logging

    indutny committed May 15, 2020
    Copy the full SHA
    f56ab69 View commit details

Commits on May 16, 2020

  1. ui: fix few warnings

    indutny committed May 16, 2020
    Copy the full SHA
    ab16bcc View commit details
  2. Merge commit 'ab16bcc'

    indutny committed May 16, 2020
    Copy the full SHA
    f1977ea View commit details
  3. 3.11.0

    indutny committed May 16, 2020
    Copy the full SHA
    6d53c9a View commit details
Showing with 1,037 additions and 1,484 deletions.
  1. +970 −1,393 package-lock.json
  2. +11 −9 package.json
  3. +0 −3 src/App.js
  4. +1 −0 src/components/Compose.js
  5. +1 −1 src/components/Message.js
  6. +0 −33 src/components/RedirectOnce.js
  7. +1 −1 src/electron/menu.js
  8. +4 −2 src/electron/network.js
  9. +6 −6 src/index.js
  10. +1 −3 src/pages/InviteRequest.js
  11. +3 −2 src/redux/actions.js
  12. +21 −26 src/redux/reducers.js
  13. +17 −0 src/redux/store.js
  14. +1 −5 src/redux/utils.js
Loading