tangled
alpha
login
or
join now
mackuba.eu
/
skythread
14
fork
atom
Thread viewer for Bluesky
14
fork
atom
overview
issues
pulls
pipelines
commits
Author
Commit
Message
Date
mackuba.eu
ace68b8a
loading subthreads ("load more replies")
mastodon
2y ago
mackuba.eu
a3460fce
proof of concept loading and rendering native Mastodon threads
2y ago
mackuba.eu
cd615b7a
display bridgyOriginalText if it's included in a record
2y ago
mackuba.eu
16cd6436
truncated Bridgy posts now end with a […]
2y ago
mackuba.eu
cb1f9168
parse reply root in feed posts
2y ago
mackuba.eu
e8ed255d
sanitize Mastodon posts with DOMPurify
2y ago
mackuba.eu
d5a4bad4
show mastodon handles as user@server + mastodon icon
2y ago
mackuba.eu
7624b89c
style tweak for mastodon posts
2y ago
mackuba.eu
540a8b2b
load bridged posts from Mastodon if they're truncated
2y ago
mackuba.eu
af8a649f
handle main.bsky.dev links
2y ago
mackuba.eu
c0dfe2e9
type safety refactoring in minisky/api
2y ago
mackuba.eu
08bcab71
moved avatar loading code to api
2y ago
mackuba.eu
27dd8c54
avoid using {object} type for params
object is apparently equal to "any" in JSDoc types
2y ago
mackuba.eu
1df79ca2
type safety refactors in EmbedComponent
2y ago
mackuba.eu
c3d6387c
make sure numbers are numbers
2y ago
mackuba.eu
0271904d
don't load quoteCount or set title if root post is blocked
2y ago
mackuba.eu
930e1bbf
fixed making likes immediately after logging in
2y ago
mackuba.eu
a377ee33
allow login handle to be entered with @
2y ago
mackuba.eu
5dae3139
fixed logged in state right after logging in
2y ago
mackuba.eu
5bda3e93
updated year in license
2y ago
mackuba.eu
73176c31
updated the super outdated readme
2y ago
mackuba.eu
93efeb00
reworked authentication to call user's actual PDS
2y ago
mackuba.eu
4a49b228
store auth data as one local storage key
2y ago
mackuba.eu
b61d6e03
handle likes in incognito mode
2y ago
mackuba.eu
cefe0888
added incognito mode
2y ago
mackuba.eu
8ecdfcb7
fixed some type errors
2y ago
mackuba.eu
f5d4d8a9
render facets and embeds in loaded blocked posts
2y ago
mackuba.eu
70361866
fixed when a post in a feed has missing parent
2y ago
mackuba.eu
bd5af5e2
fall back to text link if link has invalid URL
2y ago
mackuba.eu
17fbcc82
show quotes of deleted posts in a nicer way
2y ago
mackuba.eu
22b0fcfe
show newlines in posts correctly
2y ago
mackuba.eu
6f4bff72
fix when there are no results at all
2y ago
mackuba.eu
ac32a3b3
stop loading pages when there aren't any more
2y ago
mackuba.eu
cb485d7b
load hashtag feed from Bluesky API instead of mackuba.eu
2y ago
mackuba.eu
f7e81211
truncate too long link descriptions
2y ago
mackuba.eu
2b3ba9a9
changed variable on event handlers
2y ago
mackuba.eu
997f62ba
added pagination to quotes and hashtags
2y ago
mackuba.eu
84f3b18c
show feedgen, user list and modlist embeds
2y ago
mackuba.eu
b42f708a
added link card view for link embeds
2y ago
mackuba.eu
7d264c61
added some fields to AnyElement
2y ago
mackuba.eu
9220434f
feedViewPost doesn't actually include a $type
2y ago
mackuba.eu
bcd496d4
catch error when loading quote count
2y ago
mackuba.eu
42245f2f
don't check quote count when subthread is loaded
2y ago
mackuba.eu
2894fd87
reorganized model parsing
2y ago
mackuba.eu
b5934c17
removed trailing whitespace
2y ago
mackuba.eu
b1c674d9
fixed/worked around some type errors
2y ago
mackuba.eu
6fa9713e
added JSDoc TypeScript types
2y ago
mackuba.eu
4a9b142d
fixed some more errors
2y ago
mackuba.eu
e39af3c6
renamed Record class to avoid "duplicate identifier"
2y ago
mackuba.eu
bfcd8983
set up Typescript type checking with JSDoc
2y ago
mackuba.eu
ae408616
displaying link/mention/tag facets
2y ago
mackuba.eu
f5d6b423
added RichText lib extracted from atproto
2y ago
mackuba.eu
ba5c7600
minisky: allow overriding headers via options
2y ago
mackuba.eu
49d90608
fix for error when a comment has been deleted
2y ago
mackuba.eu
3459636b
fixed logout button
2y ago
mackuba.eu
c4f89bb4
added content security policy in meta
2y ago
mackuba.eu
6d19cb1a
added a class name to the post body element
2y ago
mackuba.eu
e72f4f8f
show hashtag in page title on hashtag feed
2y ago
mackuba.eu
6121f303
allow searching for hashtags from the search bar
2y ago
mackuba.eu
8817305d
don't use blue.mackuba.eu to resolve handles
2y ago
loading subthreads ("load more replies")
mastodon
ace68b8a
mackuba.eu
2y
proof of concept loading and rendering native Mastodon threads
a3460fce
mackuba.eu
2y
display bridgyOriginalText if it's included in a record
cd615b7a
mackuba.eu
2y
truncated Bridgy posts now end with a […]
16cd6436
mackuba.eu
2y
parse reply root in feed posts
cb1f9168
mackuba.eu
2y
sanitize Mastodon posts with DOMPurify
e8ed255d
mackuba.eu
2y
show mastodon handles as user@server + mastodon icon
d5a4bad4
mackuba.eu
2y
style tweak for mastodon posts
7624b89c
mackuba.eu
2y
load bridged posts from Mastodon if they're truncated
540a8b2b
mackuba.eu
2y
handle main.bsky.dev links
af8a649f
mackuba.eu
2y
type safety refactoring in minisky/api
c0dfe2e9
mackuba.eu
2y
moved avatar loading code to api
08bcab71
mackuba.eu
2y
avoid using {object} type for params
object is apparently equal to "any" in JSDoc types
27dd8c54
mackuba.eu
2y
type safety refactors in EmbedComponent
1df79ca2
mackuba.eu
2y
make sure numbers are numbers
c3d6387c
mackuba.eu
2y
don't load quoteCount or set title if root post is blocked
0271904d
mackuba.eu
2y
fixed making likes immediately after logging in
930e1bbf
mackuba.eu
2y
allow login handle to be entered with @
a377ee33
mackuba.eu
2y
fixed logged in state right after logging in
5dae3139
mackuba.eu
2y
updated year in license
5bda3e93
mackuba.eu
2y
updated the super outdated readme
73176c31
mackuba.eu
2y
reworked authentication to call user's actual PDS
93efeb00
mackuba.eu
2y
store auth data as one local storage key
4a49b228
mackuba.eu
2y
handle likes in incognito mode
b61d6e03
mackuba.eu
2y
added incognito mode
cefe0888
mackuba.eu
2y
fixed some type errors
8ecdfcb7
mackuba.eu
2y
render facets and embeds in loaded blocked posts
f5d4d8a9
mackuba.eu
2y
fixed when a post in a feed has missing parent
70361866
mackuba.eu
2y
fall back to text link if link has invalid URL
bd5af5e2
mackuba.eu
2y
show quotes of deleted posts in a nicer way
17fbcc82
mackuba.eu
2y
show newlines in posts correctly
22b0fcfe
mackuba.eu
2y
fix when there are no results at all
6f4bff72
mackuba.eu
2y
stop loading pages when there aren't any more
ac32a3b3
mackuba.eu
2y
load hashtag feed from Bluesky API instead of mackuba.eu
cb485d7b
mackuba.eu
2y
truncate too long link descriptions
f7e81211
mackuba.eu
2y
changed variable on event handlers
2b3ba9a9
mackuba.eu
2y
added pagination to quotes and hashtags
997f62ba
mackuba.eu
2y
show feedgen, user list and modlist embeds
84f3b18c
mackuba.eu
2y
added link card view for link embeds
b42f708a
mackuba.eu
2y
added some fields to AnyElement
7d264c61
mackuba.eu
2y
feedViewPost doesn't actually include a $type
9220434f
mackuba.eu
2y
catch error when loading quote count
bcd496d4
mackuba.eu
2y
don't check quote count when subthread is loaded
42245f2f
mackuba.eu
2y
reorganized model parsing
2894fd87
mackuba.eu
2y
removed trailing whitespace
b5934c17
mackuba.eu
2y
fixed/worked around some type errors
b1c674d9
mackuba.eu
2y
added JSDoc TypeScript types
6fa9713e
mackuba.eu
2y
fixed some more errors
4a9b142d
mackuba.eu
2y
renamed Record class to avoid "duplicate identifier"
e39af3c6
mackuba.eu
2y
set up Typescript type checking with JSDoc
bfcd8983
mackuba.eu
2y
displaying link/mention/tag facets
ae408616
mackuba.eu
2y
added RichText lib extracted from atproto
f5d6b423
mackuba.eu
2y
minisky: allow overriding headers via options
ba5c7600
mackuba.eu
2y
fix for error when a comment has been deleted
49d90608
mackuba.eu
2y
fixed logout button
3459636b
mackuba.eu
2y
added content security policy in meta
c4f89bb4
mackuba.eu
2y
added a class name to the post body element
6d19cb1a
mackuba.eu
2y
show hashtag in page title on hashtag feed
e72f4f8f
mackuba.eu
2y
allow searching for hashtags from the search bar
6121f303
mackuba.eu
2y
don't use blue.mackuba.eu to resolve handles
8817305d
mackuba.eu
2y
next