Feat: Upload project on project owner dashboard#128
Merged
ONEONUORA merged 1 commit intoskill-mind:mainfrom Sep 20, 2025
Merged
Feat: Upload project on project owner dashboard#128ONEONUORA merged 1 commit intoskill-mind:mainfrom
ONEONUORA merged 1 commit intoskill-mind:mainfrom
Conversation
ONEONUORA
requested changes
Sep 4, 2025
| </div> | ||
| <div className="flex flex-col sm:flex-row items-center gap-6"> | ||
| <div className="flex flex-col gap-[10px] w-full"> | ||
| <label className="text-[16px] text-[#E2E2E2]">Project Type</label> |
Contributor
There was a problem hiding this comment.
Pls the project type has a dropdow, Implement all the features of the dropdown https://www.figma.com/design/4z0dI5kfO5QTQVhmtKz7xP/Forti-Chain-Design-Team-File?node-id=766-1743&t=HL0B2xY77gO7M0X0-0
| name="projectDeadline" | ||
| placeholder="Pick date" | ||
| className="w-full border-[1px] border-[#1F1F1F] rounded-[48px] py-[12px] px-[24px] bg-[#090909] placeholder:text-[#6C6C6C] text-[#E2E2E2]" | ||
| /> |
Contributor
There was a problem hiding this comment.
The calendar feature should be displaying all months and days, Use a library for it
| </div> | ||
| <div className="flex flex-col gap-[10px] w-full"> | ||
| <label className="text-[16px] text-[#E2E2E2]">Priority</label> | ||
| <div className="relative"> |
Contributor
There was a problem hiding this comment.
Implement the priority dropdwon
| Smart contract audit | ||
| </div> | ||
| </div> | ||
| <div className="bg-[#10273E] rounded-[48px] py-[14px] px-3 text-[#0073E6]"> |
| Smart contract audit | ||
| </div> | ||
| </div> | ||
| <div className="bg-[#10273E] rounded-[48px] py-[14px] px-3 text-[#0073E6]"> |
Contributor
Author
|
Working on it! |
ONEONUORA
approved these changes
Sep 20, 2025
Contributor
ONEONUORA
left a comment
There was a problem hiding this comment.
Nice implementation @YakshitAgarwal
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.
Closes #119