Amir Raminfar

Results 176 comments of Amir Raminfar

Looks like this PR breaks other things. The more I think about it, I don't think I want to have two separate entry points. I am going to close this...

Currently, this progress bar is how much content is in the browser. I think this number should actually be changed to how much logs are available to be fetched. So...

Add some UI indication when in live mode. See https://github.com/amir20/dozzle/issues/3225#issuecomment-2308164373 > ps. a little indication on the ui that we are in "live mode" can be useful: pretty often i...

Last one, try again to fetch more when zero logs are returned. This is also covered https://github.com/amir20/dozzle/issues/3222

> Also the "Skipped xxx entries" can be changed to something like "skipped x entries from date to date" and if clicked should allow you to fetch the skipped logs...

I liked the idea of pulsing bar. I have something https://github.com/amir20/dozzle/pull/3231 https://github.com/user-attachments/assets/9dbc9f7c-c28f-49f9-a1ca-5f5d43999d31

@FrancYescO I have merged 3 PRs in `master`: - #3231 which adds the animation while live - #3230 which tries to retry. (Haven't really tested this yet). This closes the...

In light mode, the bar looks very faded 🫠. I'll worry about it later...

Still working on padding and stuff.... > idk why happened, i was in live mode, and i still got few "skipped xxx messages" I haven't changed anything in that logic...

I did the scroll progress where the progress reflects the total logs available. It's pretty amazing. I don't know why I didn't think about this before. See https://github.com/amir20/dozzle/pull/3236