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: add zoom buttons #52

Merged
merged 2 commits into from
Sep 23, 2024
Merged

feat: add zoom buttons #52

merged 2 commits into from
Sep 23, 2024

Conversation

doriengr
Copy link
Contributor

Closes #51

@doriengr doriengr self-assigned this Sep 21, 2024
@doriengr doriengr added the need-reviewer Send notification in Discord label Sep 21, 2024
Copy link
Member

@choffmann choffmann left a comment

Choose a reason for hiding this comment

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

🔥

Comment on lines 7 to 11
} from ".././ui/card";
import { Button } from ".././ui/button";
import { LayoutDashboard, X } from "lucide-react";
import { Link } from "@tanstack/react-router";
import { Tooltip, TooltipContent, TooltipTrigger } from "./ui/tooltip";
import { Tooltip, TooltipContent, TooltipTrigger } from ".././ui/tooltip";
Copy link
Member

Choose a reason for hiding this comment

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

I'm not sure what the changes from ../ui to .././ui are all about, but okay...

@doriengr doriengr merged commit 7114657 into develop Sep 23, 2024
1 check passed
@doriengr doriengr deleted the feature/add-zoom-buttons-to-map branch September 23, 2024 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need-reviewer Send notification in Discord
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add zoom buttons to map
2 participants