Gabboxl / FluentWeather

A beautiful UWP weather app for Windows
https://apps.microsoft.com/store/detail/fluentweather/9PFD136M8457
GNU General Public License v3.0
159 stars 14 forks source link

Features & improvements #30

Closed realgooseman closed 10 months ago

realgooseman commented 1 year ago

Hi @Gabboxl and contributors,

Thanks for FluentWeather, this was very needed. I opened this issue to share some improvements/ideas, let me know what you think.

Visibility

The app was quite hard to find, I added it to AlternativeTo and hopefully it will get more visibility.

Improvements

Ideas :

For the inspiration, you can look at the open-source Android app called Breezy Weather for example. The app got great responsiveness and the UI is clean. Even on desktop with WSA.

Gabboxl commented 1 year ago

Hi, thank you! Those are very valid ideas.

Multiple location support is coming but with a NavigationView-like design.

Will implement your suggestions during the next few weeks. :)

realgooseman commented 1 year ago

Great to hear, thanks !

realgooseman commented 1 year ago

Forget to mention, a generalized 24H format would be nice to have as well. For now sunrise, sunset, moonrise, moonset tiles only show in 12H format.

For some strange reason, the 24H format is already applied for Hourly forecasts, but not for Sun & Moon categories.

Gabboxl commented 1 year ago

Forget to mention, a generalized 24H format would be nice to have as well. For now sunrise, sunset, moonrise, moonset tiles only show in 12H format.

For some strange reason, the 24H format is already applied for Hourly forecasts, but not for Sun & Moon categories.

You're right, will add an option to choose the hours format.

Gabboxl commented 11 months ago

Hi, i am implementing some new features and i have some questions about your suggestions:

Make resized app window more responsive and make tiles take full width on smaller windows.

What tiles are you referring to? And can you clarify what do you mean with "take full width"?

Add option to hide scrollbar(s)

What scrollbars? Scrollbars must be visible, otherwise the user cannot know if the page is scrollable or not.

Thanks : )

realgooseman commented 11 months ago

Hi @Gabboxl,

This is how I currently use FluentWeather, small window on the desktop to have a quick glance at the temperature.

Capture d'écran 2023-11-25 193515

The app should be fully usable in full screen for people who need all the details, but also be resizable to a "mini-mode" as above.

By "hide scrollbar" I actually meant to remove the horizontal scrolling on compact windows (for hourly and daily forecasts) and by that you would need to limit the forecasts boxes amount to the full width of the window.

Also what could help with making the app look cleaner on smaller windows is moving the settings button elsewhere because it's in the way (see picture above) and make the dashboard configurable so the user can choose the details he/she wants to see. And the rest is hidden.

Gabboxl commented 11 months ago

The app should be fully usable in full screen for people who need all the details, but also be resizable to a "mini-mode" as above.

By "hide scrollbar" I actually meant to remove the horizontal scrolling on compact windows (for hourly and daily forecasts) and by that you would need to limit the forecasts boxes amount to the full width of the window.

Also what could help with making the app look cleaner on smaller windows is moving the settings button elsewhere because it's in the way (see picture above) and make the dashboard configurable so the user can choose the details he/she wants to see. And the rest is hidden.

Oh alright, so you're asking for a mini-mode. thanks for the clarification : )

I will see if I can create a similar interface mode, just like the Windows Calculator/Movies apps.

Gabboxl commented 10 months ago

Hi, an option to change the time format has been implemented in FluentWeather v1.4.0. The other features you asked are being tracked on #48, #49, #52 and #26. I'm closing this issue.