silberengel
53d3c33ee8
fixed my notes redirection
10 months ago
silberengel
27fdbde8df
fixed build and worked on memory leak
10 months ago
silberengel
f199f356a8
allow for differentiation: ssr versus client rendering
10 months ago
silberengel
0e720f70e8
corrected my-notes going blank on refresh and showing when no one is logged-in
10 months ago
silberengel
c240bf8873
removed if-browser from layout
10 months ago
silberengel
061de4354c
Added confirmation dialog to checkbox
10 months ago
silberengel
2bc742497e
changed to Svelte 5 syntax
10 months ago
silberengel
22235235b3
got rid of hard-coded relays
10 months ago
silberengel
9ea1462bcb
Fixed reactivity inefficiency
10 months ago
silberengel
11c605b5ef
improved search some more
10 months ago
silberengel
3eafdf0282
fixed profile display
10 months ago
silberengel
577d8c832a
fix relays and subscription search
10 months ago
silberengel
078cf05cc1
comment viewer added
10 months ago
silberengel
82c89eac6e
search bar also searches p and pubkey tags
10 months ago
silberengel
74598a1d3c
Added a checkbox to the landing page, so that the currently logged-in user can easily find their own publications, both as "p" tag and as "pubkey".
10 months ago
silberengel
188c58143c
display e-tag event lists in 30040
11 months ago
silberengel
1ca057f6e1
fixed my notes formatting
11 months ago
silberengel
5345d27b4c
removed debug messages
11 months ago
silberengel
b01592693e
fixed landing page grid
11 months ago
silberengel
12cf16b36d
fixed the publication loading
11 months ago
silberengel
b119c0010a
improved error handling for missing publications
11 months ago
buttercat1791
884d04a45e
Skip prerendering page layout children on server
11 months ago
buttercat1791
0806168811
Ensure SSR is allowed for page layouts
11 months ago
buttercat1791
01dc9233ed
Remove unnecessary `throw` commands
11 months ago
silberengel
0ada8c2b0a
fixed build
11 months ago
silberengel
c00d9b8fec
fixed events page width on narrow screens
11 months ago
silberengel
8b6db819dc
Fixed relay display on About page
11 months ago
silberengel
2c0c98190f
fixed the prox issue
11 months ago
silberengel
08d146b8f7
fix problem with trying to call websockets from the browser
11 months ago
silberengel
a3143bcb85
fixed bugs and accesibility warnings
11 months ago
silberengel
efd9003b1c
fixed build
11 months ago
buttercat1791
bc0010a756
Enable SSR for publications
11 months ago
buttercat1791
aa76910bc4
Use utils based on raw WebSockets for SSR
11 months ago
buttercat1791
bc22b21c33
Turn SSR back on
11 months ago
buttercat1791
cccbb01e3a
Add TODOs for next steps
11 months ago
buttercat1791
2bb42d3ec4
Clean up and refactor based on AI code review
11 months ago
buttercat1791
4a4b29f46c
Clean up old pages and add TODOs to new ones
11 months ago
buttercat1791
1bd2950679
Clean up redirects on query param based routes
11 months ago
buttercat1791
b665e1b019
AI - refactor for route params
...
Needs developer review
11 months ago
buttercat1791
8a8bdd18ac
TEMP refactor plan for LLMs
11 months ago
limina1
872592dd76
feat: add My Notes page with tag filtering and AsciiDoc rendering
...
- Add My Notes navigation link
- Create My Notes page with 30041 event fetching
- Implement tag filtering system with sidebar
- Add AsciiDoc rendering for note content
- Include Playwright tests for layout validation
- Fix NDKFilter import issues (type imports)
- Update layout to prevent horizontal scroll
- Add publisher service for note publishing
11 months ago
silberengel
b1d66ebd79
interim checkin
11 months ago
silberengel
3a275c510c
fix author tags on ZettelEditor and write test
11 months ago
limina1
1e907771d3
feat: publish array of notes
11 months ago
limina1
9fef709fe5
refactor: create EventCounts type
11 months ago
limina1
acfd7d2369
validate nostr identifiers for id and coord
11 months ago
limina1
5fab9b6444
removed commented out code
11 months ago
limina1
c247e15fcb
fix: resolve infinite loop in visualization page
...
Convert events and missingEventIds to $derived values to prevent
reactivity cycles that were causing "effect_update_depth_exceeded" errors.
11 months ago
limina1
5e09619bca
add tag and event tests
11 months ago
limina1
d094aa1277
remove tag expansion depth
11 months ago