ci/woodpecker/pr/woodpecker Pipeline was successfulDetails
ci/woodpecker/push/woodpecker Pipeline was successfulDetails
added new route /contacts/npub... to show contact lists of users.
each user has about text, follow/unfollow buttons.
fixed CSS and JavaScript links in index.html to support deeper
path i.e. /contacts/npub... uri's.
each view has it's own DOMMap to reference its own elements this
can us non-unique keys, i.e. each view can have a header key.
changed:
- use getViewElem instead of querying the dom
- access button.dataset.id directly before traversing the dom
ci/woodpecker/pr/woodpecker Pipeline was successfulDetails
ci/woodpecker/push/woodpecker Pipeline was successfulDetails
- font: use regular font and smaller font size on mobile
- made publish button smaller on mobile
- add borders between notes and increase card spacing
- changed background colors of cards and nav
ci/woodpecker/push/woodpecker Pipeline was successfulDetails
ci/woodpecker/pr/woodpecker Pipeline was successfulDetails
cleanup code and move parts to ui.ts and notes.ts.
simplify view and fix some weird animation issue, it should run
pretty stable now.
updated color and spacings.
profile view now showing kind 0 name, but it is unnecessarily
re-rendering. this part should probably go to a custom profil
subscription callback in the future. keeping as is for now and
refactor later.