ari melody ari · she/her
ari pushed to dev at blisstown/campfire 2024-07-08 10:32:16 +01:00
5e92246eeb fixed emoji not showing in posts + improvements
ari pushed to dev at blisstown/campfire 2024-07-08 10:28:53 +01:00
e74b088e37 added visibility function to compose box + reply ID
ari pushed to dev at blisstown/campfire 2024-07-07 15:20:07 +01:00
49409bac68 updated changelogs
ari pushed to dev at blisstown/campfire 2024-07-07 15:13:37 +01:00
6ce2f1f1c4 fixed thread view not updating when opening other posts
ari pushed to dev at blisstown/campfire 2024-07-07 14:59:10 +01:00
4d771d8ebd finish URL rewrite, remove redundant logged_in state
ari closed issue blisstown/campfire#2 2024-07-07 14:36:37 +01:00
Rewrite URLs to represent user/instance pair
ari commented on issue blisstown/campfire#2 2024-07-07 14:36:37 +01:00
Rewrite URLs to represent user/instance pair

profile pages are still WIP and not implemented yet, but the /<instance>/<@account> route is now available for further implementation. posts are currently accessible via `//<@account>/<…

ari pushed to dev at blisstown/campfire 2024-07-07 14:33:40 +01:00
a3fdd0007c rewrite URLs to represent instance (#2)
ari pushed to dev at blisstown/campfire 2024-07-07 13:18:23 +01:00
41143cdddf fixed app logo not appearing on login page
ari closed issue blisstown/campfire#7 2024-07-07 12:57:57 +01:00
Deleting posts
ari commented on issue blisstown/campfire#7 2024-07-07 12:57:55 +01:00
Deleting posts

ideally this will be tucked into the "more" button later, but the functionality now exists 👍

ari pushed to dev at blisstown/campfire 2024-07-07 12:57:22 +01:00
e80e59350f add delete post button (#7)
ari pushed to dev at blisstown/campfire 2024-07-07 12:22:56 +01:00
1773c93617 random placeholder in composer + some cleanup
ari pushed to dev at blisstown/campfire 2024-07-05 15:49:26 +01:00
08cd43bd7d fixed notifications only getting older notifs instead of newer ones
ari pushed to dev at blisstown/campfire 2024-07-05 15:41:17 +01:00
048d158209 add stream health api endpoint (#24, #19)
ari pushed to dev at blisstown/campfire 2024-07-05 15:39:30 +01:00
0d9c7b1761 add delete post api handler (#7)
ari pushed to dev at blisstown/campfire 2024-07-05 15:34:24 +01:00
0659772ab0 add delete post api handler (#7)
5ea28dc078 add edit post api handler (#6)
Compare 2 commits »
ari commented on issue blisstown/campfire#19 2024-07-05 15:26:53 +01:00
Live notifications

#24 addresses the use of GET /api/v1/streaming/user. this route also handles notifications, which could be utilised for this issue. bumping #24 to higher priority in v1.0 for this reason.

ari opened issue blisstown/campfire#24 2024-07-05 15:23:19 +01:00
Live timeline updates
ari pushed to dev at blisstown/campfire 2024-07-05 15:13:01 +01:00
3a04ef7f81 fixed alignment of notif content warning