SMHIForecastView design implimentation and small bug #733

Closed
opened 2026-05-05 07:57:53 +00:00 by c24danli · 2 comments
Collaborator

SMHIForecastView.js

Currently the timestamps for each day are expanded it can make the view hard to read, if we change it so each day starts as colapsed it would make it cleaner.
from
image
To
image

Other small issues

  • Change names to english, right now its mixed.
  • Try to space out the collumns, there is alot of space to the right no need to push it together.
  • The time when the prognosis is created is correct but the time in the days are wrong. just a typo i believe.
    {new Date(date).toLocaleDateString('sv-SV', { the sv-SV should be sv-SE
### SMHIForecastView.js Currently the timestamps for each day are expanded it can make the view hard to read, if we change it so each day starts as colapsed it would make it cleaner. from ![image](/attachments/48bda6d3-776a-40de-a4a7-de3a8a4a7c46) To ![image](/attachments/3135c6c6-c276-405d-9dee-1565b75cb747) Other small issues - Change names to english, right now its mixed. - Try to space out the collumns, there is alot of space to the right no need to push it together. - The time when the prognosis is created is correct but the time in the days are wrong. just a typo i believe. `{new Date(date).toLocaleDateString('sv-SV', {` the sv-SV should be sv-SE
Collaborator

PR #758

PR #758
Collaborator

Has been merged #758

Has been merged #758
Sign in to join this conversation.
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Andras/BoundlessFlowCampus2K#733
No description provided.