were the new dependencies necessary? Won't they install manually?
Why changing translations from JSON to .ts file?
You have removed the indicator showing which field is selected. This was intentional?
The calendar stays in English even when the UI is in Czech. Is there some way to fix this?
I gonna do some styling of the code and reword the commits, ok?
I like the new spacious UI design :+1:
My comments:
* were the new dependencies necessary? Won't they install manually?
* Why changing translations from JSON to .ts file?
* You have removed the indicator showing which field is selected. This was intentional?
* The calendar stays in English even when the UI is in Czech. Is there some way to fix this?
* I gonna do some styling of the code and reword the commits, ok?
* I like the new spacious UI design :+1:
were the new dependencies necessary? Won't they install manually?
There was one additional dependency of npx-bootstrap that I intended to use for the calendar component, but at the end haven't used it. So this one was left there by mistake. I will remove it. The others are just new versions due to the Angular upgrade.
Why changing translations from JSON to .ts file?
I believe that was needed for the Angular upgrade. Translations haven't worked with JSON.
You have removed the indicator showing which field is selected. This was intentional?
We have switched to another LPIS layer to query features which did not have the ID attribute at that time. That is why I removed it. Now it could be returned as the layer was extended by the needed attributes.
The calendar stays in English even when the UI is in Czech. Is there some way to fix this?
I hope it is, but let's leave this for another issue dedicated to that. The calendar component is still not ideal, eg. it lets you select even days that have no data available.
I gonna do some styling of the code and reword the commits, ok?
As you wish. Just wait for my commits that will solve some of your comments.
* were the new dependencies necessary? Won't they install manually?
There was one additional dependency of npx-bootstrap that I intended to use for the calendar component, but at the end haven't used it. So this one was left there by mistake. I will remove it. The others are just new versions due to the Angular upgrade.
* Why changing translations from JSON to .ts file?
I believe that was needed for the Angular upgrade. Translations haven't worked with JSON.
* You have removed the indicator showing which field is selected. This was intentional?
We have switched to another LPIS layer to query features which did not have the ID attribute at that time. That is why I removed it. Now it could be returned as the layer was extended by the needed attributes.
* The calendar stays in English even when the UI is in Czech. Is there some way to fix this?
I hope it is, but let's leave this for another issue dedicated to that. The calendar component is still not ideal, eg. it lets you select even days that have no data available.
* I gonna do some styling of the code and reword the commits, ok?
As you wish. Just wait for my commits that will solve some of your comments.
My comments:
There was one additional dependency of npx-bootstrap that I intended to use for the calendar component, but at the end haven't used it. So this one was left there by mistake. I will remove it. The others are just new versions due to the Angular upgrade.
I believe that was needed for the Angular upgrade. Translations haven't worked with JSON.
We have switched to another LPIS layer to query features which did not have the ID attribute at that time. That is why I removed it. Now it could be returned as the layer was extended by the needed attributes.
I hope it is, but let's leave this for another issue dedicated to that. The calendar component is still not ideal, eg. it lets you select even days that have no data available.
As you wish. Just wait for my commits that will solve some of your comments.
Great, thank you, merging!