alpha
Login
or
Join now
tangled.org
/
core
Star
2
Fork
66
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
tangled.org
Star
2
Fork
66
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
11
Pulls
25
Pipelines
core
/
appview
/
pages
/
templates
/
fragments
/
at
8bbfaced3b91e5f34dc3e8d0ba71cc2e0c407675
3 folders
12 files
oppiliappan
appview/pages: hide reaction actions by default
13d ago
82899c63
comment
appview/pages: hide reaction actions by default the behavior is like so now: - comments no longer have a reaction button below them - like linear/discord/slack: the reaction button shows up on hover in the comment header to the right - when existing reactions are present, a reaction button can be seen in the bottom, *in addition* to the one in the header (just like linear's comment threads) Signed-off-by: oppiliappan <me@oppi.li>
1 week ago
dolly
cmd/dolly: support logotype generation and width-only sizes - new -kind flag selects between the logo and the full logotype - -template now accepts a directory of templates - -size accepts a bare width; height is derived from the template viewBox aspect ratio Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
2 weeks ago
icons
appview/pages: add vouch hats Signed-off-by: oppiliappan <me@oppi.li>
2 months ago
line-quote-button.html
appview: unified comment fragments/handlers share as much handlers/fragments as possible. PR has still `/.../comment` endpoint to serve comment form htmx fragment. Due to how it is designed. Signed-off-by: Seongmin Lee <git@boltless.me>
2 months ago
logotype.html
appview/login: enlarge logotype Signed-off-by: eti <eti@eti.tf>
2 weeks ago
logotypeSmall.html
appview/logo: make dolly smoother Signed-off-by: eti <eti@eti.tf>
1 month ago
markdownPreview.html
types,appview/pages: pull compose renderer, source enum, step templates Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
multiline-select.html
appview: support selecting multiple lines in blob Signed-off-by: Naomi Roberts <mia@naomieow.xyz>
9 months ago
pagination.html
appview: the great uppercasing Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
1 month ago
posthog.html
appview/pages: add posthog js snippet for web analytics That's token is meant to be public. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
2 months ago
resizeable.html
appview/pages/templates/fragments/resizeable: add resize on double click Signed-off-by: eti <eti@eti.tf>
3 months ago
starBtn.html
appview: the great uppercasing Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
1 month ago
tabSelector.html
appview: add reusable btn-group component aligned with design system ver Active items use @apply btn so border, shadow, and color tokens stay in sync with the base component automatically. Signed-off-by: eti <eti@eti.tf>
1 month ago
tinyAvatarList.html
appview/pages: fix stacking order in profilebase caused funky behavior with popups Signed-off-by: oppiliappan <me@oppi.li>
1 month ago
workflow-timers.html
appview/pages: show live updating counters for steps spindles can now give us detailed logs for start and end of steps. the appview can ingest these logs to indicate live durations for steps. it is implemented like so: - the logs handler keeps track of start and end times for each step - whenever we recieve a start or end time, we update the html to add a `data-start` or `data-end` attribute - using some javascript, we print a live updating timer for each step: * if only `data-start` is present: then use Now - Start and update each second * if both `data-start` and `data-end` are present, then use End - Start Signed-off-by: oppiliappan <me@oppi.li>
7 months ago