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
/
components
10 folders
at
a392b3b70574219131551fd4af0ec0c1ca3ed893
eti
web: teach tailwind-merge about the type scale tokens
13d ago
a392b3b7
comment
web/components: keep the editor the same height in both tabs the preview pane had its own min-height (min-h-40, or min-h-24 from the comment editor) while the write tab took the textarea's, so toggling tabs resized the whole editor. the pane now takes the field's own height and inset from the exported textareaMinHeight, which leaves nothing to drift, and previewClass — which only existed to set that height — is gone. measured on the editor and reply stories: both tabs render a 256px pane at the same offset. Signed-off-by: eti <eti@eti.tf>
1 week ago
home
web: formatting, stories & de-dups - add prettier-plugin-tailwindcss to auto-sort tailwind classes - de-duplicate components - add missing stories - fix a few lint nits & errors Signed-off-by: eti <eti@eti.tf>
3 weeks ago
profile
web/components: add components and stories for timeline also fix up timeline styles Signed-off-by: oppiliappan <me@oppi.li>
1 week ago
repo
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>
1 week ago
settings
web/components: add components and stories for timeline also fix up timeline styles Signed-off-by: oppiliappan <me@oppi.li>
1 week ago
shell
improved tab styling Signed-off-by: oppiliappan <me@oppi.li>
2 weeks ago
strings
web/routes: refactor string form to use putString Signed-off-by: oppiliappan <me@oppi.li>
2 weeks ago
testing
web/components: add new issue form
2 weeks ago
timeline
web/components: add components and stories for timeline also fix up timeline styles Signed-off-by: oppiliappan <me@oppi.li>
1 week ago
ui
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>
1 week ago