silberengel
c86cc266e9
Cleaned up all of the parameter calls for ndk
7 months ago
silberengel
41da2df0b7
fixed profile searches
7 months ago
buttercat1791
0dab77b9dd
Improve NDK state sharing
...
- Use SvelteKit context instead of stores to share NDK instance (see https://svelte.dev/docs/svelte/context )
- Clean up some dead code
- Move some standalone CSS into `app.css`
7 months ago
buttercat1791
98dba98b93
Tidy and organize Nostr event embedding markup
...
- Svelte components and snippets that support embedded event rendering are moved to `src/lib/components/embedded_events` dir.
- Some now-unused components are removed entirely.
- Imports are updated.
7 months ago
buttercat1791
d8c64260b3
Refactor markup generator for embedded events into Svelte snippets
...
- Eliminate a component that is no longer needed.
- Reduce duplicate code.
- Tidy up code along the way.
- Ran `deno fmt` to auto-format code (hence the large diff).
7 months ago
silberengel
2d987c0a63
Fixed embedded events on events page
7 months ago
silberengel
0bd5a3f453
fix event result display
7 months ago
silberengel
53d3c33ee8
fixed my notes redirection
7 months ago
silberengel
27fdbde8df
fixed build and worked on memory leak
7 months ago
silberengel
f199f356a8
allow for differentiation: ssr versus client rendering
7 months ago
silberengel
0e720f70e8
corrected my-notes going blank on refresh and showing when no one is logged-in
7 months ago
silberengel
c240bf8873
removed if-browser from layout
7 months ago
silberengel
061de4354c
Added confirmation dialog to checkbox
7 months ago
silberengel
2bc742497e
changed to Svelte 5 syntax
7 months ago
silberengel
22235235b3
got rid of hard-coded relays
7 months ago
silberengel
9ea1462bcb
Fixed reactivity inefficiency
7 months ago
silberengel
11c605b5ef
improved search some more
7 months ago
silberengel
3eafdf0282
fixed profile display
7 months ago
silberengel
577d8c832a
fix relays and subscription search
7 months ago
silberengel
078cf05cc1
comment viewer added
7 months ago
silberengel
82c89eac6e
search bar also searches p and pubkey tags
7 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".
7 months ago
silberengel
188c58143c
display e-tag event lists in 30040
7 months ago
silberengel
1ca057f6e1
fixed my notes formatting
7 months ago
silberengel
5345d27b4c
removed debug messages
7 months ago
silberengel
b01592693e
fixed landing page grid
7 months ago
silberengel
12cf16b36d
fixed the publication loading
7 months ago
silberengel
b119c0010a
improved error handling for missing publications
8 months ago
buttercat1791
884d04a45e
Skip prerendering page layout children on server
8 months ago
buttercat1791
0806168811
Ensure SSR is allowed for page layouts
8 months ago
buttercat1791
01dc9233ed
Remove unnecessary `throw` commands
8 months ago
silberengel
0ada8c2b0a
fixed build
8 months ago
silberengel
c00d9b8fec
fixed events page width on narrow screens
8 months ago
silberengel
8b6db819dc
Fixed relay display on About page
8 months ago
silberengel
2c0c98190f
fixed the prox issue
8 months ago
silberengel
08d146b8f7
fix problem with trying to call websockets from the browser
8 months ago
silberengel
a3143bcb85
fixed bugs and accesibility warnings
8 months ago
silberengel
efd9003b1c
fixed build
8 months ago
buttercat1791
bc0010a756
Enable SSR for publications
8 months ago
buttercat1791
aa76910bc4
Use utils based on raw WebSockets for SSR
8 months ago
buttercat1791
bc22b21c33
Turn SSR back on
8 months ago
buttercat1791
cccbb01e3a
Add TODOs for next steps
8 months ago
buttercat1791
2bb42d3ec4
Clean up and refactor based on AI code review
8 months ago
buttercat1791
4a4b29f46c
Clean up old pages and add TODOs to new ones
8 months ago
buttercat1791
1bd2950679
Clean up redirects on query param based routes
8 months ago
buttercat1791
b665e1b019
AI - refactor for route params
...
Needs developer review
8 months ago
buttercat1791
8a8bdd18ac
TEMP refactor plan for LLMs
8 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
8 months ago
silberengel
b1d66ebd79
interim checkin
8 months ago
silberengel
3a275c510c
fix author tags on ZettelEditor and write test
8 months ago