Commit Graph

544 Commits (8a2e6ca9fe7389061cfb01518960dcd7049c6c9e)

Author SHA1 Message Date
Francis Lachapelle d13e1534a8 fix(mail(css)): always show tag dots in messages list 2021-06-29 17:16:35 -04:00
Francis Lachapelle 2771fe180e fix(mail(html)): format links in comment of Calendar invitations 2021-06-21 12:16:17 -04:00
Francis Lachapelle a9c6f09273 perf(mail(js)): various optimizations
We now use IMAP QRESYNC to synchronize mailbox.
2021-06-15 17:16:10 -04:00
Francis Lachapelle e66ad698fd chore: remove scss/components/_utils.scss 2021-06-14 11:52:28 -04:00
Francis Lachapelle 322226bd81 fix(css): improve display of category colors (Calendar & Mail)
In the list view, we now use color dots instead of stripes.

Fixes #5337
2021-06-07 15:03:39 -04:00
Francis Lachapelle e5d957181c fix(calendar(css)): enlarge categories color stripes
Fixes #5301
2021-05-11 12:36:03 -04:00
Francis Lachapelle bd80b6ea75 fix(calendar(css)): enlarge categories color stripes
Fixes #5301
2021-04-21 14:12:14 -04:00
Francis Lachapelle e774c4c474 fix(mail(css)): limit some text formatting to attachment cards 2021-02-08 12:02:34 -05:00
Francis Lachapelle 9dcdaedb40 fix(mail(css)): limit some text formatting to attachment cards 2021-02-08 11:25:05 -05:00
Francis Lachapelle 86ab7312a4 fix(mail(css)): restore scrolling of msg source when animation is off 2020-12-23 10:12:22 -05:00
Francis Lachapelle 0eae8296a3 fx(css): reduce list height of mailboxes
Fixes #5145
2020-11-16 12:15:08 -05:00
Francis Lachapelle defd3c97a9 chore(npm): cleanup dependencies, move to Dart Sass 2020-11-16 10:21:56 -05:00
Francis Lachapelle bc77536b5d fix(print): don't print toasts
Fixes #5207
2020-11-06 21:28:22 -05:00
Francis Lachapelle 4a83733039 feat(calendar(web)): allow to change the classification of an event 2020-11-04 16:15:13 -05:00
Francis Lachapelle 00030ba2fa fix(mail(js)): add collapse button to toolbar of HTML editor
It is useful on small screens to be able to collapse the toolbar.
2020-10-30 15:36:30 -04:00
Francis Lachapelle 7163900d24 fix(mail(js)): keep CKEditor toolbar visible 2020-08-18 16:04:21 -04:00
Francis Lachapelle 37d3cb7782 fix(web(css)): improve mailbox expand button in sidenav 2020-08-04 16:36:15 -04:00
Francis Lachapelle 7eac9c3893 fix(calendar(css)): decrease height of calendars entries in lists
md-switch instances are now taking less vertical space.
2020-08-04 16:17:10 -04:00
Francis Lachapelle cd95649f08 fix(web(js)): remove calls to deprecated functions in ng-material 2020-08-04 16:12:52 -04:00
Francis Lachapelle f6ce265e7b fix(mail(css)): respect white spaces in plaintext messages
Fixes #5069
2020-07-30 13:28:14 -04:00
Francis Lachapelle 94efa4d7d4 fix(mail(css)): yellow flags for more visibility 2020-07-24 09:48:41 -04:00
Francis Lachapelle 2545caf2e5 fix(mail(css)): add explicit expanded/collapsed mailbox status 2020-07-02 17:24:51 -04:00
Francis Lachapelle 0c314a33e6 chore(npm): update md to v1.1.24 2020-07-01 15:20:12 -04:00
Francis Lachapelle 98d12ba17a Revert "chore(npm): update md to v1.1.23"
This reverts commit ed6a5a20ce.

Rolling back to v1.1.22 until v1.1.24 is out (related to #5055 and #5061).
2020-06-29 14:20:41 -04:00
Francis Lachapelle ee904ac616 fix(preferences(js)): handle cancellation of IMAP account edition 2020-06-22 17:31:54 -04:00
Francis Lachapelle ed6a5a20ce chore(npm): update md to v1.1.23 2020-06-19 11:58:21 -04:00
Francis Lachapelle f8aa338e64 feat(mail): handle multiple mail identities
Fixes #768, fixes #4602
2020-06-18 16:53:42 -04:00
Francis Lachapelle 807cefaa39 fix(mail(css)): minor improvements to the mail editor 2020-04-30 11:46:33 -04:00
Francis Lachapelle eabb40a0bf fix(css): improve contrast of toolbars w/input field 2020-02-18 16:24:36 -05:00
Francis Lachapelle 95b3e9d4fa fix(mail(js)): skrink autogrow md-input when content is removed 2020-02-12 10:59:06 -05:00
Francis Lachapelle 43e5662950 fix(calendar(css)): fix padding of sort handle of calendars 2020-01-17 11:48:02 -05:00
Francis Lachapelle 94b171675f perf(css): remove unused selectors for layout 2019-12-24 16:18:32 -05:00
Francis Lachapelle e71afc982e fix(web): improve contrast of toolbars w/input field 2019-12-04 12:36:48 -05:00
Francis Lachapelle 456a66b66b feat(mail(js)): new button to expand recipients that are LDAP groups 2019-11-21 21:51:27 -05:00
Francis Lachapelle 123ccef770 (web) Improve contrast of toolbars w/input field 2019-11-20 12:18:42 -05:00
Francis Lachapelle 63bcb2649b (css) New .sg-hint class 2019-10-24 10:33:35 -04:00
NGAU Zeonfung 361f94e87a
fixed .sg-date-group misplaced
In CJK locales, .sg-day may be misplace.
In this case, word breaks should not be used for Chinese/Japanese/Korean (CJK) text. Non-CJK text behavior is the same as for normal.
2019-10-14 07:44:37 +09:00
Francis Lachapelle 4a93ce344f Improve labels of auto-reply date settings
Fixes #4791
2019-10-02 11:56:08 -04:00
Francis Lachapelle 8822c8cd07 (Calendar) Button to expand invited LDAP groups
Fixes #2506
2019-08-27 16:34:15 -04:00
Francis Lachapelle f2069a6129 Reduce usage of calendar color in dialogs 2019-07-08 13:04:15 -04:00
Francis Lachapelle 6e040e418b (js/css) Fix rendering of material icons 2019-07-05 16:35:20 -04:00
Francis Lachapelle 0fba247bd6 (css) Improve messages list 2019-06-27 17:51:48 -04:00
Francis Lachapelle b5949752b4 (web) Restore mail threads
Fixes #3478
Fixes #4616
Fixes #4735
2019-06-27 17:43:11 -04:00
Francis Lachapelle a4e44e1e65 (css) Constrain absolute elements in HTML parts 2019-05-16 11:26:22 -04:00
Francis Lachapelle 42dd956b9f (js) Show calendar names in events blocks
Fixes #4713
2019-03-27 09:49:14 -04:00
Francis Lachapelle 254147b9ac (css) Fixed scrolling of calendars list on Android 2019-03-19 11:08:01 -04:00
Francis Lachapelle 33adb88d5c (css) lowered size of headings on small screens 2019-03-15 15:04:00 -04:00
Francis Lachapelle 9ebd728215 (css) Fix CSS when printing msg in popup window
Fixes #4674
2019-02-26 16:02:19 -05:00
Francis Lachapelle fb75ec5fb2 (css,js) Update md to v1.1.13 2019-02-21 09:18:06 -05:00
Francis Lachapelle 5d26260d86 (css) Fix freebusy table scrolling in Firefox 2019-02-20 14:41:58 -05:00