diff options
| -rw-r--r-- | TODO.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -4,8 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | Add support for Update + Note on input. | 5 | Add support for Update + Note on input. |
| 6 | 6 | ||
| 7 | Disable the 'Boost' button for non-public messages (technically they can be Announced, but shouldn't). | ||
| 8 | |||
| 9 | Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3 | 7 | Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3 |
| 10 | 8 | ||
| 11 | Add support for uploading the avatar, instead of needing an URL to an image. As a kludgy workaround, you can post something with an attached image, copy the auto-generated URL and use it. You can even delete the post, as attached images are never deleted (I said it was kludgy). | 9 | Add support for uploading the avatar, instead of needing an URL to an image. As a kludgy workaround, you can post something with an attached image, copy the auto-generated URL and use it. You can even delete the post, as attached images are never deleted (I said it was kludgy). |
| @@ -193,3 +191,5 @@ Add this pull request https://codeberg.org/grunfink/snac2/pulls/9 (2022-12-05T12 | |||
| 193 | Add an ?skip=NNN parameter to the admin page, to see older timeline (2022-12-08T08:41:11+0100). | 191 | Add an ?skip=NNN parameter to the admin page, to see older timeline (2022-12-08T08:41:11+0100). |
| 194 | 192 | ||
| 195 | Now that we have the 2.7 layout and Likes and Announces don't move the conversations up, finally fix the ugly # positioning (2022-12-08T08:41:27+0100). | 193 | Now that we have the 2.7 layout and Likes and Announces don't move the conversations up, finally fix the ugly # positioning (2022-12-08T08:41:27+0100). |
| 194 | |||
| 195 | Disable the 'Boost' button for non-public messages (technically they can be Announced, but shouldn't) (2022-12-08T08:46:24+0100). | ||