-
Notifications
You must be signed in to change notification settings - Fork 457
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor User model in schema.prisma * Refactor user.profile.validator.ts: Add stack enum for projectSchema * Refactor user-multistep-form: Add project stack selection * Refactor project schema to add default value for stack field * Refactor schema.prisma: Add cascade deletion for user relations * Refactor project schema: Add projectThumbnail field and update projectSummary * Refactor user.profile.validator.ts: Add optional projectThumbnail field to projectSchema * Refactor profile pages: Add container and heading * Refactor AddProject form: Add project thumbnail upload functionality * Refactor UserProject component: Add project thumbnail display and link functionality * Refactor project schema: Update ProjectStack enum values * Refactor project schema: Update ProjectStack enum values * Refactor icons.ts: Add loading spinner icon * Refactor profile pages: Add "Add more" functionality * Refactor project schema: Update ProjectStack enum values * Refactor UserProject component: Add loading spinner and no projects found message * Refactor UserExperience component: Improve loading and no experiences found handling
- Loading branch information
1 parent
f2bff43
commit eb7fdc8
Showing
10 changed files
with
391 additions
and
91 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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.