-
Notifications
You must be signed in to change notification settings - Fork 0
Implement Edit Listing page with update, pause, delete, and cancel operations #263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Copilot
wants to merge
63
commits into
main
Choose a base branch
from
copilot/implement-edit-listing-page
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+4,670
−566
Open
Changes from all commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
9f9a2f9
Initial plan
Copilot 155efe5
Add GraphQL mutations for updateItemListing, pauseItemListing, and de…
Copilot c6afcd0
Implement Edit Listing UI components with full CRUD operations
Copilot e10d0bb
Add Storybook story for edit listing and fix linting issues
Copilot 7541d10
Add documentation comment to container
Copilot ef2937d
Add comprehensive tests for Edit Listing feature and All Listings Tab…
dani-vaibhav f643981
Merge branch 'main' into copilot/implement-edit-listing-page
dani-vaibhav a2117f0
Add TypeScript binary scripts for Twilio service
dani-vaibhav 7fc1278
Refactor tests for Edit Listing and All Listings Table components
dani-vaibhav 6d53b42
Enhance listing state management by adding 'Active' state and updatin…
dani-vaibhav dab3b4c
Adjust layout spacing for Edit Listing form and create listing buttons
dani-vaibhav a995e6d
Merge branch 'main' into copilot/implement-edit-listing-page
dani-vaibhav deed697
Refactor sharer field in EditListingItemListingFields fragment to use…
dani-vaibhav 791180e
Add exclusion for edit-listing component in coverage report
dani-vaibhav f685570
Refactor resolver helper functions for improved maintainability
dani-vaibhav 0c923fb
Merge branch 'main' into copilot/implement-edit-listing-page
dani-vaibhav b9d4f0e
feat: enhance item listing mutations with status and error handling
dani-vaibhav 525fe2f
Merge branch 'main' into copilot/implement-edit-listing-page
dani-vaibhav 740091c
Merge branch 'main' into copilot/implement-edit-listing-page
dani-vaibhav 438c293
feat: add update feature for item listings with deletion and image ha…
dani-vaibhav d203176
feat: update refetchQueries for listing mutations to include HomeAllL…
dani-vaibhav c1142fc
feat: enhance date handling in create and edit listing components
dani-vaibhav f73a7e9
Merge branch 'main' into copilot/implement-edit-listing-page
dani-vaibhav 46a3715
feat: simplify edit listing URL structure by removing user ID dependency
dani-vaibhav 94f81d1
feat: update vitest configuration to conditionally disable Storybook …
dani-vaibhav c3a3ce9
fix: improve code formatting and consistency in HomeTabsLayout component
dani-vaibhav 1f25182
feat: add pnpm overrides for node-forge version to ensure compatibility
dani-vaibhav db5c181
fix: address code review - add ownership checks, preserve full user o…
Copilot ab224ef
Merge branch 'main' into copilot/implement-edit-listing-page
dani-vaibhav 8b6b12e
fix: update node-forge version to 1.3.2 for compatibility
dani-vaibhav d735836
fix: update navigation routes to redirect to home page instead of /home
dani-vaibhav f2c0657
Merge branch 'main' into copilot/implement-edit-listing-page
dani-vaibhav 5091e3a
Merge branch 'main' into copilot/implement-edit-listing-page
jason-t-hankins ecc1e59
fix test build errors
jason-t-hankins 56e2a88
remove duplications detected by knip
jason-t-hankins 247a74f
fix listing view error
jason-t-hankins 449bf0a
fix edit listing for admin users
jason-t-hankins ccce03c
fix test files after admin change
jason-t-hankins ef3656b
reduce duplication in listing forms as well as listing resolver
jason-t-hankins aa24ebb
fix small codesmell errors
jason-t-hankins f700cb4
add edit listing stories and increase test coverage
jason-t-hankins e0251b9
reenable vitest in ui-sharethrift
jason-t-hankins 23cc040
increase test coverage for new lines in item-listing.resolvers
jason-t-hankins 4c6afd7
Merge branch 'main' into copilot/implement-edit-listing-page
jason-t-hankins d79916c
fix 'published' wording in feature file
jason-t-hankins d9988d3
increase coverage for create-listing
jason-t-hankins e546c52
fix buttons from list starte standardizing
jason-t-hankins 72468f7
update storybook packages to 9.1.17
jason-t-hankins b8b1fe3
fix false knip flag
jason-t-hankins 319e77d
increase coverage in container file
jason-t-hankins 413dcde
add role-based unblockListing to resolver
jason-t-hankins 53d9813
fix redundant call error, add testing coverage to item-listing.resolvers
jason-t-hankins 201577b
update failing tests
jason-t-hankins f433377
Merge branch 'main' into copilot/implement-edit-listing-page
jason-t-hankins 9769cbc
update storybook
jason-t-hankins fbc830d
Merge branch 'main' into copilot/implement-edit-listing-page
jason-t-hankins 2043d0b
fix update test
jason-t-hankins ff5142d
update create-listing.container to use dayjs
jason-t-hankins 90e9cf4
same dayjs change in edit listing
jason-t-hankins 0596923
cleanup constants in edit-listing.container and fix time inconsistenc…
jason-t-hankins 1b97b5a
set knip to ignore generated.ts files and update qs vulnerability fou…
jason-t-hankins a6812ab
Merge branch 'main' into copilot/implement-edit-listing-page
rohit-r-kumar a4130b0
Merge branch 'main' into copilot/implement-edit-listing-page
jason-t-hankins File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.