unsoluble / smalltime

A small FoundryVTT module for displaying and controlling the current time of day.
MIT License
24 stars 15 forks source link

Allow for fine-grained view/control of time #83

Closed NateHawk85 closed 2 years ago

NateHawk85 commented 2 years ago

I absolutely love the style and simplicity of this module. The only two things holding me back from completely switching off Calendar/Weather and moving to this are 1) a stop/start button (which yes, is available via SimpleCalendar, but it's so nice being able to switch without opening that window) and 2) the ability to see time in second increments.

image

Love your work, by the way. Thank you for all you do in this community! :)

unsoluble commented 2 years ago

Appreciate the kind words! Glad you find my stuff useful. :)

For stop/start, Shift-click the time (requires Simple Calendar).

As for seconds, I don't think that's going to happen, as there just isn't room in the div for that. But I'll think about it.

XtraButtery commented 2 years ago

Recently started using the module in favour Calendar/Weather and would like to +1 the request for seconds, with a small suggestion. When using the 24 hour clock there is extra space present in the UI.

image

Perhaps enabling seconds only when using the 24-Hour clock could be an option as this would allow for the extra information without compromising on the "small" aspect of SmallTime

unsoluble commented 2 years ago

Not a bad compromise solution; will play around with this. :)

unsoluble commented 2 years ago

Implemented in 1.13.0 (checkbox in settings, when 24hr mode is selected).