bug-fix (v0.02)

#1

Bug: If the descriptions in the repository file are long, the design is broken. Bug Description; If the descriptions in the repository file are long, the design breaks down. The expected behavior is that the design should not change according to the length of the description

@spadeydev - Software Developer

I implemented a solution to ensure that the design remains consistent regardless of the length of the description. I set a fixed height for the <div> element and used the slice method to limit the word length. If the content exceeds this limit, it hides the excess and displays an ellipsis (...), ensuring that the design does not break. [fixed]


#2

Bug: The activity section is not fully visible downwards

Bug Description;There are texts that continue as seen in the image below, but they are not visible. The expected behavior is that only the activity part can be scrolled without breaking the page

@spadeydev - Software Developer

Now you can scroll without limits. We also prevented long commit messages in the future :)

[fixed] [done]


#3

Bug: When I hover over the card with the cursor, it becomes a cursor pointer, but the href property is only available in the title.

Bug Description;This leaves the user open to misdirection. A simple example is when the user sees the cursor as a pointer, they perform the click behavior. After the click, the card does not take any action and the user assumes that the redirection is broken. This creates a bad impression on the application and a bad user experience.

@spadeydev - Software Developer

@chefberke - Software Developer

In fact, this was what was originally desired, but it was overlooked and non-functional in terms of user experience and has now been corrected [fixed]

Last updated