Commit Graph

139 Commits

Author SHA1 Message Date
Greg Shuflin
30424f7d39 Unread entry tooltip 2025-02-06 00:17:24 -08:00
Greg Shuflin
93c9cba831 Tweak 2025-02-06 00:10:31 -08:00
Greg Shuflin
d7882b0291 Pull in feeds on demo startup 2025-02-05 22:39:37 -08:00
Greg Shuflin
08994856c3 write demo feeds to db 2025-02-05 21:36:42 -08:00
Greg Shuflin
89982755a0 Fetch demo feeds 2025-02-05 21:00:51 -08:00
Greg Shuflin
c8301d14e1 Timeout when fetching feeds 2025-02-05 20:50:58 -08:00
Greg Shuflin
7ecf598aa8 Start to implemenet pulling the feed in demo.rs 2025-02-05 16:38:59 -08:00
Greg Shuflin
286f4273bf Use Uuid consistently in db methods 2025-02-05 16:36:18 -08:00
Greg Shuflin
241bb3fba4 More moving code around 2025-02-05 16:09:59 -08:00
Greg Shuflin
cf89d17035 Move code around 2025-02-05 15:46:15 -08:00
Greg Shuflin
5db16fc2ce demo refactor 2025-02-05 15:39:24 -08:00
Greg Shuflin
6fccda5827 Start working on unread articles 2025-02-05 05:29:40 -08:00
Greg Shuflin
0016ef97bb hide modal on escape 2025-02-05 04:40:01 -08:00
Greg Shuflin
7b939cfd8f start adding tests 2025-02-05 04:37:13 -08:00
Greg Shuflin
d367825849 Scrollbar tweaks 2025-02-05 04:28:08 -08:00
Greg Shuflin
eb69f4e952 Remove scrollbars 2025-02-05 04:24:57 -08:00
Greg Shuflin
705929ee47 More layout tweaks 2025-02-05 04:19:47 -08:00
Greg Shuflin
ed0ec66138 css defs 2025-02-05 04:08:15 -08:00
Greg Shuflin
0fc97111a4 style + layout tweaks to make the top bar smaller 2025-02-05 04:06:26 -08:00
Greg Shuflin
29b9a73012 remove old css 2025-02-05 04:00:48 -08:00
Greg Shuflin
387b56d7f8 Remove more duplicate css 2025-02-05 03:59:07 -08:00
Greg Shuflin
ea46dc9bea Remove duplicate css 2025-02-05 03:55:46 -08:00
Greg Shuflin
682292d71b break up css file 2025-02-05 03:26:05 -08:00
Greg Shuflin
d356027283 remove hover style 2025-02-05 03:12:16 -08:00
Greg Shuflin
ee06791ef7 Add feed button 2025-02-05 03:08:14 -08:00
Greg Shuflin
df46571240 use sqlx query macro everywhere 2025-02-05 03:01:39 -08:00
Greg Shuflin
b597d179f0 Tweaking styles 2025-02-05 02:45:50 -08:00
Greg Shuflin
3cb122306a use sqlx::query! macro 2025-02-05 02:40:23 -08:00
Greg Shuflin
c89ee29d4d Fix feed entry id issues 2025-02-05 02:33:11 -08:00
Greg Shuflin
44208470f8 better sqlx-prepare recipe 2025-02-05 02:01:06 -08:00
Greg Shuflin
fb1449689b css tweaks 2025-02-05 01:32:33 -08:00
Greg Shuflin
f95d6a5632 Clicking on title marks as read 2025-02-05 01:26:49 -08:00
Greg Shuflin
22a12430e3 Mark as read/unread icon 2025-02-05 01:21:30 -08:00
Greg Shuflin
3509d889d5 Update top bar 2025-02-05 01:15:00 -08:00
Greg Shuflin
086f92903b Add mark as read button 2025-02-05 01:01:10 -08:00
Greg Shuflin
70a13235ac Entry state update 2025-02-05 00:44:13 -08:00
Greg Shuflin
ab5e187212 Use tracing library 2025-02-04 23:57:02 -08:00
Greg Shuflin
69aa7393fe Fixing feed entries 2025-02-04 23:49:39 -08:00
Greg Shuflin
7279ff3e2a Separate feed entry id and entry_id 2025-02-04 22:21:40 -08:00
Greg Shuflin
2a11ae6d99 clippy + fmt 2025-02-04 22:02:50 -08:00
Greg Shuflin
da7e037562 use tmpfile demo db 2025-02-04 22:01:14 -08:00
Greg Shuflin
480d686b1c Separate logic out 2025-02-04 15:51:55 -08:00
Greg Shuflin
2fd1ade3ee Some tweaks 2025-02-04 15:07:46 -08:00
Greg Shuflin
6d58a7d70e entry db 2025-02-04 14:29:17 -08:00
Greg Shuflin
c756e206e4 Feeds + polling work 2025-02-04 14:05:35 -08:00
Greg Shuflin
b4028fa08f Separate session store module 2025-02-04 13:19:47 -08:00
Greg Shuflin
4fcf745b3b use content 2025-02-04 03:48:18 -08:00
Greg Shuflin
c4e21af95b TODO update 2025-02-04 03:34:51 -08:00
Greg Shuflin
d54049399e use fontawesome icons 2025-02-04 03:33:03 -08:00
Greg Shuflin
4277fa1041 Hopefully fix in memory sqlite db issue? 2025-02-04 03:23:41 -08:00