Louis Lam

Results 336 comments of Louis Lam

Starting to review this pr. 1. I think some css might still need to be polished, for example, the left padding in this dropdown menu looks like too big. Also...

Similar problem was reported before: https://github.com/louislam/uptime-kuma/issues/1465 I am not sure how to reproduce this, as the monitor list is loaded from WebSocket. It should not be cached.

I suspected that it is related to MacOS, since both reports are using MacOS. Do you have Android or Windows device to test it?

> I can't reproduce at all on Kali Rolling 2021.1 and chrome 99.0.4844.82 or Win11 chrome 101.0.4951.67 using commit [11243a6](https://github.com/louislam/uptime-kuma/commit/11243a6ca16a52e472507cbe1ed56f9f6075027d) as well as Tag 1.16.1 > > I have tried...

I just dig into the code again, found out that it should be related to some sort of race condition and `loadedData` is not set to `true` https://github.com/louislam/uptime-kuma/blob/436bc13aeb2ea1f25b2b6068bf3d5ed1693d1c8d/src/pages/StatusPage.vue#L240-L248

1.17.0-beta has been released with the patch, feel free to try and let me know whether it is fixed.

Yes, they are currently browser only settings.

The features which you mentioned is not yet released. If you would like to test it, please see https://github.com/louislam/uptime-kuma/blob/master/CONTRIBUTING.md

Cannot, you have to build it yourself.

> * Or how can I force the app to load the setup page even if there is an existing user from cypress? Not possible, it have to be a...