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
feature/footnotes
1 folder
7 files
Grahame Watt
Feat/Ordered Lists (#257)
4mo ago
289d915b
queries
Feat/Ordered Lists (#257) * implement ordered lists * fix readme command
4 months ago
isMobile.ts
Feat/Ordered Lists (#257) * implement ordered lists * fix readme command
4 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
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
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