jk
|
8ae123fd0b
|
eslint + prettier (#2)
Co-authored-by: DanConwayDev <114834599+DanConwayDev@users.noreply.github.com>
|
2 years ago |
DanConwayDev
|
c032e97a34
|
fix(PRPage): status events using nip10
status events were not tagging pr event as root
|
2 years ago |
DanConwayDev
|
dd24dc1236
|
fix(PrPage): use l tag for status
instead of t tag to more closely align to nip-32
|
2 years ago |
DanConwayDev
|
5fdb361782
|
fix(PrPage): fix duplicate event on status changes
now that the subscription remains open the status change doesnt need to
be manually added to the selected_pr_replies store
|
2 years ago |
DanConwayDev
|
fd73f0952b
|
fix: update pr status accross app
- move status from PRFull into PRSummary
- fetch statuses when fetching pr summaries
- ensure status gets displayed accurately across the app
|
2 years ago |
DanConwayDev
|
fad66e14e5
|
refactor: abstract pr status
abstact pr status into its own component
|
2 years ago |
DanConwayDev
|
2a6ef1fbdc
|
fix: get user relays
replace getLoggedInUserRelays with getUserRelays as
getLoggedInUserRelays was broken and getUserRelays is more flexible
|
2 years ago |
DanConwayDev
|
7507ea2ea7
|
feat: use user and repository relays
- send status events to user and repository relays
- get repoistory events from base relays
- get pr events and replies from repository relays
|
2 years ago |
DanConwayDev
|
2f3bd85e80
|
feat: rename app and tweak ui
- rename for 'git together' to 'git work'
- tweak ui to make it responsive
|
2 years ago |
DanConwayDev
|
e3ddb30205
|
feat(PRPage): add pr status
- add pr details
- gather status events when loading PRFull
- add StatusSelector component that enables sending new status events
|
2 years ago |
DanConwayDev
|
eca198799f
|
feat(PRPage): custom display of commit events
display summary of 317 commit event
|
2 years ago |
DanConwayDev
|
4861420d63
|
feat(PRPage): display pr commits and responses
- add thread wrapper
- add event wrapper
- display pr events
|
2 years ago |
DanConwayDev
|
cca93434b0
|
refactor: replace PRSummary with PRFull
create PRFull in preparation for adding related events
|
2 years ago |
DanConwayDev
|
a64df89733
|
feat(PRPage): add page and header
add page, pr store, pr ui type and pr page header
|
2 years ago |
DanConwayDev
|
9ccf21c0a7
|
feat(ListPRs): add author name to summary
refactor to reflect new stardards for ui and data logic seperation
|
2 years ago |