mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-13 19:49:40 +08:00
7faa9ac7bd
* Added support for 24-hour time to the thread list view (Issue #682)
* Add 24-hour time support to the thread list scroll tooltip (Issue #682)
* Fix for 24-hour time in the thread list scroll tooltip (#682)
Correctly imports the DateUtils module
* Add support for 24-hour time to the draft threads list (Issue #682)
* Add 24-hour time to the message sidebar
* Fix for 24-hour time in the message view so the rollover tooltip is 24hour also (#682)
* Removed unused date functions from utils
fullTimeString and shortTimeString from src/flux/models/utils.coffee were not
compatible with 24-hour time. These functions were modified and moved to
DateUtils in src/date-utils.
* Fix for display of 24-hour time in the message view (Issue #682)
* Removed unused import of Utils in a couple of files
Prompted by Travis build errors.
* Updates to handling of date/time display
Incorporates changes suggested by @bengotow.
Re-enables support for the isDetailed property in message-timestamp (if this is set
to true, a medium length date/time string will be used for display).
Re-enables additional display varieties based on when the email was received. Note
that this is implemented slightly different to the orinal version - time is now given
as an absolute time rather than "... days ago" format.
TZ guessing moved to the global scope of date-utils for performance reasons.
* Minor de-linting
* Re-enable all tests by unfocusing the test suite
A previous commit (
|
||
---|---|---|
.. | ||
category-removal-target-rulesets.es6 | ||
injects-toolbar-buttons.jsx | ||
main.es6 | ||
message-list-toolbar.jsx | ||
selected-items-stack.jsx | ||
thread-list-columns.cjsx | ||
thread-list-context-menu.es6 | ||
thread-list-data-source.coffee | ||
thread-list-icon.cjsx | ||
thread-list-participants.cjsx | ||
thread-list-quick-actions.cjsx | ||
thread-list-scroll-tooltip.cjsx | ||
thread-list-store.coffee | ||
thread-list-toolbar.jsx | ||
thread-list.cjsx | ||
thread-toolbar-buttons.jsx |