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
/
actions
/
at
feature/notifications
4 folders
20 files
Jared Pereira
wire up notifications
8mo ago
8afc0e8f
domains
allow adding domains if no email
1 year ago
phone_auth
use node-postgres and vercel's attachDBPool everywhere
11 months ago
publications
wire up draft metadata
1 year ago
subscriptions
use node-postgres and vercel's attachDBPool everywhere
11 months ago
addLeafletToHome.ts
wire up notifications
8 months ago
createIdentity.ts
add interface_state to identity table
10 months ago
createNewLeaflet.ts
use node-postgres and vercel's attachDBPool everywhere
11 months ago
createNewLeafletFromTemplate.ts
use node-postgres and vercel's attachDBPool everywhere
11 months ago
createPublicationDraft.ts
removed a lot of stray console.log
1 year ago
deleteLeaflet.ts
use node-postgres and vercel's attachDBPool everywhere
11 months ago
emailAuth.ts
use node-postgres and vercel's attachDBPool everywhere
11 months ago
getIdentityData.ts
wire up notifications
8 months ago
getRSVPData.ts
don't use drizzle in the read path of leaflet page
1 year ago
get_phone_rsvp_to_event_state.ts
use node-postgres and vercel's attachDBPool everywhere
11 months ago
login.ts
use node-postgres and vercel's attachDBPool everywhere
11 months ago
phone_rsvp_to_event.ts
use node-postgres and vercel's attachDBPool everywhere
11 months ago
pollActions.ts
use correct relation via supabase
1 year ago
publishToPublication.ts
add button blocks to published posts
8 months ago
removeLeafletFromHome.ts
use node-postgres and vercel's attachDBPool everywhere
11 months ago
sendUpdateToRSVPS.ts
use node-postgres and vercel's attachDBPool everywhere
11 months ago
signInWithBluesky.ts
Feature/bsky pubs/demo (#131) * WIP * add super basic lexicon functionality * WIP * init publications review view * added some small state stuff in you're already subbed * added a writer home and did more to the subscribe flow * create publication flow (and some updates to the imput with label component) * add basic bluesky pub integration! A lexicon! Oauth! All the stuff! * rename appview start script * set oauth client redirect state * wired up the home pub list * wiring up the create pub flow * add heading and image blocks, handle image upload * moved some shit around in the nav to get urls to work, wired up the pub page * added publish button to leaflets * add drafts and publish button * add subscribing via email! * wired up post list and post page, styled pst page * cleaning up some comments * add runner to appview * clean up * move oauth-metadata out from route file * add email to subscribers! --------- Co-authored-by: celine <celine@hyperlink.academy>
1 year ago
subscribeToPublicationWithEmail.ts
add unsubscribe flow!
1 year ago
unsubscribeFromPublication.ts
add unsubscribe action
1 year ago
updateIdentityInterfaceState.ts
Update/home (#208) * added nav * added a floating home header * made the home layout into a component and applied it to the dahsboard * delete a few unused files, created a page layout for not found errors * further componentizing dash layout * adding background color and padding to the header if theres a bg image * also this * some adjustments to the width of the sidebar if always open, removed page title from head and put into nav * adjustments to the leaflet grid, new leaflet list format wip * added style adjustments if card border is on * made the leaflet list items respect page alpha color * pulled titles out into grid * added support for filtering * added the template indicator back * added in created dates! also removed a couple stray console logs * widened the list leaflet preview * made mobile navigation work * some small padding * add contents media and use on dashboard sidebar * remove unused forwarded ref from actionbutton * extract out leafletlist component * add id to publication dashboard layout * add leaflet draft data to dashboard data query * fix leaflet fact query on dashboard * added a toggle to header on mobile * bunch of type fixes and defaults * Adding a WIP Dashboard Layout while i wait for jared to finihs his refactor * factor out controls and pass as prop * fix messed up dashboard default state * added search to home * fix type error * fix leaflet query on publish page * persist dashboard states to db * add missing action * debounced search, unified hooks * pubs get search woot woot * hide irrelavent filter options * removed reader and notification buttons, adjusting some spacing * use speedy link for leaflet list and reposition over preview * add rkey to publication data key * properly set pub draft titles * add back intersection observer refs * upgrade to tailwind v4 * WIP add basic HomeEmptyState * rm hardcoded test empty leaflets * fix some tailwind v4 issues * use timeAgo for publishedAt * don't render embed blocks in previews * use timeago in publication metadata * moved settings from footer/sidebar to content area in home * added a bg color to publised list * Revert "moved settings from footer/sidebar to content area in home" This reverts commit c5ee9f55d78b7ad53d6a60f9d3d68866b25e0802. * adjusted nav in mobile footer to be more obvious * filter out published posts from draft list * use tailwind to apply hover to links This gets us their useful media query * prevent focusing on open nav menu * prettied up some empty state * made it work on desktop * added the banners to the end of the leaflet list, made some buttons work * some tweaks * some spacing fixes, and also added layout to the discover to include nav * wrapped a couple more not found layouts * added bgs to the draft list * updated subscriber list, added bg --------- Co-authored-by: celine <celine@hyperlink.academy> Co-authored-by: Brendan Schlagel <brendan.schlagel@gmail.com>
10 months ago