Cody Casterline
Cody Casterline
- [x] Save the user's feed position as they scroll, so that navigating away from the page and back will bring them back to the same spot. - [x] Allow...
Use the keyboard to navigate through items in the client. ex: j/k for next/previous items.
Summary ---------- When Snowpack generates files via [`snowpack build`][2], it ends up generating files that have colons in the name. Initially, these seem to work when I'm running the rust...
Right now the client has you "Log In" as a user. But you don't provide any password to do so. Really you're just configuring the client to act as if...
I had fun implementing them. But it's not immediately obvious how to use them. Just do a JS confirmation dialog instead.
The [current query][1] just walks down the items table by timestamp, filtering for follow matches. It seems to perform slowly, though, taking up to 400ms on my DigitalOcean server. Maybe...
I'm (somewhat hackily) just running FeoBlog in a terminal window. To shut it down, I press Ctrl-C. It seems that just forces Actix-Web to exit its event loop and end...

Right now when using the client-side (brute-force) search, you just get a dialog "Searching ..." that doesn't really indicate that it's still working, nor how much work it's doing. It...