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.
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
Add description to the UI #72
Add description to the UI #72
Changes from 3 commits
af9d216
990b25a
af9b239
35380fd
6086d19
ab660e3
70ef502
9dd1adc
3261ca9
4a8c34f
6529f16
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check failure on line 104 in src/components/ProjectCard.tsx
GitHub Actions / SonarCloud
test/App.test.tsx > App Component > renders the Header component
Check failure on line 104 in src/components/ProjectCard.tsx
GitHub Actions / SonarCloud
test/App.test.tsx > App Component > renders the ProjectGrid component with projects
Check failure on line 104 in src/components/ProjectCard.tsx
GitHub Actions / SonarCloud
test/App.test.tsx > App Component > renders the Footer component
Check failure on line 104 in src/components/ProjectCard.tsx
GitHub Actions / SonarCloud
test/components/ProjectCard.test.tsx > ProjectCard Component > renders the project title
Check failure on line 104 in src/components/ProjectCard.tsx
GitHub Actions / SonarCloud
test/components/ProjectCard.test.tsx > ProjectCard Component > renders the project image with the correct src and alt attributes
Check failure on line 104 in src/components/ProjectCard.tsx
GitHub Actions / SonarCloud
test/components/ProjectCard.test.tsx > ProjectCard Component > renders the UI link with the correct URL
Check failure on line 104 in src/components/ProjectCard.tsx
GitHub Actions / SonarCloud
test/components/ProjectCard.test.tsx > ProjectCard Component > renders the Swagger link with the correct URL
Check failure on line 104 in src/components/ProjectCard.tsx
GitHub Actions / SonarCloud
test/components/ProjectCard.test.tsx > ProjectCard Component > renders the API link with the correct URL and API version
Check failure on line 104 in src/components/ProjectCard.tsx
GitHub Actions / SonarCloud
test/components/ProjectCard.test.tsx > ProjectCard Component > applies hover styles correctly
Check failure on line 104 in src/components/ProjectCard.tsx
GitHub Actions / SonarCloud
test/components/ProjectGrid.test.tsx > ProjectGrid Component > renders a grid of project cards
Check failure on line 104 in src/components/ProjectCard.tsx
GitHub Actions / Build and Test