Silberengel
1f01547533
Fixed display bugs and added more information to the main page.
1 year ago
Silberengel
a4614fb20f
Change format of webpages
1 year 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
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
9a809f80a2
fix(homepage): restricted width on mobile
...
as reported in
nostr:nevent1qvzqqqqqqypzptssprfrjv9hwmqcpyhka26pujcflnelq0ekgxcmfehw82skd4mqqy88wumn8ghj7mn0wvhxcmmv9uq32amnwvaz7tmjv4kxz7fwv3sk6atn9e5k7tcqyrhp9z9j62llalp7j7ljhtkkr44j2ru24klh6wmfuhce8465pxavxtn8wk0
2 years ago
DanConwayDev
c872965cdc
feat: add page titles
...
fixes:
nostr:note1czk0j5km24d43kf2mcnak5e5t2pj659k8pgx856l50m2l57e45ws9eqx6m
2 years ago
DanConwayDev
7dd2d05bfe
feat(homepage): restructure page for cleaner feel
...
removing multi column layout
2 years ago
DanConwayDev
feedc8b2de
feat: move repos list to its own page
...
at /repos as it was getting to large for the homepage
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
1b67031183
fix: typeo
2 years ago
DanConwayDev
867ade15c2
feat(homepage): add introduction copy
...
as suggested by
nostr:npub10000003zmk89narqpczy4ff6rnuht2wu05na7kpnh3mak7z2tqzsv8vwqk
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
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
39e453845b
feat(RepoPage): add support for listing issues
...
add support for listing issues
2 years ago
DanConwayDev
670d24bbd0
refactor: remove fIltered proposals components
...
and embed the now much simpiler code into the required pages
2 years ago
DanConwayDev
a39a75de5e
fix: amend ngit copy
...
for clearer and more concise summary
2 years ago
DanConwayDev
52b4e09a70
feat(homepage): add recent proposals
...
and display recent repositories below
2 years ago
DanConwayDev
47a66f2fb6
feat: rename pr as proposal
...
as it better fits an approach that seeks to support
both the patch and branching models
2 years ago
DanConwayDev
e4d545a648
feat: update ngit command reference
...
as the ngit api changed from clain to init
2 years ago
jk
8ae123fd0b
eslint + prettier ( #2 )
...
Co-authored-by: DanConwayDev <114834599+DanConwayDev@users.noreply.github.com>
2 years ago
DanConwayDev
a4f2a16e39
chore: bump ngit version to v0.1.2
...
to reflect the newly issued version
2 years ago
DanConwayDev
8fff6fdce2
feat(ngit): add ngit guide and install pointers
...
as ngit and gitworkshop are so intertwined there should be pointers to
encourage users to install and work with the ngit client alongside
gitworkshop
2 years ago
DanConwayDev
e5629f93d6
fix(navbar): fix site name
...
change the site url to gitworkshop.dev
2 years ago
DanConwayDev
018d424e50
fix(homepage): rename to git workshop
...
rename the site and apply better colors. perhaps the .io could be more
ledgable. the entire theme and ui needs a makeover.
2 years ago
DanConwayDev
a17b5fbc8f
feat(homepage): add latest repositories list view
...
add pure ui components:
- add repo summary card
- add repo summary list
add data wrapper components:
- add repo recent
add repo rent to the homepage
2 years ago
DanConwayDev
f3da9bd4e1
refactor: pascal case for component filenames
...
pascal is idiomatic for svelte
2 years ago
DanConwayDev
c7677004d0
refactor(navbar): move to +layout.svelte
...
navbar will be used on every page so moved to +layout.svelte
to prevent reloading when the page route changes
2 years ago
DanConwayDev
59988d4084
feat(homepage): add placeholder homepage
2 years ago
DanConwayDev
ea4c87703e
feat(navbar): add Navbar boilerplate
...
initial state with non-functional 'login' and 'sign up' buttons
2 years ago
DanConwayDev
ce1351af72
build: add tailwindcss
...
tailwind is the selected tool to handle component styling
3 years ago
DanConwayDev
f9cbcfb080
build: add sveltekit-nix boilerplate
...
start with a nix boilerplate for svelte that supports reproducible
builds
taken unedited from https://github.com/knarkzel/sveltekit-nix
c444859e97fb13393ad6e295132412bbea044e32
3 years ago