louislam / uptime-kuma

A fancy self-hosted monitoring tool
https://uptime.kuma.pet
MIT License
58.16k stars 5.24k forks source link

Could we extend the length of status bar? #4365

Open mobeicanyue opened 9 months ago

mobeicanyue commented 9 months ago

⚠️ Please verify that this feature request has NOT been suggested before.

🏷️ Feature Request Type

UI Feature

🔖 Feature description

Could we extend the length of status bar? I think longer is more beautiful.

✔️ Solution

IMG_20240113_134519

❓ Alternatives

No response

📝 Additional Context

No response

CommanderStorm commented 9 months ago

I think that would be a good idea. PRs appreciated. Here is our contribution guide: https://github.com/louislam/uptime-kuma/blob/master/CONTRIBUTING.md

mobeicanyue commented 9 months ago

image

image

Seems like this one, but I not familiar with vuejs, I dont know how to change it's length

mattholy commented 7 months ago

Any idea to change that 14m? like one dot represent one day, and color shows the status of the whole day?

image
CommanderStorm commented 7 months ago

Any idea to change that 14m? like one dot represent one day, and color shows the status of the whole day?

@mattholy This issue is about the css, not the time period.

Currently, (1.x) this is not possible. In v2.x (NOT 2.0) this will become possible due to the performace improvements that were made. You can subscribe to https://github.com/louislam/uptime-kuma/issues/1167 to get notified for any updates. v2.0 is currently in this stage https://github.com/louislam/uptime-kuma/issues/4500

mobeicanyue commented 7 months ago

Bro, It's been 2 month, could you consider my new pr? this guys seems ignored me. Just two line css style value change.

CommanderStorm commented 1 week ago

PR was reverted (in https://github.com/louislam/uptime-kuma/pull/5207 / from the Milestone) as it needs further looking into.

Its not just a CSS change, but also needs the data to "feed" the status page on larger displays.

R-HNF commented 4 days ago

I'll try this.

R-HNF commented 4 days ago

I have submitted a PR!

R-HNF commented 2 days ago

@CommanderStorm I have submitted PR #5241. Cloud you review it. Thank you!