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 |
jk
|
8ae123fd0b
|
eslint + prettier (#2)
Co-authored-by: DanConwayDev <114834599+DanConwayDev@users.noreply.github.com>
|
2 years ago |
DanConwayDev
|
e5629f93d6
|
fix(navbar): fix site name
change the site url to gitworkshop.dev
|
2 years ago |
DanConwayDev
|
21b44bb34a
|
feat(navbar): add signup placeholder function
replacing a button with no action with a placeholder function that
launches an alert
|
2 years ago |
DanConwayDev
|
a4c1ce634d
|
feat(navbar): improve display of site name
and link to home page
|
2 years ago |
DanConwayDev
|
4b7087a2cf
|
refactor: wrap navbar component
so component can have ui tests
|
2 years ago |
DanConwayDev
|
7256f970ab
|
feat(navbar): add nip07 login
- add login function to call nip07 plugin
- add logged_in_user store
|
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
|
656d286036
|
feat(PageChrome): add responsive container
limit width on desktop size screens
|
2 years ago |
DanConwayDev
|
f3da9bd4e1
|
refactor: pascal case for component filenames
pascal is idiomatic for svelte
|
2 years ago |
DanConwayDev
|
d78fd6baa0
|
build: add storybook
- add default svelte storybook using yarn sb init
- add nip07plugin state for Navbar and navbar.stories.ts
|
2 years ago |
DanConwayDev
|
ea4c87703e
|
feat(navbar): add Navbar boilerplate
initial state with non-functional 'login' and 'sign up' buttons
|
2 years ago |