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
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
f3a589b595
corrected relay management
7 months ago
silberengel
f199f356a8
allow for differentiation: ssr versus client rendering
7 months ago
silberengel
c7e3cbf993
switched to npub
7 months ago
silberengel
2bc742497e
changed to Svelte 5 syntax
7 months ago
silberengel
1283265155
fix the author in the publication cards
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
a93e528949
Fixed relay list and profile being empty on page refresh.
7 months ago
silberengel
9a96a7aad8
fixed gaps in landing page feed. now always 10x column number.
7 months ago
silberengel
c11b5d7c2b
reimplemented markup for 30023s
7 months ago
silberengel
b01592693e
fixed landing page grid
7 months ago
silberengel
521db62f60
Use websocketpool in publication feed
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
114b3a035b
Simplify link generation in `PublicationHeader` component
...
The component only needs to work with kind 30040 index events.
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
silberengel
4ac2ab8eb0
updated event form to handle complex, empty, and skeleton 30040 creation
...
added informative text to compose notes page
8 months ago
buttercat1791
3b7ffb913f
Fix warnings and errors thrown be Deno's linter
8 months ago
silberengel
bd6d96ed62
Made ToC auto-expanding
8 months ago
silberengel
97d54e64ac
highlight current section and pad header
8 months ago
silberengel
1a1612150e
added pastel placeholders
8 months ago
silberengel
ba1f0164ba
fixed feed display
8 months ago
silberengel
5e72e31fca
interim bugfix state
8 months ago
silberengel
5ceaced771
ran prettier
8 months ago
silberengel
e7299c755e
fixed the build and all errors
8 months ago
buttercat1791
e714ac2631
Pass publication section DOM into ToC class
8 months ago
buttercat1791
43d77d0f04
Remove accordion display mode from ToC component
8 months ago
buttercat1791
70e7674a77
Parallelize ToC initialization step
8 months ago
buttercat1791
d62e2fef5f
Add contextual and todo comments
8 months ago
buttercat1791
ff8cfd39ad
Remove unused function
8 months ago
buttercat1791
f0d35e0f29
Add time complexity notes on child sort function
8 months ago
buttercat1791
eae495fa77
Ensure correct sorting of children of tree nodes
9 months ago
buttercat1791
6a0a35f091
Add border styling to ToC sidebar
9 months ago
buttercat1791
b492a33cc7
Fit ToC styling to theme
9 months ago
buttercat1791
0fc90e5ceb
Use ToC hrefs for proper navigation
9 months ago
buttercat1791
b8b9deb727
Don't invoke `goto` in `onSectionFocused`
9 months ago
buttercat1791
700dec8875
Proxy bookmark observers through `SveltePublicationTree`
9 months ago
buttercat1791
5fb32e35b2
Formatting and SvelteKit 2/Svelte 5 upgrades
9 months ago
buttercat1791
d299017b9e
Jump to element via ToC
9 months ago
buttercat1791
15daf824c2
Correctly render hierarchy in ToC component
9 months ago
buttercat1791
31b5c2c324
Scroll sidebar on overflow
9 months ago
buttercat1791
3aebf1c00b
Remove unneeded TODO
9 months ago
buttercat1791
44a9d282a5
Use a reactive map to make ToC entry expansion react on click
9 months ago
buttercat1791
261b324d1b
Fix code mangled by git
9 months ago
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
buttercat1791
2d6d38b3b3
Fix data flow between publication tree and ToC
9 months ago
buttercat1791
7219e68ca3
Make accordion non-flush
9 months ago