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
buttercat1791
5be8bedd42
Remove unused Publication props
10 months ago
buttercat1791
2ce2292d6f
Remove unneeded TODO comment
10 months ago
buttercat1791
830108ac90
Opens #118#137
10 months ago
Silberengel
ffe1098a7d
Revert "Interim changes"
...
This reverts commit b35774b9a0 .
10 months ago
Silberengel
b35774b9a0
Interim changes
10 months ago
buttercat1791
68d8a0085c
Ensure an alert is shown when publication sections are missing
10 months ago
buttercat1791
c629036a61
Remove `loadedAddresses` state
10 months ago
buttercat1791
fb7e2539e6
Fix the tree traversal algorithm
...
The loader's `next()` method now correctly indicates when it has reached the root node in the tree. From this, the publication component can known when to stop loading and hide the "Load More" button.
10 months ago
Nuša Pukšič
82f0d20e23
Refactored visibility store, changed styles yet again...
10 months ago
buttercat1791
da2cae365f
Detect when publication loading is done in component
10 months ago
buttercat1791
f72adcb6d3
Display a "Load More" button if load-on-scroll fails
10 months ago
buttercat1791
74d6b306b9
Track loaded addresses in a publication
10 months ago
buttercat1791
e9aa513d5f
Load only one element at a time on scroll
10 months ago
Nuša Pukšič
5283ebf1a7
Added hashtags and interaction counters, changed layouts
10 months ago
buttercat1791
e35bfd75a7
Gracefully handle missing events when loading a publication
10 months ago
Nuša Pukšič
1a537239ed
More dynamic and reactive columns
10 months ago
Nuša Pukšič
5f7236fb08
Better interactivity
10 months ago
Nuša Pukšič
0595916644
Blog contents with placeholder interactions
11 months ago
buttercat1791
035ef934d5
Support loading single content events
...
Handles the case where the root of a publication tree is identical to its one and only leaf, i.e., the publication consists of a single event.
11 months ago
Nuša Pukšič
e922f112cf
Merge ate some code... now it's back
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
823d522395
Comment out ToC placeholder
11 months ago
Nuša Pukšič
82f26bbae9
Fix merge blunder, minor changes to the layout
11 months ago
buttercat1791
03612ad6de
Render publication content and headers
...
Incomplete. Some headers are still missing, and we don't yet gracefully handle events that can't be found.
11 months ago
buttercat1791
46f61da01d
Begin to implement import on visibility for publication content
11 months ago
buttercat1791
b199ab1e50
Begin to move off of `<Preview>` and onto `<PublicationSection>`
11 months ago
Silberengel
c1c9d56518
Move Opengraph metadata from the publication component to the publication page
11 months ago
Silberengel
f240083dac
implemen OpenGraph metadata
11 months ago
Nuša Pukšič
3969a60e07
Switch columns and styles, additional navigation
11 months ago
Silberengel
9588d1704c
Change code references from "article" to "publication" to fit the domain.
1 year ago
Silberengel
5c9bd4bc72
close issue#166 update master to newest version
1 year ago
buttercat1791
316fcb1b7a
Use more idiomatic Svelte 5/SvelteKit 2 loading patterns
1 year ago
buttercat1791
213d302e21
Remove unused props
1 year ago
buttercat1791
c574694787
Use Preview component for reader view
1 year ago
buttercat1791
cc19e0742c
Add publication load failure alert message
1 year ago
buttercat1791
af5ae81916
Use Preview component for reader view
1 year ago
buttercat1791
f66f072660
Create article editor route
2 years ago
buttercat1791
a341e1adc5
Update NDK and ensure feed and article read works
2 years ago
buttercat1791
d894c5f743
Improve path-based event loading by d tag
2 years ago