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
3 folders
7 files
at
ee006b5fee93840cd5006332fd4f5b0706f33347
eti
web/components: give Input the same size prop as Button
7d ago
ee006b5f
lib
web/components: give Input the same size prop as Button Input only ever drew one height. It now takes size="sm", "md" or "lg" just like Button, and both land on the same heights: 32, 36 and 40 pixels. So an input and a button sitting next to each other line up. The text and the icons grow with the box as well. The only thing that does not copy Button is the side padding, which stays a little tighter, because a button centres its label and needs the room while an input's text starts against the left edge. That also keeps "md" looking exactly the way it looked before, so none of the inputs already in the app move. Two small fixes along the way. The inner field can now shrink, so in a narrow input the suffix and the loading spinner stay inside the border instead of spilling out over whatever is beside them. And the new size prop takes the place of the native size attribute, which sets a width in characters and was not used anywhere. Figma has no size variant for Button or Input, so Button's own code was the only thing to match here. Signed-off-by: eti <eti@eti.tf>
1 week ago
params
web: add the commit log and commit pages Signed-off-by: dawn <dawn@tangled.org>
1 week ago
routes
web: add the welcome onboarding flow Four steps in one card — profile, follow & star, ssh keys, finish — with the same content as the appview's /welcome templates. The step rail sits at the top and the body slides left or right as you move between steps. Data is mocked, nothing talks to an api yet. Field and Textarea gained the variants the steps needed: sentence-case labels, and a shorter box for the ssh key. Signed-off-by: eti <eti@eti.tf>
1 week ago
app.css
web: fix shadows in app.css Signed-off-by: eti <eti@eti.tf>
1 week ago
app.d.ts
web: wire notification and site settings to the appview xrpc Adds an authenticated appview xrpc client (mints an atproto service-auth jwt per call) and wires the notifications and sites settings tabs to the org.tangled.temp.* methods, replacing their mocked data. Input gains an optional suffix for the <subdomain>.<sites-domain> claim field.
1 week ago
app.html
web: init with scaffolding Signed-off-by: dawn <dawn@tangled.org>
1 month ago
hooks.server.ts
web,bobbin,ci: add deploy for bobbin & web client Signed-off-by: dawn <dawn@tangled.org>
1 week ago
icon.d.ts
web: switch prettier to double quotes Signed-off-by: eti <eti@eti.tf>
4 weeks ago
markup.css
*: fmt Signed-off-by: dawn <dawn@tangled.org>
1 week ago
pierre.css
web/components: minor fixups - inset breadcrums - uniform height for BlobHeader and TreeHeader - also use catpuccin syntax hl Signed-off-by: oppiliappan <me@oppi.li>
1 week ago