Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Gettextize and add Russian translation | Vika | 2024-09-04 | 1 | -10/+11 |
| | | | | | | This is a very shitty translation, but it can be improved later. I added it mostly as a test for translations working correctly, since I know Russian and might as well translate the app into the language. | ||||
* | Clear tags on post submit | Vika | 2024-08-26 | 1 | -1/+1 |
| | |||||
* | Style changes to work better with the default theme | Vika | 2024-08-25 | 1 | -16/+28 |
| | | | | Yes, I'm stupid and I'm developing under a custom theme | ||||
* | PostEditor: reset internal tracker on updates | Vika | 2024-08-25 | 1 | -0/+1 |
| | |||||
* | Tags in posts | Vika | 2024-08-23 | 1 | -6/+50 |
| | |||||
* | Comply with GNOME HIG by ensuring our window can scale to a small size | Vika | 2024-08-23 | 1 | -126/+148 |
| | |||||
* | Factor out the post editor UI into a separate component | Vika | 2024-08-22 | 1 | -0/+489 |
Now it's easy to use the same UI for sending a new post or editing an existing one (by loading it with `?q=source` and then comparing). |