|
0d9c7b1761
|
add delete post api handler (#7)
|
2024-07-05 15:39:14 +01:00 |
|
|
5ea28dc078
|
add edit post api handler (#6)
|
2024-07-05 15:31:35 +01:00 |
|
|
3a04ef7f81
|
fixed alignment of notif content warning
|
2024-07-05 15:12:53 +01:00 |
|
|
b064a90753
|
prefer content warnings in notifications
|
2024-07-05 15:10:25 +01:00 |
|
|
d1d3b16cbf
|
fixed error when retrieving private replies in timeline
|
2024-07-05 15:03:30 +01:00 |
|
|
0d39ddd3d2
|
do not parse post emojis if post.emoji is undefined
|
2024-07-05 14:56:46 +01:00 |
|
|
abb06a40bc
|
Merge branch 'dev' of ssh://node.arimelody.me:2082/blisstown/campfire into dev
|
2024-07-05 14:52:04 +01:00 |
|
|
5acb2e1667
|
very basic post support + misc
|
2024-07-05 14:51:32 +01:00 |
|
|
5e44cdf73a
|
fixed logout, now using account/app/server architecture
|
2024-07-05 14:47:17 +01:00 |
|
|
7f993ee538
|
added foreign reaction capabilties (chuckya)
|
2024-07-05 14:32:23 +01:00 |
|
|
a9fdd913f3
|
added border to reaction buttons
|
2024-07-05 13:42:00 +01:00 |
|
|
dacabf250c
|
unfinished compose box
|
2024-07-04 16:55:57 +01:00 |
|
|
2e64f63caa
|
huge refactor. addresses #21 w/ inifinite scrolling notifications
|
2024-07-03 22:00:32 +01:00 |
|
|
ce2f09721d
|
fixed emote display in usernames and reactions
|
2024-07-02 21:58:46 +01:00 |
|
|
22feedaff5
|
hotfix: notifications do not understand reactions
|
2024-07-02 21:13:01 +01:00 |
|
|
f5676f5b7a
|
hotfix: fixed thread focus booting back to timeline while logged in,
width in chromium browsers
|
2024-07-02 20:54:41 +01:00 |
|
|
2a65fbb6b4
|
tweaked notifs padding
|
2024-07-02 20:24:01 +01:00 |
|
|
abab0df83f
|
fixed login flow inconsistency
|
2024-07-02 20:21:34 +01:00 |
|
|
998e8f2517
|
another huge commit but we have notifs now yay
|
2024-07-02 19:38:20 +01:00 |
|
|
015a3e65e1
|
fixed getNotifications()
|
2024-07-02 13:50:53 +01:00 |
|
|
bc6d02d974
|
add getNotifications() api method
|
2024-07-02 12:55:51 +01:00 |
|
|
5424772abb
|
disable timeline button when logged out
|
2024-07-02 12:54:58 +01:00 |
|
|
c92c4d819d
|
fixed nav button handler triggering on page load
|
2024-07-02 12:43:58 +01:00 |
|
|
e80b6e7104
|
tweak button handler; check if disabled first
|
2024-07-02 12:40:39 +01:00 |
|
|
42f0ff2ff8
|
fixed navigation not reflecting current route
|
2024-07-02 12:36:26 +01:00 |
|
|
4e9acb6502
|
only mouse1 clicks should cause posts to open
|
2024-07-01 07:58:48 +01:00 |
|
|
6c11c67eb4
|
separated parsing from api.getUser(), logging folreqs
|
2024-07-01 07:39:57 +01:00 |
|
|
891aa09467
|
added gifv attachment support
|
2024-07-01 04:27:57 +01:00 |
|
|
7ecd92fbed
|
made sidebar profile name clickable
|
2024-07-01 03:58:31 +01:00 |
|
|
36a74bb4e5
|
fix post click regions and boost context emoji sizes
|
2024-07-01 03:46:26 +01:00 |
|
|
40be540527
|
i think i finally fixed the state management awfulness
|
2024-07-01 03:41:02 +01:00 |
|
|
6953b49563
|
disable reaction bar for posts that don't support it
|
2024-07-01 00:15:21 +01:00 |
|
|
176a8901b0
|
removed unnecessary debug logs
|
2024-06-30 22:40:10 +01:00 |
|
|
fbaecb1e94
|
Merge branch 'main' of blisstown/campfire
|
2024-06-30 21:44:08 +01:00 |
|
|
73afcf6123
|
click-drag no longer opens posts
|
2024-06-30 21:38:12 +01:00 |
|
|
7715e747a2
|
slight post UI polish
|
2024-06-30 20:53:51 +01:00 |
|
|
9ba2e89f5b
|
add icons
|
2024-06-30 20:02:51 +01:00 |
|
etstringy
|
b062153098
|
add icons
|
2024-06-30 19:59:37 +01:00 |
|
|
e5d8cafd25
|
rebrand to campfire!
|
2024-06-30 17:45:04 +01:00 |
|
|
f2c96d5968
|
fixed boosts not displaying properly; among
|
2024-06-29 23:10:29 +01:00 |
|
|
71a95c92db
|
fixed callback url
|
2024-06-29 19:52:52 +01:00 |
|
|
509a817065
|
simplified some UI code
|
2024-06-29 17:27:46 +01:00 |
|
|
45d57d5b96
|
fix private threads not being filtered
|
2024-06-29 17:26:31 +01:00 |
|
|
6c19a4f3c9
|
fix navigation in post focus
|
2024-06-29 16:19:34 +01:00 |
|
|
ce1dfc388f
|
fix login page showing when logged in
|
2024-06-29 15:52:52 +01:00 |
|
|
8f41613179
|
fix login flow, improve light/dark theme
|
2024-06-29 15:24:33 +01:00 |
|
|
c3e706ed73
|
refresh timeline when clicking timeline button
|
2024-06-29 14:54:03 +01:00 |
|
|
3ae05b3f9f
|
finish sk restructure, a11y and optimisations
|
2024-06-29 14:49:08 +01:00 |
|
|
9ef27fd2a2
|
restructure for sveltekit
|
2024-06-29 10:46:27 +01:00 |
|