Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace "in a few seconds" with more accurate time #1

Open
joeframbach opened this issue Feb 24, 2016 · 1 comment
Open

Replace "in a few seconds" with more accurate time #1

joeframbach opened this issue Feb 24, 2016 · 1 comment

Comments

@joeframbach
Copy link
Member

Agendash currently uses e.g., moment(1458000000000).fromNow() to display the time difference for last execution and next execution. When a job is within 45 seconds of executing, moment will display in a few seconds which is not very helpful and is not very configurable.

Replace moment.fromNow with something better.

@joeframbach
Copy link
Member Author

I tried attaching the jquery timeago plugin to each $el on render. I must've done something wrong because I had memory leaks everywhere. After a minute the tab was using 650MB.

joeframbach pushed a commit that referenced this issue Mar 25, 2016
revert data-tooltip, fix queued colors, add repeated label
simison pushed a commit that referenced this issue Jan 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants