aboutsummaryrefslogtreecommitdiff
path: root/themes/alps/mailbox.html
Commit message (Collapse)AuthorAgeFilesLines
* Remove "this email was deleted by another client"Drew DeVault2020-11-191-10/+0
| | | | | | | | I was on the fence about adding this in the first place. The state of an email being \Deleted but still in this inbox is unusual, and unlikely to occur unless the user is already somewhat knowledgable about IMAP and utilizing power-user-level tooling which could cause the situation to arise. Alps does not target that kind of user, so this can be hidden.
* Add notices on action completionDrew DeVault2020-11-191-1/+1
|
* Design work for mailbox subscriptionsDrew DeVault2020-11-131-1/+1
|
* Humanize message list datesDrew DeVault2020-11-131-1/+1
|
* Simplify & fix bugs with select all functionalityDrew DeVault2020-10-301-19/+0
|
* Link sender name to search for their email addressDrew DeVault2020-10-231-0/+2
|
* Add message flags to mailbox pageDrew DeVault2020-10-221-0/+23
|
* Generalize sidebar categorization logicDrew DeVault2020-10-221-19/+2
|
* Categorize and normalize folder listingDrew DeVault2020-10-221-18/+33
|
* Handle \Deleted emails in message listDrew DeVault2020-10-221-6/+26
| | | | | | | | | | | | This can happen if an email is deleted by an external client, and this change fixes a template crash in such cases. I elected to display (deleted email) rather than to hide deleted messages so that, if the message is unread, it provides an explanation for your inbox showing $n unread emails where $n > number of non-deleted emails. This partially addresses ~migadu/alps#121
* alps theme: fix nil on emails without a text partEyal Sawady2020-06-291-1/+1
| | | | Closes: https://todo.sr.ht/~emersion/alps/100
* Add INBOX unread count on mailbox/message pagesSimon Ser2020-05-211-8/+12
|
* Replace IMAPMessage.TextPartName with TextPartSimon Ser2020-05-201-1/+1
|
* alps theme: if there's nothing to show, say soDrew DeVault2020-05-131-0/+3
|
* alps: theme contact list pageDrew DeVault2020-05-131-1/+1
|
* alps theme: overhaul tables and action listsDrew DeVault2020-05-131-35/+35
| | | | | | | | This patch contains a whole lot of layout improvements for the alps theme, mainly replacing the table soup with flexbox and CSS grids, and fixing up a number of loose ends. This gives us a lot more flexibility over how the page is laid out. I also cleaned up a lot of other low-hanging fruit in the layout & styles.
* Add <meta refresh> to mailbox viewDrew DeVault2020-05-131-2/+2
| | | | | | | | | | This causes the mailbox to automatically reload the page every 60 seconds, without JavaScript. This also updates the base template data to include the full URL, and replaces the earlier "Path" field with a pre-split array of path components, which is more immediately useful to most templates given the limitations of string munging with text/template primitives.
* themes/alps: better redirect after performing message operationsSimon Ser2020-03-271-2/+2
| | | | Go back to the right page.
* themes/alps: new themeSimon Ser2020-03-191-0/+66