update-profiles-and-contacts #81

Merged
offbyn merged 9 commits from update-profiles-and-contacts into master 9 months ago
Owner
There is no content yet.
offbyn added 7 commits 9 months ago
cd7dfa3f19
profiles: improve profile view
- add about to profile header
- set document title to profile name
- refactor how profile metadata
d7b260270c
navigation: only add history entry once
reloading the page always added a history entry breaking back
button functionality.

fixed by only adding a history entry on load if the history is
empty, so that reloads will not add the same entry over and over
again.
1e955b4961
profile: keep track of replies
before the map that keeps track of all replies-to ids was not in
the same scope of the subscription but genereated in each callback.
b91dd1a933
feed: fix nesting layout bug
under some circumstances the reply-to lines on 3rd level did not
correctly visualize the nesting of the thread.

fixed and added links to test cases.
aefedaead0
feed: support nostr:npub uri scheme (part of nip-21)
added support for nostr:npub links in textnotes content.
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline was successful Details
f0c3929073
profile: show following, contact-list changes and contact events
- added following count in profile header
- added contact-list changes events
- added new raw event detail view to visulaize event metadata and
  raw content
offbyn added 2 commits 9 months ago
04b0482d38
view: separate view logic from template code
moved code that creates the view dom elements into its own module.

deliberately not in ui.ts as view.ts is imported early and has
almost no dependecies except for nostr-tools and ./utils
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline was successful Details
ac910e51ca
view: document view and template functions
offbyn force-pushed update-profiles-and-contacts from ac910e51ca to 60510411a6 9 months ago
offbyn merged commit 60510411a6 into master 9 months ago
offbyn deleted branch update-profiles-and-contacts 9 months ago
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
The pull request has been merged as 60510411a6.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b update-profiles-and-contacts master
git pull origin update-profiles-and-contacts

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff update-profiles-and-contacts
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: nostr/nostrweb#81
Loading…
There is no content yet.