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

projects layer width #106

Merged
merged 1 commit into from
Apr 10, 2024
Merged

projects layer width #106

merged 1 commit into from
Apr 10, 2024

Conversation

mluena
Copy link
Collaborator

@mluena mluena commented Apr 10, 2024

Substitute this line for a meaningful title for your changes

Chart interactivity

The "Total funding" chart was missing the action styles when hovering one of the bars and was not adopting border-radius
Screenshot 2024-04-10 at 15 13 22

Fix on projects layer

Feature relevant tickets

Link to the related task manager tickets


Checklist before submitting

  • Meaningful commits and code rebased on develop.
  • Update CHANGELOG
  • If this PR adds feature that should be tested for regressions when
    deploying to staging/production, please add brief testing instructions
    to the deploy checklist

@mluena mluena requested a review from anamontiaga April 10, 2024 13:14
Copy link

vercel bot commented Apr 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
afoco ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 10, 2024 1:34pm

@mluena mluena self-assigned this Apr 10, 2024
@@ -62,7 +62,7 @@ export default function Panel({ children }: { children: React.ReactNode }) {
<div
ref={scrollRef}
className={cn({
'my-1 flex grow scroll-pt-28 flex-col': true,
'over my-1 flex grow scroll-pt-28 flex-col': true,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do you mean overflow?

if (e.features?.length === 0) {
setCursor('grab');
setHoveredProjectMap(null);
setLocationPopUp({
Copy link
Collaborator

Choose a reason for hiding this comment

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

If delete this, tooltip wouldnt be removed when pointer is out of hover

@anamontiaga anamontiaga merged commit aa4575d into staging Apr 10, 2024
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.

2 participants