Skip to content

release/v0.1.0#55

Merged
yashranjan1 merged 36 commits intomainfrom
v0.1.0
Jul 28, 2025
Merged

release/v0.1.0#55
yashranjan1 merged 36 commits intomainfrom
v0.1.0

Conversation

@maniac-en
Copy link
Collaborator

No description provided.

maniac-en and others added 30 commits July 27, 2025 18:19
- Remove global state
- Introduce context for dep injection
- Move views into their own packages
- Rework model to be view-based

Fixes #29, #30, #31
When there are no items, the total pages should be 1, not 0, as a page is still rendered.
Clears the collection name from the form only after a collection is successfully added. The name persists if the user cancels.
- Correctly preserves the selected item's index and current page when returning from the edit collection view.
- Resets the selected item to the first option (index 0) when navigating between pages.
- Displays a list of endpoints for the selected collection
- Introduces EndpointItem component for rendering endpoint list items
- Adds windowing and branding for better visual appeal
- Fixes sizing issues
- Use a bordered window
- Use a new sentence for app title
* added code coverage

* fix: unexpected eof
- Adds a request builder component with tabs for body, headers, query params
- Adds a textarea component for editing the request body
- Adds tab switching
- Adds basic key handling
Co-authored-by: Shivam Mehta <45049766+maniac-en@users.noreply.github.com>
…eatures

- Add notification system to SelectedCollectionView with footer display
- Add "a" key handler showing "Adding endpoints is not yet implemented"
- Add "r" key handler showing "Sending requests is not yet implemented"
- Auto-clear notifications on any keypress
- Remove TODO comment for request sending
- Remove commented enter handler in endpoint_sidebar.go
- Remove commented "r" key handler in request_builder.go
- Clean up code structure by removing obsolete commented blocks
- Update response viewer placeholder text to "Yet to be implemented..."
- Add bold warning color styling to footer notifications
- Use consistent "Yet to be implemented" messaging throughout TUI
maniac-en and others added 6 commits July 28, 2025 19:48
- Create demo package with comprehensive API collection examples
- Add JSONPlaceholder, ReqRes, and HTTPBin sample collections
- Generate realistic endpoints with proper headers, query params, and request bodies
- Show green success notification when dummy data is created on first app launch
- Auto-skip generation if collections already exist
- Clear notification on any user keypress
- Fix notification persistence across view recreations

Collections created:
- JSONPlaceholder API (5 endpoints: CRUD operations)
- ReqRes API (4 endpoints: user management and auth)
- HTTPBin Testing (4 endpoints: HTTP testing utilities)

Perfect for hackathon demos - users get instant realistic data to explore\!
- Show 'a: add endpoint' in selected collection view footer
- Provides clear user guidance for endpoint creation functionality
- Matches existing keybind pattern in footer instructions
…tions

- Added banner image and demo GIF
- Updated installation instructions
- Added "What's Implemented" and "Coming Soon" sections
- Updated feature list and tech stack
@maniac-en maniac-en requested a review from yashranjan1 July 28, 2025 14:51
Copy link
Member

@yashranjan1 yashranjan1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@yashranjan1 yashranjan1 merged commit 7279e29 into main Jul 28, 2025
8 checks passed
@maniac-en maniac-en deleted the v0.1.0 branch July 28, 2025 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants