142 Commits

Author SHA1 Message Date
e6692059b4 Fix search pagination and add count RPC. 2023-11-20 21:18:40 -08:00
a7b172099b And graphql search with pagination. 2023-11-20 20:56:16 -08:00
f52a76dba3 Added graphql endpoint and tested with tags implementation. 2023-11-20 18:38:10 -08:00
43e4334890 Set default page size on server to match client side page size. 2023-11-20 17:57:07 -08:00
1d00bdb757 Squelch logging and remove unused variable. 2023-11-20 17:54:50 -08:00
6901c9fde9 Formate today and yesterday better. 2023-11-20 17:53:49 -08:00
6251c54873 Show time of email >1 week 2023-11-20 17:47:06 -08:00
f6c1835b18 Custom formatting of the age string, widen subject column. 2023-11-20 17:41:58 -08:00
95976c2860 Mobile style tweaks. 2023-11-20 15:49:30 -08:00
01589d7136 Add favicon 2023-11-20 15:40:07 -08:00
a2664473c8 Improve density on mobile. 2023-11-14 21:33:09 -08:00
da15ef0f15 Move main.rs to bin/ and stub some message stuff. 2023-11-06 18:41:12 -08:00
035508f3ad Better use of space on search table for desktop. 2023-11-05 08:36:14 -08:00
69558f15b4 Properly perform right data request on fresh page load. 2023-11-05 08:07:14 -08:00
a8f538eddf Show navbar at bottom of page too. 2023-09-24 13:13:26 -07:00
01e5ea14ab URL decode queries. 2023-09-05 09:49:59 -07:00
042d475c75 Style tweaks 2023-09-02 13:10:44 -07:00
dd0af52feb cargo update 2023-09-02 13:10:34 -07:00
130f9bbeba Use Trunk.toml for trunk config. 2023-09-02 13:10:17 -07:00
0a05b32a7a Remove 'TEST' text when viewing certain email types 2023-09-02 09:00:36 -07:00
c3f897c61a Fix pagination and default homepage to unread search. 2023-08-11 16:51:41 -07:00
c62bac037f Reload page on refresh 2023-08-11 14:06:47 -07:00
79a57f3082 Address workspace lint 2023-08-11 13:55:39 -07:00
c33de9d754 cargo update 2023-07-15 16:58:40 -07:00
72622032ad web: add pagination to bottom of search results 2023-04-12 07:34:30 -07:00
ec1a12ca11 Change to containing directory before running. 2023-04-12 07:33:44 -07:00
f5f4d666d5 Address lint. 2023-03-19 20:48:39 -07:00
7bfef154d9 Add rule to preserve unread tag when run with --remove-all. 2023-03-19 20:42:35 -07:00
fbe7dade54 Quote notmuch rules to account for spaces. 2023-03-19 20:09:26 -07:00
321eca38e2 Fix test 2023-03-13 21:02:32 -07:00
1a86204561 Cargo update 2023-03-13 20:58:44 -07:00
fd721c53d8 Use <a> instead of event handlers for functioning history. 2023-03-13 20:49:35 -07:00
4390d24492 Add a bit more structure to searching. 2023-03-11 21:15:59 -08:00
cb8b00f8d1 Add glog dependency. 2023-03-11 21:15:35 -08:00
eba362a7f2 Add pagination to search results.
Move to shared definition of json requests between client/server.
2023-03-09 18:04:55 -08:00
f16860dd09 Update watch paths. 2023-03-09 18:04:36 -08:00
e7a0e5b662 Fix clicking on subjects. 2023-03-08 19:59:40 -08:00
371a8b98eb Default message body to B&W 2023-03-08 19:58:44 -08:00
57ded3c076 Move tags file to dotfiles repo. 2023-03-08 19:58:25 -08:00
332225b9d4 procmail2notmuch: remove unprocessed when rule applies. 2023-03-08 19:31:51 -08:00
0d0a9d88ae Add tool to convert procmailrc into notmuch tag file. 2023-03-06 09:15:37 -08:00
24cf7d12f1 Initial batch tag file. 2023-03-05 18:42:50 -08:00
6adb567cd6 Change up site CSS and inline messages' CSS 2023-03-05 18:42:14 -08:00
9e4b97e2e5 Comment on how to run ignored tests. 2023-03-05 18:41:59 -08:00
e17751a992 Release build frontend, or it won't work. 2023-03-05 18:40:51 -08:00
3a47385be1 Inline CSS on message view, and do error handling on refresh. 2023-03-04 11:42:19 -08:00
0b4cfadf88 Add refresh button and mobile view. 2023-03-04 09:00:18 -08:00
c33f901f48 Move to "show pretty" currently a dupe of 'show'. 2023-03-02 09:33:48 -08:00
369e88880a Add render time to footer. 2023-02-28 19:19:33 -08:00
d8275debdc Handle large messages with tweaked json decoding of ShowRequest handling. 2023-02-27 21:29:40 -08:00