chore: add create camp func#130
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Introduced a reusable generateCampaignUrl utility and replaced inline URL generation in multiple components. Updated category IDs in static data and fixed category value handling in forms. Improved campaign creation flow by removing excessive logging, handling campaign completion state, and refining image upload logic. Also restricted accepted image types and enhanced image loader usage.
Updated CampaignSlider to dynamically adjust the number of items per slide based on screen size and added mobile navigation controls. Improved Card and BigCard components for better text clamping and image centering. Modified CampaignGrid to use a responsive flex/grid layout for better display on smaller screens.
Collaborator
|
Great job Stephannie |
Oshioke-Salaki
approved these changes
Jul 7, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Pull Request type
Feature
UI Update
Bugfix #131
Description
This PR introduces several improvements and new features related to campaign creation, minting, and UI responsiveness:
Campaign Minting Flow
Set up and updated the
mintCampaignfunction:Integrated and refined the logic for minting a campaign, ensuring it connects properly with the backend or smart
Updated the UI for minting:
Enhanced the user interface around the campaign minting flow to align with the updated logic. This includes better feedback during the process and improved user experience.
Component Updates
Cardcomponent:Refactored the card component, making it responsive to maintain UI consistency.
Campaign Review Page
The review view now works fluidly across devices (mobile, tablet, desktop), making it easier to preview campaigns before minting or publishing them.
Other information