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
81d9ad8ab88966b74751f940fa3d4e12dd0274e9
eti
web/components: keep the editor the same height in both tabs
13d ago
111719dd
Comment.stories.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 week ago
Comment.svelte
web/components: handle deleted comments in threads gracefully - top level comments with no replies: these just vanish - top level comments with replies: shows "This comment was deleted" - replies: just vanish Signed-off-by: oppiliappan <me@oppi.li>
2 weeks ago
CommentBox.stories.svelte
web/components: add comment and thread components
2 weeks ago
CommentBox.svelte
web/components: add comment and thread components
2 weeks ago
CommentCard.stories.svelte
web/components: add comment and thread components
2 weeks ago
CommentCard.svelte
web/components: centre the comment thread connector on the avatars the connector grew rightward from left-4, so its 2px width put its centre one pixel right of the 32px avatar column it's meant to track. -translate-x-1/2 centres it on that same reference point. Signed-off-by: eti <eti@eti.tf>
1 week ago
CommentEditor.stories.svelte
web/components: add comment and thread components
2 weeks 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 week ago
CommentList.stories.svelte
web/components: add comment and thread components
2 weeks ago
CommentList.svelte
web/components: add comment and thread components
2 weeks ago
comments.ts
web/components: handle deleted comments in threads gracefully - top level comments with no replies: these just vanish - top level comments with replies: shows "This comment was deleted" - replies: just vanish Signed-off-by: oppiliappan <me@oppi.li>
2 weeks ago
sampleComments.ts
web/components: add comment and thread components
2 weeks ago