DanConwayDev
5084e2f5f3
refactor: fix typescript and eslint errors
...
as part of a repository clean up
2 years ago
DanConwayDev
ed56c1a774
test: remove all visual tests
...
they were inconsistently failing, did not always have great coverage
and required a lot of dependancies and custom configuration to work
with nix
2 years ago
DanConwayDev
3d5ae0fdca
chore: nix flake update
...
update dependancies using nix flake update
2 years ago
DanConwayDev
775085ddc2
chore: yarn upgrade
...
which hasn't been run since april
2 years ago
DanConwayDev
7a11742a70
feat: limit kinds displayed
...
resolving:
nostr:nevent1qvzqqqqx25pzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyxhwumn8ghj7mn0wvhxcmmvqqspfyft430llz04euctxf06z26swatglyc5qczvzhpk29du8x9vf8q3hyn9e
2 years ago
DanConwayDev
b81f4ee497
feat(RepoPage): update nostr url format
...
as introduced in ngit v1.5.0 which works without quotes on MacOS
2 years ago
DanConwayDev
0a0ff2dd77
chore: bump ngit version to v1.5.0
...
to reflect the newly issued version
2 years ago
DanConwayDev
395ccfcb23
chore: bump ngit version to v1.4.6
...
to reflect the newly issued version
2 years ago
DanConwayDev
731dd569b8
feat: add new logo as favicon and app icons
...
- Introduced a new logo for the application.
- Updated favicon and app icons in the manifest for better branding.
2 years ago
DanConwayDev
ae232c3ee1
fix(RepoPage): show readme for non github pages
...
when disabling the proxy, the update inadvertantly prevented
calling the original url.
2 years ago
DanConwayDev
88bdd676dd
build: netlify requires fallback page 404.html
...
instead of 200.html so using that instead
2 years ago
DanConwayDev
b9805e3056
build: fix static build
...
the build process was producing the error 'no adapter'
2 years ago
DanConwayDev
111a4c9e1a
build: use csr build using adapter-static
...
and removing adapter-netlify in an effort to reduce server render invocations
2 years ago
DanConwayDev
fc8c68eb6d
turn off readme proxy
...
to reducing render function invocations per last commit
2 years ago
DanConwayDev
ab46915e6b
build: clean up svelte adapter code
...
as part of exploring how to reduce invocations
of render which seem exccessive
2 years ago
DanConwayDev
d6cf921411
update 'want to submit a proposal?' copy
...
to reflect git remote helper
2 years ago
DanConwayDev
c9fc6e3a61
chore: bump @sveltejs/adapter-netlify v4.3.3
...
to latest version via yarn add
2 years ago
DanConwayDev
5f9022a001
move clone button
...
based on feedback that user didn't see it because it was too
far to the right
2 years ago
DanConwayDev
367a1cbd1f
chore: bump ngit version to v1.4.5
...
to reflect the newly issued version
2 years ago
DanConwayDev
e1e5cb7d2a
feat: include kind in share nevent
...
as requested in:
nostr:nevent1qvzqqqqqqypzpepndn2jthmelfxn4umylktqp493ph8yy9d2fse76al2ppprgjcsqy88wumn8ghj7mn0wvhxcmmv9uq3wamnwvaz7tmjv4kxz7fwdehhxarj9e3xzmny9uqzpu6lzfhs9xfjm8ue47mvvuxfwa3rm5v2fdd43ma6g47t7ssv7x70ed7vr6
2 years ago
DanConwayDev
8d6845d4de
build: gitlint long commit msg lines with links
...
so that nostr: and https:// lines work.
unfortunately it now ignores long lines for the rest of the body
until this gets merged and we can switch to using this new syntax:
https://github.com/jorisroovers/gitlint/issues/255#issuecomment-1040868243
2 years ago
DanConwayDev
8ea16559de
build: turn off ssr for all routes
...
because SSR used up 50% of invocation allowance on netlify whereas
bandwidth was at 0.5% and build minutes were at 1%
These assets should be delivered statically and only the README.md
proxy should use up these invocations
2 years ago
DanConwayDev
c347d5eed8
fix: ngit url to release
...
so it includes the version number reflecting the new build process
2 years ago
DanConwayDev
55a0247d33
chore: bump ngit version to v1.4.4
...
to reflect the newly issued version
2 years ago
DanConwayDev
449b87664a
fix(ngit): url to mac tar file
...
there was an error in the address
2 years ago
DanConwayDev
7e3b92adef
chore: bump ngit version to v1.4.3
...
to reflect the newly issued version
2 years ago
DanConwayDev
37cd3ec977
chore: bump ngit version to v1.4.2
...
to reflect the newly issued version
2 years ago
DanConwayDev
9020a3b813
chore: bump ngit version to v1.4.1
...
to reflect the newly issued version
2 years ago
DanConwayDev
f62d1de597
chore: bump ngit version to v1.4
...
to reflect the newly issued version
2 years ago
DanConwayDev
ad4f4dbccc
feat(repo): add clone btn
...
which links to downloads and shows nostr clone url
2 years ago
DanConwayDev
89af75fd6e
feat: improve quickstart guide copy
...
for example to include a note about switching off PRs elsewhere
2 years ago
DanConwayDev
af182e3c6a
refactor: abstract install ngit links
...
so they can be reused accross the site
add them to the top of quick start guide as a prereq
2 years ago
DanConwayDev
44ee61c437
feat(homepage): remove about from nabvar
...
as the homepage provides a better summary
2 years ago
DanConwayDev
67521de4ad
feat: add git-remote-nostr guide
...
as a seperate quick start page
update copy to reflect additional tool
2 years ago
DanConwayDev
65cd1ab36b
feat(homepage): add helper to diagram
...
and improve copy of nodes
2 years ago
DanConwayDev
278dad6280
fix: NIP-05 CORS error
...
NIP-05 validation requests to the domian were
rejected due to CORS
2 years ago
DanConwayDev
abcf739b58
chore: bump ngit version to v1.3.1
...
to reflect the newly issued version
2 years ago
DanConwayDev
ccea6b11b5
build: add identifer to maintainers.yaml
...
so that users can more easily find the repo announcement
2 years ago
DanConwayDev
a7a8f3d88e
simplify ngit docs
...
as fetch is only a minor command it doesn't need mentioning
2 years ago
DanConwayDev
d86ced98e4
chore: bump ngit version to v1.3.0
...
to reflect the newly issued version
2 years ago
DanConwayDev
8115d7b7d1
remove draft nip34 language from copy
...
as nip34 isn't in draft anymore
2 years ago
DanConwayDev
a6aef0e39b
feat: add `repos` to nav bar
...
for easy access from any page
2 years ago
DanConwayDev
130bc8a6fa
feat(RepoSumamryCard): make author clearer
...
to avoid confusion such as:
nostr:note1eq0s2nncgv00pglrsc9psgxgd782mf3gq4mjw0g6tvhypfd99x8sntz2q3
2 years ago
DanConwayDev
6e82133927
fix: missing comma caused build failure
...
removed in error in last commit
2 years ago
DanConwayDev
46d94eaac7
feat: use relays from naddr and nevent
...
to find repo events and proposals not default relays
2 years ago
DanConwayDev
e59e45eded
fix(ngit): missing closing tag
...
which caused the page to crash
2 years ago
DanConwayDev
a7608151bd
chore: add ngit version to v1.3-beta1
...
as an additional release along side the stable release
2 years ago
DanConwayDev
e947bf3493
tweak user rendering in warning
...
in the RepoHeader when the event cannot be found
2 years ago
DanConwayDev
1dd0dcc9f6
fix: horizontal scrollbar in chrome
...
which shows due to use of negative margin. didn't impact firefox.
2 years ago
DanConwayDev
f5d384bdde
feat(RepoMenu): add loading state to counts
...
of proposals and issues so it is clear when no items have been found
2 years ago