Commit Graph

96 Commits

Author SHA1 Message Date
Greg Shuflin
85550c318e Fix modal 2025-02-16 01:08:51 -08:00
Greg Shuflin
14aec7503e do feed load in background 2025-02-16 01:06:36 -08:00
Greg Shuflin
9f3f5c28be Settings page 2025-02-16 00:42:02 -08:00
Greg Shuflin
f2a2994fe3 opml parsing works?? 2025-02-15 18:53:17 -08:00
Greg Shuflin
16ae4fc201 opml import 2025-02-15 18:27:05 -08:00
Greg Shuflin
98ff8be9d8 OPML logic 2025-02-15 04:59:09 -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
7b939cfd8f start adding tests 2025-02-05 04:37:13 -08:00
Greg Shuflin
df46571240 use sqlx query macro everywhere 2025-02-05 03:01:39 -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
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
4277fa1041 Hopefully fix in memory sqlite db issue? 2025-02-04 03:23:41 -08:00
Greg Shuflin
92c797d7d9 Uncategorized feeds 2025-02-04 02:33:26 -08:00
Greg Shuflin
e57e758834 Run on any port 2025-02-04 01:29:25 -08:00
Greg Shuflin
ac18e3741f consolidate demo code 2025-02-04 01:21:28 -08:00
Greg Shuflin
86d49c56dc user.write_to_database 2025-02-04 01:15:55 -08:00
Greg Shuflin
50bfe09bcf Use Feed::write_to_database method in demo 2025-02-04 01:04:37 -08:00
Greg Shuflin
6e815a94a0 Genericize Feed::write_to_db 2025-02-04 01:01:02 -08:00
Greg Shuflin
c74ebbe5fa multi sessions 2025-02-04 00:45:49 -08:00
Greg Shuflin
4a292bb72b Use an env var for the secret key 2025-02-03 21:04:08 -08:00
Greg Shuflin
e2b183ddc6 Add ACX substack demo 2025-02-03 20:47:59 -08:00
Greg Shuflin
739406336b Get rid of problematic sql verification 2025-02-03 20:44:20 -08:00
Greg Shuflin
5a0aa72066 Use categorizations 2025-02-03 20:29:20 -08:00
Greg Shuflin
0472ae2a14 Add categories to demo feeds 2025-02-03 16:32:40 -08:00
Greg Shuflin
411cdc5890 Add more demo feeds 2025-02-03 16:08:17 -08:00
Greg Shuflin
3ab595abd2 Demo notice 2025-02-03 16:01:34 -08:00
Greg Shuflin
4c44767301 display demo mode notice 2025-02-03 15:53:28 -08:00