-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: buildzaku/zaku
base: v0.3.1
head repository: buildzaku/zaku
compare: main
- 20 commits
- 160 files changed
- 1 contributor
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0f94ffa - Browse repository at this point
Copy the full SHA 0f94ffaView commit details
Commits on Sep 29, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 4229470 - Browse repository at this point
Copy the full SHA 4229470View commit details -
Configuration menu - View commit details
-
Copy full SHA for e39916e - Browse repository at this point
Copy the full SHA e39916eView commit details -
feat(ui): add handlers for request and response panes (#20)
- improve colors for dark theme - fix request method colors
Configuration menu - View commit details
-
Copy full SHA for 874de99 - Browse repository at this point
Copy the full SHA 874de99View commit details -
Configuration menu - View commit details
-
Copy full SHA for a224b09 - Browse repository at this point
Copy the full SHA a224b09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e37d20 - Browse repository at this point
Copy the full SHA 8e37d20View commit details
Commits on Sep 30, 2024
-
feat: generate typescript bindings from rust structs (#21)
- generate in debug mode only
Configuration menu - View commit details
-
Copy full SHA for 1ae3e0c - Browse repository at this point
Copy the full SHA 1ae3e0cView commit details
Commits on Oct 6, 2024
-
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 `/`
Configuration menu - View commit details
-
Copy full SHA for d1317c7 - Browse repository at this point
Copy the full SHA d1317c7View commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9b8820d - Browse repository at this point
Copy the full SHA 9b8820dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d98cf05 - Browse repository at this point
Copy the full SHA d98cf05View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6699b19 - Browse repository at this point
Copy the full SHA 6699b19View commit details
Commits on Oct 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c0203dc - Browse repository at this point
Copy the full SHA c0203dcView commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c8423b - Browse repository at this point
Copy the full SHA 6c8423bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27ee702 - Browse repository at this point
Copy the full SHA 27ee702View commit details
Commits on Oct 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af5f535 - Browse repository at this point
Copy the full SHA af5f535View commit details
Commits on Jan 18, 2025
-
feat(macos): add inset to traffic lights on macos (#26)
- update dependencies
Configuration menu - View commit details
-
Copy full SHA for b8480ff - Browse repository at this point
Copy the full SHA b8480ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3e980c - Browse repository at this point
Copy the full SHA e3e980cView commit details -
fix: add
bindings.ts
file to.prettierignore
to prevent formattin……g discrepancies
Configuration menu - View commit details
-
Copy full SHA for 067b4f9 - Browse repository at this point
Copy the full SHA 067b4f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b3cdf5 - Browse repository at this point
Copy the full SHA 4b3cdf5View commit details
Commits on Jan 21, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for fe87a84 - Browse repository at this point
Copy the full SHA fe87a84View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.3.1...main