DanConwayDev
b6eb83b498
fix: repo name fallback as identifer
...
if it is not present in the repo event
2 years ago
DanConwayDev
32688b87f9
feat: repo details show identifier and name
...
as the identifier may be useful and different from name
2 years ago
DanConwayDev
f3fa025b8c
test: update UI snapshots
...
navbar updates to relect adding about page in
0411bb0eb3
proposal header updates related to status fix in
ccad628769
2 years ago
DanConwayDev
a6429c12a5
add nostr yaml config
...
to indicate we are recieving patches and issues
over nostr for the repository
2 years ago
DanConwayDev
4b9feb3664
feat: send replies as kind 1
...
following converation in this thread:
https://njump.me/nevent1qvzqqqqqqypzpgqgmmc409hm4xsdd74sf6
8a2uyf9pwel4g9mfdg8l5244t6x4jdqy88wumn8ghj7mn0wvhxcmmv9
uq3vamnwvaz7tmsw4e8qmr9wfjkccte9e3k7mf0qqszt4w38p6nzqmd
cesqejxztfp6njhkrqzu0uqnhjlkalpfafku69st8kc4v
2 years ago
DanConwayDev
0411bb0eb3
feat: add about page, ngit copy, ngit v1.0.0
...
add an about page
improve ngit copy
bump ngit version to v1.0.0
2 years ago
DanConwayDev
5abaa290d7
feat: user name different from event content
...
so it is easier to read threads
2 years ago
DanConwayDev
6d1d86fa23
refactor: ignore files in /tmp
...
so notes can be kept there
2 years ago
DanConwayDev
a38e9e1493
feat: keep open sub to events for selected repo
...
so any updates (eg made with ngit) get reflected live on the page
2 years ago
DanConwayDev
d216009da0
ix: dont keep single event subs open
...
improving change made in
f754eecb16
so that subscriptions are left open that are
getting a single event by id
2 years ago
DanConwayDev
b3adae4dfa
refactor: threads
...
this was done largely to identify bug resolved in
ef3bcace93
2 years ago
DanConwayDev
ef3bcace93
fix(compose): reply-to event mutation
...
which caused threads to disappear when replies were sent
2 years ago
DanConwayDev
a1d9c8aa13
feat: display cover letter content
...
as normal text note with header stripped for now
2 years ago
DanConwayDev
ccad628769
fix: status button hover color
...
it was turning pink unless status was applied and therefore already pink
2 years ago
DanConwayDev
f754eecb16
fix: keep selected subscriptions open
...
this doesnt apply to subscriptions that we for many types simultainiously
ie repos and users
also extend limit from 50 to 100. if we need to go higher,
will we need to introduce a system to get around relay limits?
2 years ago
DanConwayDev
130d111a9a
feat: thead show revisions
...
show revisions as seperate threads under one another
2 years ago
DanConwayDev
9137467ecb
fix: fetch replies to new revisions
...
as only the revision event was being queried for
also checking that we havn't already asked for replies for the revision
so there isn't an infinate loop
2 years ago
DanConwayDev
9730750d5f
fix: compose reply tags
...
proposal revisions are tagged as root when replied to,
or in a revision reply chain
user doesnt tag themselves
user doesnt tag people twice
2 years ago
DanConwayDev
f02d76f20c
feat: simplify thread hiding UI
...
remove text which overflowed onto the bottom line of logn content
2 years ago
DanConwayDev
8de6a257f9
fix(thread): show compose when no replies
...
when show_compose is set to true
2 years ago
DanConwayDev
1f199883d1
feat: hide sidebar on smaller viewpoint
...
so thread is less squashed
2 years ago
DanConwayDev
3cff122091
feat: edit status from issue/proposal header
...
in preperation for showing sidebar less often
2 years ago
DanConwayDev
bd381bbad8
fix(homepage): hero grid layout
...
ensure hero and recent proposals are in in the centre of each column
within the container
2 years ago
DanConwayDev
83df29d5f9
fix(patch): filename overflow
...
now wraps onto new lines
2 years ago
DanConwayDev
33ec45d975
fix: hide sidebar on sm viewpoint
...
this broke during last edit of this file
2 years ago
DanConwayDev
ef3fd9e9cc
feat: ComposeReply add nip10 p tags
...
tag in pubkeys participating in thread
2 years ago
DanConwayDev
e65bc77842
feat: sort thread oldest first
...
whilst maintaining sorting by youngest first in ProposalList
note: events that tag root event secondarily (eg. mention)
are no longer diplsayed
2 years ago
DanConwayDev
2a15e089e5
feat: show/hide thread replies
...
so that it is easier to read large threads and
connect replies to their parent message
2 years ago
DanConwayDev
fe1c6d34cc
feat: add threaded replies
...
for proposals and issues
2 years ago
DanConwayDev
e578ac81ba
fix: malformed replies
...
and improve how the UI reacts when events are sent
2 years ago
DanConwayDev
c623e10e1a
fix: staus icons reflect issue or proposal
...
status was showing wrong icon type in EventCard
2 years ago
DanConwayDev
d30feaafa0
feat: pad bottom of all pages
...
as they end abruptly
2 years ago
DanConwayDev
0f4fd41b6b
feat: show proposal / issue event as thread msg
...
so they appears as part of the conversation
2 years ago
DanConwayDev
42a8c0fe3d
feat: show avatar at compose
...
to make it more in keeping with other event messages
when displayed in thread
2 years ago
DanConwayDev
b4c51de016
refactor: remove unused imports
...
which were throwing errors
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
9ec0988006
feat: add issue icons
...
currently using the same status events as patches
2 years ago
DanConwayDev
ea0ce4c4e8
feat: create new issue
...
add the basic ability to create a new issue for a repository
2 years ago
DanConwayDev
72ff0bdf42
refactor: rename Compose to ComposeReply
...
and rename repo_id to identifier to make it clear
that is what is needed
2 years ago
DanConwayDev
f6f7d40d82
refactor: add typings to +page.ts
...
as a tidy up activity
2 years ago
DanConwayDev
8239dfe9d0
feat(RepoPage): add tip for submitting proposal
...
to encourage visitors to use ngit to submit a proposal
2 years ago
DanConwayDev
39e453845b
feat(RepoPage): add support for listing issues
...
add support for listing issues
2 years ago
DanConwayDev
61bca69c91
refactor: rename repo_id repo_identifier
...
where it previously should have been renamed bit wasn't
2 years ago
DanConwayDev
c3c0ee780d
feat(ProposalPage): move ngit tip below patch
...
so the diff is displayed first
2 years ago
DanConwayDev
d3917c7f12
test: update proposal UI snapshots
...
to reflect changes applied in
b7883063e2
2 years ago
DanConwayDev
fa05263d4e
test: update repo summary UI snapshots
...
should have been updated when changes made in
9ddcf92598
2 years ago
DanConwayDev
68c27b1350
test: update UI snapshots with new icons
...
should have been updated when change made in
17ef5403e3
2 years ago
DanConwayDev
dd70d07c8c
feat: RepoDisplay add web and reduce text size
...
to reflect web in nip34 draft
2 years ago
DanConwayDev
47d4d8c681
fix: RepoDetails webs not appearing as relays
...
due to typo when setting web
2 years ago