alpha
Login
or
Join now
jack.is
/
leaflet
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
a tool for shared writing and social publishing
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
leaflet
/
components
/
Blocks
/
BlueskyPostBlock
/
at
main
5 files
celine
Feature/post block interactions (#311)
7w ago
2166f3a9
BlueskyEmbed.tsx
Feature/post block interactions (#311) * just some quick things to make it look better * adding things to make the comments more legible * adjust styling to make the comments and bsky posts more uniform * combine comments and bsky mentions in all places * show discussion from postLink everywhere where there is a postLink * tabbing replies and quotes in the bluesky thread viewer, fixing a ton of styling * open threads in the drawer rather than as new pages * standard site posts open in interaction drawer on posts * bottom sheet to open on mobile rather than a drawer * little fixes * Scope subpage comment counts and panel to the page Comment counts on the post page all came from the document-wide commentsCount aggregate, so every subpage block and the bottom comments button showed the whole document's comment total. The subpage block's comment icon also opened a standalone discussion modal. - Compute a per-page comment count map (commentsCountByPage) in getPostPageData from each comment's onPage; expose it via DocumentContext - Subpage block comment button now opens the subpage and its interaction panel scoped to comments, instead of the discussion modal - Bottom comments button, post header, canvas page, and the drawer toggle now show the count for their own page * update cover images in medium size standard site post block to be smaller * more tweak * default open comments/quotes if present --------- Co-authored-by: Jared Pereira <jared@awarm.space>
1 month ago
BlueskyEmpty.tsx
Update/delete blocks (#260) * initial delete button but no wiring yet * added move block up and down buttons to the block options buttons, refactored moveBlockUp/Down to be utility functions * handling delete in the block options * adjusting full bleed styling for image blocks * change blockToolbar to imageToolbar, not * don't show the toolbar on blocks without toolbar actions * minor fixes to button block, implement a full wdith mode * Lock is GONE YO * pretty up the cover image button * group multiselect delete into one undo group * fix issue with empty codeBlocks lookin funny * remove long press to select on mobile docs, kept for canvas * fixed button block layout weirdness, added an ative state to text alignment toolbar * fixing min-h isses in codeblock * make things blocks easier to manuever in canvas * added mouse handlers back to canvas * small block bugs * fixed pageLinkBlock not showing proper non-text-block options * fixed some undo redo bugs
6 months ago
BlueskyRichText.tsx
remove referrers for other blocks that contain links
3 months ago
BlueskyVideoPlayer.tsx
add bluesky video embed playback
3 months ago
index.tsx
Perf/homepage (#306) * optimize homepage leaflets query * seperate static landing page * wrap legal in suspense boundary * login tweaks * don't show untitled for logged out users * fix adding empty doc to home from new button
2 months ago