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: buildzaku/zaku
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Choose a base ref
...
head repository: buildzaku/zaku
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 20 commits
  • 160 files changed
  • 1 contributor

Commits on Sep 18, 2024

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

Commits on Sep 29, 2024

  1. feat(ui): tree view for collections and requests (#18)

    - setup drag and drop handlers for tree items
    - remove valibot
    - add display name for collections
    - enforce `snake_case` for all tauri command args
    - implement parsing request file
    - fix `parse_space` to actually parse the space and collections recursively (without recursion)
    - disable all transitions
    - use `$external` to add reactivity based on other variables
    errmayank authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    4229470 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e39916e View commit details
    Browse the repository at this point in the history
  3. feat(ui): add handlers for request and response panes (#20)

    - improve colors for dark theme
    - fix request method colors
    errmayank authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    874de99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a224b09 View commit details
    Browse the repository at this point in the history
  5. docs: add CONTRIBUTING.md

    errmayank committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    8e37d20 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. feat: generate typescript bindings from rust structs (#21)

    - generate in debug mode only
    errmayank authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    1ae3e0c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. feat: ability to create new requests and collections (#22)

    - support nested input, sanitize file/directory names
    - focus to newly created request/collection
    - save display names from input's nested collections if they don't exist
    - remove prefixing paths with `/`
    errmayank authored Oct 6, 2024
    Configuration menu
    Copy the full SHA
    d1317c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    9b8820d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d98cf05 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

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

Commits on Oct 13, 2024

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

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    6c8423b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27ee702 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

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

Commits on Jan 18, 2025

  1. feat(macos): add inset to traffic lights on macos (#26)

    - update dependencies
    errmayank authored Jan 18, 2025
    Configuration menu
    Copy the full SHA
    b8480ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3e980c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    067b4f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b3cdf5 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. chore: refactor to svelte 5 runes (#27)

    - get rid of svelte store and use `$state()` instead
    - upgrade all primitives to use `@next` version
    - refactor remaining things like click handlers, slots, etc
    errmayank authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    fe87a84 View commit details
    Browse the repository at this point in the history
Loading