alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
core
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.
This repository has no description
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
2
Pulls
1
Pipelines
core
/
appview
/
pages
/
templates
/
timeline
/
fragments
11 files
at
347194a2901385181bc4ab23977d240731e67545
Lewis
appview: canonicalize repo urls to handle/slug
3mo ago
347194a2
announcements.html
appview/pages: switch to indigo for WoT announcement banner Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
3 months ago
goodfirstissues.html
appview: upgrade to resend-go/v3, add newsletter signup upgrade to resend-go/v3 and add a newsletter signup endpoint. replace the join CTA with a newsletter signup form. rework the timeline page to be a two-column layout on desktop. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org> Signed-off-by: eti <eti@eti.tf>
3 months ago
hero.html
appview/signup: redirect forms on home page to signup page Signed-off-by: oppiliappan <me@oppi.li>
5 months ago
newsletterForm.html
appview/db: fix up nits with newsletter handlers Signed-off-by: oppiliappan <me@oppi.li>
3 months ago
newsletterResponse.html
appview: deduplicate newsletter widget, single-render timeline grid the newsletter widget was being rendered twice on the timeline (once for mobile, once for desktop) via hidden/visible wrapper divs. both copies shared the same element ids (newsletter-widget, newsletter-widget-msg), so desktop submissions swapped into the hidden mobile copy and appeared to do nothing. collapse the two layouts into one responsive grid with tailwind order/col-start utilities so the widget lives in the dom exactly once, and drop the mutationobserver wiring in favour of a small delegated click listener that also handles gfi banner widening on dismiss. consolidate the three signup form variants (banner, widget, home hero) into a single newsletterForm fragment that takes a dict(Id, Variant). each instance gets a unique response-span id (newsletter-msg-<Id>) so multiple forms can coexist on a page without id collisions. move the handler's inline html/tailwind response strings into a newsletterResponse template rendered through pages, so the response id round-trips with the form's hx-target via an hx-vals target field. drop the stray blank line in base.html. Signed-off-by: eti <eti@eti.tf>
3 months ago
newsletterWidget.html
appview/pages: fix up spacing in sidebar Signed-off-by: oppiliappan <me@oppi.li>
3 months ago
othersBadge.html
appview/pages: support grouping in homepage too Signed-off-by: oppiliappan <me@oppi.li>
3 months ago
preview.html
appview: canonicalize repo urls to handle/slug Lewis: May this revision serve well! <lewis@tangled.org>
3 months ago
timeline.html
appview: canonicalize repo urls to handle/slug Lewis: May this revision serve well! <lewis@tangled.org>
3 months ago
trending.html
appview/timeline: announce vouching in timeline Signed-off-by: oppiliappan <me@oppi.li>
3 months ago
vouchSuggestions.html
appview/pages: nudge users to vouch for a contributor Signed-off-by: oppiliappan <me@oppi.li>
3 months ago