|
|
12f0491455
|
web: remove stale comments
|
2023-12-02 09:34:57 -08:00 |
|
|
|
ef8362d6f2
|
web: remove some unused code
|
2023-12-02 09:34:26 -08:00 |
|
|
|
0a7cdefda3
|
web: refactor code into separate modules
|
2023-12-02 09:29:50 -08:00 |
|
|
|
cfe1446668
|
web: for tag list to be open when no unread messages
|
2023-11-29 09:27:53 -08:00 |
|
|
|
7c38962d21
|
web: make tag list hidable
|
2023-11-28 20:03:17 -08:00 |
|
|
|
7102f26c9e
|
web: conditionally show unread section
|
2023-11-28 07:32:22 -08:00 |
|
|
|
71a3315fe8
|
web: lint and clean up search input handling
|
2023-11-27 21:11:12 -08:00 |
|
|
|
7cac81cddb
|
web: update implement_email macro to handle repetition
|
2023-11-27 20:33:47 -08:00 |
|
|
|
3a5ca74d71
|
web: change tag list styling and show unread at the top
|
2023-11-27 19:48:19 -08:00 |
|
|
|
71af8179ec
|
web: hierarchical tags list on desktop
|
2023-11-27 19:16:28 -08:00 |
|
|
|
d66a7d3d53
|
web: use singular version of view_address for From
|
2023-11-27 17:20:11 -08:00 |
|
|
|
e0fbb0253e
|
web: create implement_email! macro
|
2023-11-27 17:16:57 -08:00 |
|
|
|
48466808d3
|
web & server: plumb debugging info for content type hierarchy.
Also cleanup Email trait.
|
2023-11-27 13:47:02 -08:00 |
|
|
|
1261bdf8a9
|
web & server: improved debug printing of unhandled mime types
|
2023-11-26 18:50:32 -08:00 |
|
|
|
11366b6fac
|
web & server: implement handling for text and html bodies.
|
2023-11-26 16:37:29 -08:00 |
|
|
|
1cdabc348b
|
web: better date formatting
|
2023-11-26 16:01:22 -08:00 |
|
|
|
02e16b4547
|
web: more compact output on desktop and mobile
|
2023-11-26 15:46:03 -08:00 |
|
|
|
d5a001bf03
|
web: refresh tags on thread view in addition to search results.
|
2023-11-26 15:31:51 -08:00 |
|
|
|
0ae72b63d0
|
web: add basic graphql view thread, no body support.
|
2023-11-26 15:27:19 -08:00 |
|
|
|
0737f5aac5
|
web: rewrite frontend to use graphql for search results
|
2023-11-25 09:06:24 -08:00 |
|
|
|
bce2c741c4
|
web: add non-functional graphql.
|
2023-11-21 14:06:48 -08:00 |
|
|
|
57ccef18cb
|
Make clicking search results on mobile easier.
|
2023-11-21 12:27:58 -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 |
|
|
|
a2664473c8
|
Improve density on mobile.
|
2023-11-14 21:33:09 -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 |
|
|
|
042d475c75
|
Style tweaks
|
2023-09-02 13:10:44 -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 |
|
|
|
72622032ad
|
web: add pagination to bottom of search results
|
2023-04-12 07:34:30 -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 |
|
|
|
eba362a7f2
|
Add pagination to search results.
Move to shared definition of json requests between client/server.
|
2023-03-09 18:04:55 -08:00 |
|
|
|
e7a0e5b662
|
Fix clicking on subjects.
|
2023-03-08 19:59:40 -08:00 |
|
|
|
6adb567cd6
|
Change up site CSS and inline messages' CSS
|
2023-03-05 18:42:14 -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 |
|
|
|
25541bc1ca
|
WIP better author handling.
|
2023-02-27 08:30:48 -08:00 |
|
|
|
e5a27f82f9
|
Restyle index table.
|
2023-02-26 20:23:55 -08:00 |
|
|
|
19ee6f338d
|
Better title handling when empty, always show "lb:" prefix.
|
2023-02-26 11:19:07 -08:00 |
|
|
|
de2b79fa2a
|
Implement searching based on URL state.
|
2023-02-26 11:16:26 -08:00 |
|