buttercat1791
c235646ffe
Ensure ToC addresses update correctly
...
Closing and reopening the ToC component shows updates, but it is not responsive to clicks. This will be fixed in a future commit.
9 months ago
limina1
844ae3d35a
Add user profile display names and fix infinite loading loop
...
- Created profileCache utility to fetch and cache kind 0 (Metadata) events
- Replace pubkeys with display names throughout the visualization:
- Node tooltips show author display names instead of pubkeys
- p tags in tooltips show display names
- Network nodes store display names in author field
- Fetch user profiles when loading events for better UX
- Fixed infinite loading loop by:
- Adding isFetching guard to prevent concurrent fetchEvents calls
- Temporarily disabling the re-enabled kinds watcher that was causing loops
- Extract pubkeys from event content (nostr:npub1... format) for profile fetching
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
9 months ago
limina1
02998318c3
Performance improvements
...
Default show only 30040 events
default 100 root events
9 months ago
limina1
f813ac1e1c
Allowed kinds able to be removed and disabled
...
Click the box to enable/disable
Click x to remove
9 months ago
limina1
bd3bc4ef00
Template Legend & Settings panels
...
Indicators of not testes/not functional
9 months ago
buttercat1791
29c06551cf
Remove ToC from page context
9 months ago
buttercat1791
608ce2b8e4
First pass at ToC layout
9 months ago
buttercat1791
c6effb3839
Create Svelte-specific wrapper that proxies `PublicationTree`
...
The wrapper keeps the core implementation framework-agnostic, but lets us build Svelte's reactivity into the wrapper.
10 months ago
limina1
f2fec5eafc
feat: add display limits and improve visualization reactivity
...
- Add display limits store and utilities
- Fix reactivity issues with Svelte 5
- Add max 30040/30041 event controls
- Implement fetch if not found functionality
- Reorganize settings panel with sections
- Add debug logging for troubleshooting
10 months ago
buttercat1791
42cb538be5
Move publication components into their own sub-directory
10 months ago
limina1
dddba323a1
Add Publication -> visualize, tag expand depth
...
tag expand depth: For every tag, pull in other events containing the
same tag, do it up to set value
10 months ago
limina1
61b44548f2
Enable publication -> visualize view, tag depth
10 months ago
Silberengel
482f719601
interim changes
10 months ago
Silberengel
3c6daa1231
landing page columns and search bar. Event comment box. bugfixes
10 months ago
Silberengel
05cdb8eb09
interim changes
10 months ago
Silberengel
8c88dc43c7
Successful implementation of event search and userBadges.
10 months ago
buttercat1791
62163a18fa
Use user badges on contact and about pages
10 months ago
Silberengel
a49afeac84
got rid of redundant check and added logging to cardactions event hyperlink
10 months ago
Silberengel
03e4d769bb
implemented $effect and $state
10 months ago
buttercat1791
33ddecbc40
Mark user badge use cases with TODO
10 months ago
Silberengel
1522fa17ce
remove nip33 and replace with naddr
10 months ago
Silberengel
165bb3c62d
fix linter errors
10 months ago
Silberengel
39419d38f4
Remove wiki stuff and update readme for issue #173
10 months ago
Silberengel
1acd8b3acf
Tidied up and display rudimentary ToC. Updated screenshots.
10 months ago
Silberengel
7dd411c43f
publication, wiki, and universal event viewer implemented. still buggy
10 months ago
Silberengel
512ea92c3a
interim commit
10 months ago
Silberengel
1635633efd
wiki disambiguation page alpha
10 months ago
Nuša Pukšič
37999521a8
Merge resulted in a duplicate line
10 months ago
Nuša Pukšič
a1119332cc
Moved alert because it clashes with the publication navbar and don't have the juice to make it all work
10 months ago
Silberengel
04e4952841
added message to header
10 months ago
Silberengel
ef1381caba
Getting started page created, navigation bar updated, added padding to the bottom of publication and an end-of-publication notice, at the bottom, instead of "show more". closes issue#235
10 months ago
Silberengel
ff87e7f1a0
Add missing markup doc in help.
10 months ago
Silberengel
1ba8a42292
update docs, correct wikilinks, and fix border styling closes Issue#215
10 months ago
Silberengel
c07d560ba4
Moved global styles to app.css
10 months ago
Silberengel
f32fd7cfd5
final bug fix
10 months ago
Silberengel
505da03c33
switch handle login to $effect
10 months ago
Silberengel
2df526f338
Make nostr address parsing conform to Elsat's replacement rules
10 months ago
Silberengel
88624f5e2d
closed the gap
10 months ago
Silberengel
e8073cc84f
moved markdown parsers
10 months ago
Silberengel
ffe1098a7d
Revert "Interim changes"
...
This reverts commit b35774b9a0 .
10 months ago
Silberengel
b35774b9a0
Interim changes
10 months ago
Nuša Pukšič
5283ebf1a7
Added hashtags and interaction counters, changed layouts
10 months ago
Nuša Pukšič
1da1065471
Layout issues - make content fill screen and move publication navi again
11 months ago
Nuša Pukšič
86976c5bf8
Update ArticleNav
11 months ago
Nuša Pukšič
3605eb295b
Display height was off, innerHeight overestimates the viewport
11 months ago
Silberengel
fabd54fde7
fix broken or missing links
11 months ago
Nuša Pukšič
6d7f4217ee
Intermediate state where publications have 'covers' and columns are still all messed up
11 months ago
buttercat1791
689bd61ae5
Add a "construction" banner to the base layout
11 months ago
Silberengel
abb3f2a75b
Fixed the bugs. Added the m/M tags. Fixed the formatting. Split the parser into smaller functions and separated by basic/advanced. Added more test cases to the markdown test file.
11 months ago
Nuša Pukšič
1df1da95ce
Changed the styles of the visualization page, moved the settings
11 months ago