Skip to content
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

feat: creation of message not found in the Projects filter #99

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

ZerreMC
Copy link
Contributor

@ZerreMC ZerreMC commented Apr 8, 2024

Changes Made 🎉

  • feat: added new feature to improve user experience
  • fix: corrected a bug with login functionality
  • refactor: improved code readability and organization
  • docs: updated README with new instructions
  • chore: updated dependencies and configuration files

Describe Changes

I have created a new rendering that prints a div as content the warning message that the role you have searched for is not found.

This message is only displayed if there is no project, regardless of whether it is closed or open, and after the Loading rendering appears.

Visuals (Optional)

imagen

Checklist ✅

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Copy link

vercel bot commented Apr 8, 2024

@ZerreMC is attempting to deploy a commit to the aforina's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Member

@Zyruks Zyruks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great :3


const renderNoProjectsFound = () => {
return (
<div className={`animate-fade-up-custom text-center text-gray`}>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<div className={`animate-fade-up-custom text-center text-gray`}>
<div className='animate-fade-up-custom text-center text-gray'>

@afordigital afordigital merged commit 88dd308 into Afordin:main Apr 8, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants