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
/
comment
12 files
at
0e48c0b6967bcb558383861d9aec7b22134e3a9b
eti
web/components/repo: improve repo overview look
4w ago
0e48c0b6
Comment.stories.svelte
web: lint
1 month ago
Comment.svelte
web: lint
1 month ago
CommentBox.stories.svelte
web/components: add comment and thread components
1 month ago
CommentBox.svelte
web: use canonical tailwind class names mechanical sweep of everything the new lint rule can fix on its own: rounded -> rounded-sm, flex-grow -> grow, px-2 py-2 -> p-2, arbitrary px values onto the spacing scale (size-[26px] -> size-6.5), and v4 variant forms ([&>*]: -> *:). left alone: max-w-screen-* keeps its breakpoint linkage, and the text-*/leading-* pairs that collapse into typography-* utilities are a design-system call, not a rename. Signed-off-by: eti <eti@eti.tf>
1 month ago
CommentCard.stories.svelte
web/components: add comment and thread components
1 month ago
CommentCard.svelte
web: lint
1 month ago
CommentEditor.stories.svelte
web/components: add comment and thread components
1 month ago
CommentEditor.svelte
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 month ago
CommentList.stories.svelte
web/components: add comment and thread components
1 month ago
CommentList.svelte
web/components: add comment and thread components
1 month ago
comments.ts
web/components: add reaction picker to comments on hover Signed-off-by: oppiliappan <me@oppi.li>
1 month ago
sampleComments.ts
web/components: add comment and thread components
1 month ago