summary refs log tree commit diff
path: root/src/components/signin.rs
Commit message (Collapse)AuthorAgeFilesLines
* Bring child components onto the top-level and use a single SoupSessionVika2024-08-251-3/+3
| | | | | | | This helps unify HTTP-related settings in one place. In Relm4 Matrix chatroom, it was said that deconstructing child components makes little sense in terms of optimizations.
* Prototype for signing in with IndieAuthVika2024-08-251-0/+535
The code is really janky and unpolished, the error handling is TERRIBLE, and I think I can't publish it like this. This'll need a refactor, but it'll come tomorrow.