Files
vault/changelog/20697.txt
claire bontempo 0615a50674 UI: updates info table row jsdoc (#20697)
* reuse format-duration helper

* add changelog

* update duration

* fix 0 assuming 0s

* VAULT-16593/ update tests, remove formatting assumptions

* more tests

* add calc function

* woops, typo use %

* update variable name

* add back one template test

* refactor to handle all duration string cases, including 3m

* ok lets do that differently

* comment cleanup

* address comments

* push to rerun checks
2023-05-30 10:21:07 -07:00

4 lines
150 B
Plaintext

```release-note:improvement
ui: update detail views that render ttl durations to display full unit instead of letter (i.e. 'days' instead of 'd')
```