Viliam Krizan

Results 32 comments of Viliam Krizan

I have the same issue. The problem is in `moment()` constructor, which defaults to current time. I've replaced all moment constructors with no argument with `moment('2001-01-01')`. That seems to solve...

@indrimuska This is easily observed when `set-on-select="true"` for format `YYYY-MM-DD HH:mm`. When you select the month, you can see that day, hour and minutes (seconds) have been already set to...

Hey @jberkhahn @varshaprasad96, would you have time have a look? Thank you.

The CI errors do not seem to be relevant to this change: ``` * External link https://gohugo.io/templates/404/ failed: got a time out (response code 0) * External link https://v1-14-x.sdk.operatorframework.io failed:...

You are welcome. It should be merged to main branch.

@gravitypriest Would you mind having a look. Thank you.

@psachin can you please have a look? Thanks!

This seems to be harder to do than it sounds. And here is why: Browsers do not have API that would tell you whether the window is focused or not....

NotificationManager sound good. > Would another possibility be to have toast notifications appear 'always on top', regardless of which window/tab is in focus? I am not sure how 'always on...

> Oh, you are saying different browser tabs/windows, not different views/navigation-areas/pages of a SPA. Yes.