alpha
Login
or
Join now
quilling.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.
Monorepo for Tangled
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
core
/
appview
/
pages
/
templates
/
timeline
/
fragments
/
at
ci-deploy-test
13 files
oppiliappan
appview/pages: load up hls.js to render videos from bsky posts in homepage
7w ago
d81ccd06
announcements.html
appview/pages: UI bits for focus mode Signed-off-by: oppiliappan <me@oppi.li>
2 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>
4 months ago
hero.html
appview/login,signup: increase font size when <md to prevent focus zoom safari on ios zooms on inputs if the font size is set to a value smaller than 16px. setting the font size of <input> elements when the viewport is smaller than `md` prevents that behavior a broader fix would be to patch all inputs to behave that way. this would require more manual work, this could be a point of focus when transitioning to a better frontend framework. resolves [TAN-506](https://linear.app/tangled/issue/TAN-506/stop-safari-from-zooming-on-text-inputs) Signed-off-by: eti <eti@eti.tf>
2 months ago
newsletterForm.html
appview/login,signup: increase font size when <md to prevent focus zoom safari on ios zooms on inputs if the font size is set to a value smaller than 16px. setting the font size of <input> elements when the viewport is smaller than `md` prevents that behavior a broader fix would be to patch all inputs to behave that way. this would require more manual work, this could be a point of focus when transitioning to a better frontend framework. resolves [TAN-506](https://linear.app/tangled/issue/TAN-506/stop-safari-from-zooming-on-text-inputs) Signed-off-by: eti <eti@eti.tf>
2 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>
4 months ago
newsletterWidget.html
appview/pages: fix up spacing in sidebar Signed-off-by: oppiliappan <me@oppi.li>
3 months ago
notifications.html
appview/pages: UI bits for focus mode Signed-off-by: oppiliappan <me@oppi.li>
2 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
recents.html
appview/pages: unify font sizes in homepage Signed-off-by: oppiliappan <me@oppi.li>
2 months ago
timeline.html
appview/pages: improve timeline 3-col layout width on large screens switch home/mission control to fractional columns with per-column max-widths and a 1920px outer cap. resolves [TAN-505](https://linear.app/tangled/issue/TAN-505) Signed-off-by: eti <eti@eti.tf>
2 months ago
trending.html
appview/pages: fix following toggle hitbox on safari the trending widget used a stretched link (absolute inset-0) inside a position:relative table row. safari does not support positioned table rows as containing blocks, so each row link stretched to a distant ancestor and swallowed taps far outside the widget, e.g. the global/following toggle on mobile. replace the table with real anchor rows laid out on a grid. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
2 months ago
vouchSuggestions.html
appview/pages: unify font sizes in homepage Signed-off-by: oppiliappan <me@oppi.li>
2 months ago