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: flawiddsouza/Restfox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.34.0
Choose a base ref
...
head repository: flawiddsouza/Restfox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.35.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 1 contributor

Commits on Jan 3, 2025

  1. fix(ui): ContextMenu component leaks native click event causing <Cont…

    …extMenu @click="handleClick"> to receive pointer event as value at times - example, when you right click inside the open context menu item and click outside, the @click of ContextMenu receives pointer event as value
    
    See: vuejs/core#2993 (comment)
    flawiddsouza committed Jan 3, 2025
    Configuration menu
    Copy the full SHA
    6eabb5f View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. fix(electron): multipart formdata requests are broken - body is being…

    … sent as [object FormData]
    flawiddsouza committed Jan 8, 2025
    Configuration menu
    Copy the full SHA
    2044278 View commit details
    Browse the repository at this point in the history
  2. feat(ci): use node 22

    flawiddsouza committed Jan 8, 2025
    Configuration menu
    Copy the full SHA
    6c3731b View commit details
    Browse the repository at this point in the history
  3. chore: bump version

    flawiddsouza committed Jan 8, 2025
    Configuration menu
    Copy the full SHA
    6995ad0 View commit details
    Browse the repository at this point in the history
Loading