DanConwayDev
35f8ac1225
fix(compose-issue): add validation warning
...
so user knows why the form cannot be submitted
fixes issue
nostr:note1apl888cf3xsnsaaefhw5f8klle6f4wys3hf6ywqjalluw4nvqm7qrdjcmd
2 years ago
DanConwayDev
d9c3322544
fix(compose): redirect after new issue
...
as it was using the previous url scheme
2 years ago
DanConwayDev
cf440f6cfe
feat: add NIP-31 alt tag to issues
...
and replies when we switch to the nip34 reply kind
2 years ago
DanConwayDev
79a691726a
major refactor to improve handling of repo events
...
stop automatic grouping of repo events by identifer and
earliest unique commit into a single collection.
allow selection of different repos that have an
identifier collision by prioritising pubkey:identifier
over identifer
show repos grouped by name
2 years ago
DanConwayDev
713b06a6a0
fix: disable send in compose when no content
...
to prevent empty events from being sent
2 years ago
DanConwayDev
8a2a5edf41
feat: add title field for create issue
...
and use the field as a prefix to the content with two new lines
2 years ago
DanConwayDev
a5d9f0ab8d
fix: repo event tag in compose
...
broken in refactor:
33d35dcac8
2 years ago
DanConwayDev
ef3fd9e9cc
feat: ComposeReply add nip10 p tags
...
tag in pubkeys participating in thread
2 years ago
DanConwayDev
e56d28de98
feat: create issue page with status and replies
...
intergrating where possible with the existing proposal components
2 years ago
DanConwayDev
81c5146aa4
feat(issue-compose): goto issue page on creation
...
so the user gets a better sense that the issue has been created
2 years ago
DanConwayDev
ea0ce4c4e8
feat: create new issue
...
add the basic ability to create a new issue for a repository
2 years ago