-
Notifications
You must be signed in to change notification settings - Fork 1
Develop #13
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
Conversation
…teraction and total amount calculation
Jrg/feature/project factory
…and Fuji testnet provider
…nd Profile components
feat: integrate Pinata for file uploads in ProjectDetails component
…nd update participant display
…Details components
… enhance user feedback
…ProjectContractService for project details retrieval
…rom being tracked
…ing and clipboard functionality
|
|
✅ Deploy Preview for specklock ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
This pull request includes significant updates to the Documentation Enhancements:
Dependency Updates:
Component Enhancements:
Project Creation Improvements:
Documentation Enhancements:
Dependency Updates:
Component Enhancements:
Project Creation Improvements: |
This pull request includes significant updates to the
README.mdfile, enhancements to the project management features, and modifications to theCreateProjectpage. The most important changes include the addition of a comprehensive project description, updates to thepackage.jsondependencies, and the implementation of project loading and submission functionalities.Documentation updates:
README.md: Expanded the project description, added sections for technology stack, project structure, key features, development environment, and getting started instructions.Dependency updates:
package.json: Updatedethersto version^6.13.5andweb3to version^4.16.0. Addedpinatadependency.Project management enhancements:
src/components/Layout.tsx: Added state management for loading projects and displaying them in the sidebar based on user roles (client or developer). [1] [2] [3]CreateProject page improvements:
src/pages/CreateProject.tsx: IntegratedContractServicefor project creation, removed milestone management, and added transaction hash display for successful project creation. [1] [2] [3] [4] [5] [6] [7]