Cory McWilliams cory
cory pushed to main at cory/tildefriends 2025-01-17 17:55:51 -05:00
2def15337d update: speedscope 1.22.0.
cory opened issue cory/tildefriends#97 2025-01-16 12:49:50 -05:00
Skip auth on mobile
cory pushed to main at cory/tildefriends 2025-01-16 12:47:55 -05:00
3e3d58a4a9 ssb: Try harder to avoid doing things with new connections during shutdown.
cory pushed to main at cory/tildefriends 2025-01-16 12:35:55 -05:00
5ce4f55228 update: speedscope 1.21.2.
cory pushed to main at cory/tildefriends 2025-01-15 19:32:37 -05:00
21788fc7b0 ssb: Stared at the news feed queries for performance and correctness a bit.
cory pushed to main at cory/tildefriends 2025-01-15 18:59:45 -05:00
a1c4382fde update: libuv 1.50.0.
cory pushed to main at cory/tildefriends 2025-01-15 12:34:05 -05:00
364e95698e ssb: Remove the react confirmation dialog.
cory pushed to main at cory/tildefriends 2025-01-15 12:14:53 -05:00
6eec142499 update: sqlite 3.48.0.
cory pushed to main at cory/tildefriends 2025-01-14 21:50:44 -05:00
a8f6b3a39a ssb: pub messaged needed padding.
cory pushed to main at cory/tildefriends 2025-01-14 21:37:14 -05:00
250933bf41 ssb: Suppress noisy output when running command-line actions with output intended to be parsed.
cory pushed to main at cory/tildefriends 2025-01-14 21:20:45 -05:00
56c77c781a ssb: Placeholder messages needed padding.
cory pushed to main at cory/tildefriends 2025-01-14 21:07:01 -05:00
f7602b39a1 ssb: The compose preview needed some padding.
8c86092356 ssb: Make the refresh icon a circle.
db0a4bff77 ssb: Use most recent post timestamps to feature more relevant people to follow.
Compare 3 commits »
cory pushed to main at cory/tildefriends 2025-01-12 14:54:13 -05:00
e198ff9cb1 ssb: Show some suggested accounts to follow.
cory pushed to main at cory/tildefriends 2025-01-12 12:08:53 -05:00
b8eaa5cf97 ssb: prettier.
cory pushed to main at cory/tildefriends 2025-01-12 12:01:58 -05:00
0d597721bf ssb: Try harder to avoid a full re-render. It's disruptive.
003e0caada ssb: Distant/unknown users get a circle avatar, too.
053637cfb4 ssb: The sync button indicates if a one-shot sync is active.
Compare 3 commits »
cory pushed to main at cory/tildefriends 2025-01-11 16:14:45 -05:00
8178213f1a ssb: Keep the previous db location for android. wip release notes.
cory pushed to main at cory/tildefriends 2025-01-11 16:02:56 -05:00
b4222a41de update: CodeMirror.
cory pushed to main at cory/tildefriends 2025-01-11 15:49:56 -05:00
f28e409ea5 ssb: Add a get_contacts command to enumerate follows, blocks, and friends.
287c6c06e1 core: More clean shutdown?
8216bdb4b3 core: Poking at task cleanup.
Compare 3 commits »
cory pushed to main at cory/tildefriends 2025-01-11 14:18:45 -05:00
aa15da50ab ssb: Tried to do the right lit things to prevent unnecessary re-rendering. Ended up doing a lazy JSON thing.
02759c6f83 ssb: Hint at follow depth with profile image shape. Also, reload follow information the same way we re-determine channel unread status. Let's see if this feels good.
6b0c49752c ssb: Trying to learn about occasional errors updating connection info in the database.
2e4f792fc3 ssb: Try to consolidate the local users list. Man, CSS.
17eba059f0 ssb: Fix trying to connect to the same stored connection over and over.
Compare 5 commits »
cory pushed to main at cory/tildefriends 2025-01-11 09:23:16 -05:00
e59a00922b ssb: Respond to tunnel.endpoints. Patchwork didn't seem to like that we responded to tunnel.isRoom but not this.