Skip to content

Add popover for user and issue#24

Open
Anup2601 wants to merge 3 commits into
admirhusic:masterfrom
Anup2601:master
Open

Add popover for user and issue#24
Anup2601 wants to merge 3 commits into
admirhusic:masterfrom
Anup2601:master

Conversation

@Anup2601
Copy link
Copy Markdown

@Anup2601 Anup2601 commented Sep 7, 2025

Added a popover for issues to show task details on hover. It reuses the general popover component and displays relevant information like description, status, and assignee, improving the user’s ability to view issue details quickly.

20250907-2156-36.4475063.mp4

@vercel
Copy link
Copy Markdown

vercel Bot commented Sep 7, 2025

@Anup2601 is attempting to deploy a commit to the admirhusic's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Copy Markdown
Owner

@admirhusic admirhusic left a comment

Choose a reason for hiding this comment

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

Good work. Just few minor things which are not totally clear to me. :)

Comment thread src/components/IssueList.tsx Outdated
<div className={"pb-6"}>
<ul className="mx-auto max-w-5xl">
{issues?.map((issue, idx) => {
console.log("Rendering issue:", issue);
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Please remove the console log.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

ok

Comment thread package.json Outdated
"react-select": "^5.8.0",
"typescript": "^5.5.2",
"vite": "^5.3.2",
"vite": "^7.1.4",
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Was bumping this up necessary? Just asking.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Not much necessary

Comment thread package.json
"@vitejs/plugin-react": "^4.3.1",
"axios": "^1.7.2",
"camelcase-keys": "^9.1.3",
"caniuse-lite": "^1.0.30001741",
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

What is this for?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

caniuse-lite = a lightweight dataset of browser feature support, powering Autoprefixer/Browserslist so your CSS/JS works consistently across browsers.

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.

2 participants