browsertrix/frontend/src/utils
Emma Segal-Grossman d64def00c2
Move execution time formatting into its own util (#1386)
Refactors and rewrites the humanize time functions used on the
dashboard, and swaps out these new functions in a couple of places.

Examples of these functions' behaviours can be found in the tests for
them.

<img width="375" alt="Screenshot 2023-11-16 at 8 07 14 PM"
src="https://github.com/webrecorder/browsertrix-cloud/assets/5727389/775b3a49-1061-4002-8c34-961777423542">

<img width="267" alt="Screenshot 2023-11-16 at 8 07 45 PM"
src="https://github.com/webrecorder/browsertrix-cloud/assets/5727389/1d22aec0-4b88-4a9a-b1d7-f6612d287769">

<img width="224" alt="Screenshot 2023-11-16 at 8 21 13 PM"
src="https://github.com/webrecorder/browsertrix-cloud/assets/5727389/7d895938-ea02-4ffa-9f82-8526725f36c5">


Also fixes inconsistent tooltip text alignment on the dashboard :)
2023-11-21 16:51:08 -05:00
..
api.ts
APIRouter.test.ts Use org slug in place of UUIDs in app URLs (#1277) 2023-10-18 09:28:30 -07:00
APIRouter.ts
auth.test.ts
auth.ts Fix frontend not redirecting on 401 (#1244) 2023-10-04 00:17:22 -07:00
AuthService.test.ts
AuthService.ts Fix frontend not redirecting on 401 (#1244) 2023-10-04 00:17:22 -07:00
crawler.ts Replace partial_complete -> stopped_by_user or stopped_quota_reached + operator edge cases (#1368) 2023-11-14 11:17:16 -08:00
cron.ts Paginate Workflows and refactor to use server-side queries (#1078) 2023-08-22 16:29:17 -07:00
css.ts Paginate Workflows and refactor to use server-side queries (#1078) 2023-08-22 16:29:17 -07:00
executionTimeFormatter.test.ts Move execution time formatting into its own util (#1386) 2023-11-21 16:51:08 -05:00
executionTimeFormatter.ts Move execution time formatting into its own util (#1386) 2023-11-21 16:51:08 -05:00
form.ts Frontend collections beta UI (#886) 2023-06-06 17:52:01 -07:00
LiteElement.ts Enforce quota and hard cap for monthly execution minutes (#1284) 2023-10-26 15:38:51 -07:00
localization.ts
number.ts Paginate Workflows and refactor to use server-side queries (#1078) 2023-08-22 16:29:17 -07:00
orgs.ts Use org slug in place of UUIDs in app URLs (#1277) 2023-10-18 09:28:30 -07:00
OrgService.ts Use org slug in place of UUIDs in app URLs (#1277) 2023-10-18 09:28:30 -07:00
PasswordService.ts Enforce strong passwords in UI (#1266) 2023-10-12 19:36:59 -07:00
persist.ts Use org slug in place of UUIDs in app URLs (#1277) 2023-10-18 09:28:30 -07:00
polyfills.ts
state.ts Use org slug in place of UUIDs in app URLs (#1277) 2023-10-18 09:28:30 -07:00
string.ts