Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Feature/1138 area of plants amount indicator (#1141)
Browse files Browse the repository at this point in the history
<!--
Check relevant points but **please do not remove entries**.
-->

## Basics

<!--
These points need to be fulfilled for every PR.
-->

- [X] I added a line to [changelog.md](/doc/changelog.md)
- [X] The PR is rebased with current master.
- [X] Details of what you changed are in commit messages.
- [X] References to issues, e.g. `close #X`, are in the commit messages
and changelog.
- [x] The buildserver is happy.

<!--
If you have any troubles fulfilling these criteria, please write about
the trouble as comment in the PR.
We will help you, but we cannot accept PRs that do not fulfill the
basics.
-->

## Checklist

<!--
For documentation fixes, spell checking, and similar none of these
points below need to be checked.
Otherwise please check these points when getting a PR done:
-->

- [ ] I have installed and I am using [pre-commit
hooks](../doc/contrib/README.md#Hooks)
- [ ] I fully described what my PR does in the documentation
- [ ] I fixed all affected documentation
- [ ] I fixed the introduction tour
- [ ] I wrote migrations in a way that they are compatible with already
present data
- [ ] I fixed all affected decisions
- [ ] I added automated tests or a [manual test
protocol](../doc/tests/manual/protocol.md)
- [ ] I added code comments, logging, and assertions as appropriate
- [ ] I translated all strings visible to the user
- [ ] I mentioned [every code or
binary](https://github.com/ElektraInitiative/PermaplanT/blob/master/.reuse/dep5)
not directly written or done by me in [reuse
syntax](https://reuse.software/)
- [ ] I created left-over issues for things that are still to be done
- [ ] Code is conforming to [our Architecture](/doc/architecture)
- [ ] Code is conforming to [our Guidelines](/doc/guidelines)
- [ ] Code is consistent to [our Design Decisions](/doc/decisions)
- [ ] Exceptions to any guidelines are documented

## Review

<!--
Reviewers can copy&check the following to their review.
Also the checklist above can be used.
But also the PR creator should check these points when getting a PR
done:
-->

- [ ] I've tested the code
- [ ] I've read through the whole code
- [ ] I've read through the whole documentation
- [ ] I've checked conformity to guidelines
  • Loading branch information
markus2330 authored Jan 8, 2024
2 parents a571a8c + 4b6bb9c commit 9f142c5
Show file tree
Hide file tree
Showing 191 changed files with 972 additions and 672 deletions.
4 changes: 2 additions & 2 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Syntax: `- short text describing the change _(Your Name)_`
- Fix ref warning in PlantLabel, center labels as intended _(Paul)_
- Fix planting cursor preventing the placement of an area of plants _(Paul)_
- Refactor nearly all api calls to idiomatic react query _(Paul)_
- _()_
- Add an area of plant indicator _(Paul)_
- _()_
- Added Meeting Agenda&Notes for 20.10. 9:00 _(Markus Raab, Samuel)_
- Added Meeting Agenda&Notes for 27.10. 9:00 _(Markus Raab, Jannis)_
Expand All @@ -34,7 +34,7 @@ Syntax: `- short text describing the change _(Your Name)_`
- _()_
- Migrate from Jest to Vitest, update Vite to v5, update Node to 20, .env should be .env.local _(Paul)_
- Fix broken .env reading for scraper _(Paul)_
- _()_
- Add a dev env variable for react query when developing in offline env (e.g. plane) _(Paul)_
- Remove error messages in console if a seed was not found _(Moritz)_
- _()_
- _()_
Expand Down
2 changes: 1 addition & 1 deletion frontend/.storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Preview } from '@storybook/react';
import '../src/styles/globals.css';
import './storybook.css';
import { Preview } from '@storybook/react';

const preview: Preview = {
parameters: {
Expand Down
Loading

0 comments on commit 9f142c5

Please sign in to comment.