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

Feature/add view for single tree #71

Merged
merged 15 commits into from
Sep 28, 2024
Merged

Conversation

doriengr
Copy link
Contributor

@doriengr doriengr commented Sep 26, 2024

Closes #66

@doriengr doriengr self-assigned this Sep 26, 2024
@doriengr doriengr marked this pull request as ready for review September 27, 2024 12:01
@doriengr doriengr added the need-reviewer Send notification in Discord label Sep 27, 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.

👍

Copy link
Member

Choose a reason for hiding this comment

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

Here you can use date-fns

Comment on lines 44 to 51
{
label: 'Latitude',
value: tree?.longitude ?? 'Keine Angabe',
},
{
label: 'Longitude',
value: tree?.latitude ?? 'Keine Angabe',
},
Copy link
Member

Choose a reason for hiding this comment

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

Latitude to longitude value? 😉

@doriengr doriengr merged commit 7a2d335 into develop Sep 28, 2024
1 check passed
@doriengr doriengr deleted the feature/add-view-for-single-tree branch September 28, 2024 21:47
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 view for single tree
2 participants