silberengel
6651b8394b
expand upward from jump
3 months ago
silberengel
2cb8266297
fix refactor
3 months ago
silberengel
83ef816b46
refactor
3 months ago
silberengel
448009ebfa
allow jumping-in from the toc to a newly-rendered section
...
trigger infinite scrolling from the jump-in position
3 months ago
silberengel
5f288295fc
revamp toc for background-loading of the entire publication map
3 months ago
silberengel
33eced1fb0
fix publication loading
...
switch from manual loading to infinite scroll
3 months ago
silberengel
b3e4d7b053
don't let publication header menu button leak through article header
3 months ago
silberengel
4a57606889
make publication responsive to screen width
...
remove superfluous section indenting
correct menus
get rid of clunky button row
3 months ago
silberengel
6e7b2fff7c
fix cut-off headers
3 months ago
silberengel
db9cf1c279
fix dark and light-view contrast for the whole app, to meet accesibility standards
...
remove unused navigation bars
fixed hover effects
3 months ago
silberengel
71cb877847
fix blog-view
...
restore toc/article expansion
make collapsed cards less prominent
make entire expanded card clickable
responsive layout, for small screens
3 months ago
silberengel
785e029132
adjust content panel
3 months ago
silberengel
e8db4e89af
fix table of contents button on publications and articles
3 months ago
buttercat1791
e935daf08a
Fix errors surfaced by Svelte check
3 months ago
limina1
0919677f24
Add comprehensive comment system with actions and threaded replies
...
Implement full-featured comment system for publications with support for article-level and section-level comments, complete action menus, and threaded reply functionality.
Key features:
- Article-level comments display next to publication header with responsive layout (desktop: right sidebar, mobile: below header)
- Three-dot action menu on all comment levels (root, replies, nested replies) with View details, View JSON, Copy nevent, and Delete options
- Reply functionality for all comment levels with NIP-22 compliant tagging
- View details navigates to event page (/events?id={nevent})
- View JSON opens modal displaying full event data
- Discussion button now available for blog-type publications
- Replace placeholder in Discussion sidebar with actual comment rendering
Technical implementation:
- Responsive comment layout matching section comment pattern
- State management for reply UI, deletion, and modals
- Proper NIP-22 threading with root/parent tag structure
- Integration with deletion service for comment removal
- Navigation to event details page
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
4 months ago
limina1
e6b4738f98
Integrate highlights, comments, and delete functionality into UI
4 months ago
Nuša Pukšič
ca6797c8f8
Tweaks
5 months ago
Nuša Pukšič
62848ed184
Dark mode, unbreak toc
5 months ago
Nuša Pukšič
5a6c2bb171
Hide discussion and center publication
5 months ago
Nuša Pukšič
e667cbd3cb
Unbreak pagination
5 months ago
Nuša Pukšič
a0886aea9b
Publications, part 3
5 months ago
Nuša Pukšič
9ea6e8b3e8
Publications, part 2
5 months ago
Nuša Pukšič
9425026b52
Publications, part 1
5 months ago
Nuša Pukšič
f8cc80865d
Editor
5 months ago
Nuša Pukšič
b6d0dfb73a
Update, explode and break styles and components
5 months ago
silberengel
9cd880166f
removed incorrect ai dates
7 months ago
silberengel
f0400533ea
display nested publications
7 months ago
silberengel
fc34d68a83
fixed publications
7 months ago
silberengel
2bc742497e
changed to Svelte 5 syntax
7 months ago
silberengel
bd6d96ed62
Made ToC auto-expanding
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
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
d299017b9e
Jump to element via ToC
9 months ago
buttercat1791
31b5c2c324
Scroll sidebar on overflow
9 months ago
buttercat1791
b07914f963
Allow two ToC component variants
...
- A sidebar variant is meant for integration within a sidebar. This is used in the current Publication component.
- An accordion variant is intended for standalone use.
9 months ago
buttercat1791
d48ddd465a
Remove unneeded references to Pharos parser
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
buttercat1791
42cb538be5
Move publication components into their own sub-directory
10 months ago
Nuša Pukšič
c201135d9a
Moved profile into a card, added lnurl and QR code
10 months ago
Silberengel
1acd8b3acf
Tidied up and display rudimentary ToC. Updated screenshots.
10 months ago
Nuša Pukšič
73cc4c25cf
There's always one more thing... hiding interactions card at the bottom of a blog
10 months ago
Nuša Pukšič
d616cd7b37
Don't override ToC visibility on mobile
10 months ago
Nuša Pukšič
293e438498
Less details in cards, hide ToC for content only view, dark mode color shift
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