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
/
src
/
hooks
/
at
update/delete-leaflets
1 folder
7 files
Jared Pereira
rename confusing hook and reverse datetime pageload logic
8mo ago
76438c3d
queries
fallback sort blocks to entity
11 months ago
isMobile.ts
rename confusing hook and reverse datetime pageload logic Squashed commit of the following: commit c3deb565892c3a87102ba2ba11a698d6907e4955 Author: Jared Pereira <jared@awarm.space> Date: Mon Nov 17 17:45:07 2025 -0500 remove logs commit 3ff4755bd48b52cef44f1e88a3f0ffda12670f28 Author: Jared Pereira <jared@awarm.space> Date: Mon Nov 17 17:38:04 2025 -0500 rename has page loaded and switch logic commit 558d9b7cb8c08a07277ac14bab3c465571ff0e7e Author: Jared Pereira <jared@awarm.space> Date: Mon Nov 17 17:19:00 2025 -0500 log effectivetz and locale commit 2748feba61f5e495480c92e108496da427be9727 Author: Jared Pereira <jared@awarm.space> Date: Mon Nov 17 17:11:17 2025 -0500 are we getting tz on server/client?
8 months ago
useDebouncedEffect.ts
wire up draft metadata
1 year ago
useDrag.ts
removed prevent default on touch move causing doc not to scroll when draggable blocks are added
2 years ago
useLocalizedDate.ts
rename confusing hook and reverse datetime pageload logic Squashed commit of the following: commit c3deb565892c3a87102ba2ba11a698d6907e4955 Author: Jared Pereira <jared@awarm.space> Date: Mon Nov 17 17:45:07 2025 -0500 remove logs commit 3ff4755bd48b52cef44f1e88a3f0ffda12670f28 Author: Jared Pereira <jared@awarm.space> Date: Mon Nov 17 17:38:04 2025 -0500 rename has page loaded and switch logic commit 558d9b7cb8c08a07277ac14bab3c465571ff0e7e Author: Jared Pereira <jared@awarm.space> Date: Mon Nov 17 17:19:00 2025 -0500 log effectivetz and locale commit 2748feba61f5e495480c92e108496da427be9727 Author: Jared Pereira <jared@awarm.space> Date: Mon Nov 17 17:11:17 2025 -0500 are we getting tz on server/client?
8 months ago
useLongPress.ts
handle longpress again
11 months ago
usePreserveScroll.ts
Feature/reader (#224) * started the reader * pulling in the right data, styling adjustments * changed styles for pub listing, added stuff to SubscriptionContent * added empty states and fixed some issues * moved discover from reader header to nav sidebar * added comment and quote counts to post listing, cleaned up some other stuff * fixed little alignment issue thing * mostly removing console logs * some pageheader color and spacing fixes as well as getting share button to work in reader * shenanigans making a silly separator show sometimes and not others * thing i did that seemed smart was actually dumb, reversing lol * wip start to paginate followers * add infinite scrolling feed * make subscriptions infinite scrolling as well * use shared idresolver instance * use compound cursors and fix subscriptions pagination * fix getting last updated date for pubs * make handles consistent * store tab state in search params * fix compound cursor logic * remove unread state from reader and text from discover * make external links a's --------- Co-authored-by: celine <celine@hyperlink.academy>
9 months ago
useSubscriptionStatus.ts
Feature/subscribe (#55) * init mailbox * reogranized file to be more componentized, moved around layout * added a mailbox icon, componentized are you sure thingy, added selected state and delete confirm to mailbox * fixed issue where delete card button on card block wasn't working, replaced x with a trash icon to make it more clear what's happening * add basic subscription and confirm flow! * split out mailbox components and fix backspace wierdness * WIP * more WIP * add basic unsubscribe logic * add unsubscribe headers * display message card * properly add sent message to mailbox archive * added a little status area bar at top of card to house draft state status and send button * add email tables migration * add images and page titles to mail * make draft header work! * refactored Menu and MenuItem component to use Radix dropdown * styled the channel selector in subscribeForm * add subscriber count * open archive from reader view * - addded write post button state for creators so that it says 'edit' instead of 'wrte' if there is an ongoing draft - styled confirm code state - added error state is code is incorrect - added way to reset to email form again from confirm state - added empty state in more reader and writer box if there are no posts * added a see past posts button to unsubscribed reader state * styled subscriber count * small style tweaks to the defat indicator * wrapped the email and confirm inputs in a form element * tweak copy for mailbox post status banner * tweaks to email copy and formatting in sendPostToSubscribers * correctly pluralize readers in draft post header * tweak copy in MailboxInfo and add info button to unsubscribed form * small things, copy on send button, form fields have bg transparent, rm info icons for readers to keep the UI cleaner * mailbox isn't a textblock * focus the first block when you open the draft post * close drafts and archive pages when the mailbox is deleted * rm a bunch of console logs * set title in confirm code page * sending draft closed the draft and opens the archive, adds the post to top of archive, focus first block * rm channel selector for now * menu items have a cursor pointer * reorganized Toolbar * combine pending and active subscriptions table and store unconfirmed subscriptions * update migration to remove pending subscriptions table --------- Co-authored-by: celine <celine@hyperlink.academy> Co-authored-by: Brendan Schlagel <brendan.schlagel@gmail.com>
2 years ago