Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Display toasts on submitted posts and errors | Vika | 2024-08-22 | 1 | -157/+178 |
| | | | | | Success toasts also display a button to open the post in your browser of choice. | ||||
* | Don't submit empty posts | Vika | 2024-08-20 | 1 | -0/+4 |
| | |||||
* | Visibility selector | Vika | 2024-08-20 | 1 | -21/+84 |
| | |||||
* | Make the TextView scrollable | Vika | 2024-08-20 | 1 | -12/+19 |
| | |||||
* | Send posts made in the post composer | Vika | 2024-08-20 | 6 | -69/+1218 |
| | |||||
* | Make the post composer asynchronous | Vika | 2024-08-20 | 2 | -12/+28 |
| | | | | | This makes it able to execute unsendable futures, and unlocks ability for us to do asynchronous initialization and updates. | ||||
* | Post composer UI prototype | Vika | 2024-08-19 | 4 | -0/+351 |
| | | | | | | | | | | Currently the UI does precisely nothing, but the ✨ Smart Summary button prints a message stating what it's supposed to do. The Post button currently just logs to the console, although ultimately it should send a message to a parent component or something. Perhaps even the composer UI itself should be a separate part that can provide an MF2-JSON document on a command. | ||||
* | Initial Nix & Cargo boilerplate for a Relm4 project | Vika | 2024-08-19 | 7 | -0/+1462 |