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-blocks
1 folder
7 files
celine
remove long press to select on mobile docs, kept for canvas
6mo ago
55811a1b
queries
fallback sort blocks to entity
11 months ago
isMobile.ts
remove long press to select on mobile docs, kept for canvas
6 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
Feature/profiles (#247) * created profile page, 404s * init page profile stuff * replaces placehodler with profile pic * added tab component, rm activity tab from profile * add publications * add posts to profile page * paginate posts * update to teh layout, wip comment deisgn * fixed up some weirdness that happened with merging * new comment design * render profile sub things as pages * small icon size adjustment * side scroll the pub list * refactored cardBorderHidden into a context in ThemeProvider and a hook * sticky header for tabs in profile page * simplied the scroll logic, fixed a boo boo * wire up comments and implement deep linking to em * fix comment action import * add subscriptions to profiles * moved profile pic, removed console logs * bluesky profile link * get home theme on profile pages * Profile popover init * use bluesky api for profile data * parse and render description * small updates to the profile popover styling * tweaks to get the tabs working if cardBorderHidden * new styling on @mentions and adding profile popover on hover * prefetch profile data on hover * fix adding local comments * render known followers * link to bsky known followers page * fixes * add titles to tags and profiles * fix links and themes for standalone docs on profile * add popover to post header and pub page * use linkify js for urls in profiles * wip tooltip stuff * use localizeddate in post listing --------- Co-authored-by: celine <celine@hyperlink.academy> Co-authored-by: Jared Pereira <jared@awarm.space>
7 months ago
useLongPress.ts
remove long press to select on mobile docs, kept for canvas
6 months ago
usePreserveScroll.ts
fix userpresevescroll on initial page load
7 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