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
/
web
/
src
/
lib
6 folders
6 files
at
bc9e91182f0478e7795f1913bb74c8e56fc317f0
eti
web/components: stop ButtonGroup doubling its selected segment's edge
13d ago
bc9e9118
api
web/src/lib/api/lexicons/*: codegen Signed-off-by: Seongmin Lee <git@boltless.me>
2 weeks ago
assets
web: init with scaffolding Signed-off-by: dawn <dawn@tangled.org>
1 month ago
auth
web: serve images through camo and avatars through the avatar service Signed-off-by: dawn <dawn@tangled.org>
2 weeks ago
components
web/components: stop ButtonGroup doubling its selected segment's edge a joined group's segments each drew their own 1px top/bottom border in the same token as the group's own, and the two lines landed adjacent rather than overlapping, so the selected tab read as a 2px edge with the ::before inset shadow stacking a third band under it. the -my-px meant to pull them together never applied: items-center left the segments at their natural height instead of stretching, so the margins only shrank the flex line the group had already outgrown. follows the appview's .btn-group instead — the group is the only thing drawing a horizontal border, its segments take border-y-0 and stretch to fill the inner box. the x seams are unchanged, still one divider each via -ml-px. the recessed surface also needed dark:bg-background-canvas: subtle sits below default in light (#f9fafb vs #fff) but above it in dark (#374151 vs #1f2937), so an unselected segment came out lighter than the selected one. canvas (#111827) is the appview's gray-900. Signed-off-by: eti <eti@eti.tf>
1 week ago
markup
web/components: add new issue form
2 weeks ago
server
web,localinfra: use knotmirror Signed-off-by: dawn <dawn@tangled.org>
2 weeks ago
auth.svelte.ts
web: serve images through camo and avatars through the avatar service Signed-off-by: dawn <dawn@tangled.org>
2 weeks ago
avatar.ts
web: serve images through camo and avatars through the avatar service Signed-off-by: dawn <dawn@tangled.org>
2 weeks ago
format.ts
web: switch prettier to double quotes Signed-off-by: eti <eti@eti.tf>
1 month ago
index.ts
web: init with scaffolding Signed-off-by: dawn <dawn@tangled.org>
1 month ago
optimistic.svelte.ts
web: add optimistic overlays and record mutation apis Signed-off-by: dawn <dawn@tangled.org>
1 month ago
tv.ts
web: teach tailwind-merge about the type scale tokens the design-system type utilities are text-heading-3, text-paragraph-small and so on, which tailwind-merge reads as text-<colour> rather than as font sizes. that means any tv() definition whose variants set a text colour silently drops its own size: tv({ base: 'text-paragraph-small text-foreground-muted' }) resolves to just the colour. /tv exports a createTV instance that registers the tokens as font sizes, so the size and the colour both survive while Tailwind's own text-sm/text-lg merging keeps working. every component that used tv now imports it from there. User.svelte is the one holdout, since it has unrelated uncommitted work in it. Signed-off-by: eti <eti@eti.tf>
2 weeks ago