Silberengel
68ab68bede
implemented emoji rendering and cleaned up nostr address rendering
12 months ago
Silberengel
e8073cc84f
moved markdown parsers
12 months ago
Silberengel
ffe1098a7d
Revert "Interim changes"
...
This reverts commit b35774b9a0 .
12 months ago
Silberengel
b35774b9a0
Interim changes
12 months ago
buttercat1791
68d8a0085c
Ensure an alert is shown when publication sections are missing
12 months ago
buttercat1791
c629036a61
Remove `loadedAddresses` state
12 months ago
buttercat1791
297be425d8
Make `Lazy<T>` resolve atomically
12 months ago
buttercat1791
6e17df5393
Remove unneeded `await`
12 months ago
buttercat1791
6cc5b375c1
Update comments
12 months ago
buttercat1791
f48f1f9467
Remove redundant call to `tryMoveToParent()`
12 months ago
buttercat1791
0ec64a4aa7
Implement `previous()` method for reverse tree traversal
12 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.
12 months ago
Nuša Pukšič
f2c0eaf4ca
closes #202
1 year ago
Nuša Pukšič
cb88020064
Just because...
1 year ago
Nuša Pukšič
8d4f628a63
Adjust space
1 year ago
Nuša Pukšič
82f0d20e23
Refactored visibility store, changed styles yet again...
1 year ago
buttercat1791
da2cae365f
Detect when publication loading is done in component
1 year ago
buttercat1791
f72adcb6d3
Display a "Load More" button if load-on-scroll fails
1 year ago
buttercat1791
b9925813db
Remove completed TODOs
1 year ago
buttercat1791
74d6b306b9
Track loaded addresses in a publication
1 year ago
buttercat1791
e9aa513d5f
Load only one element at a time on scroll
1 year ago
buttercat1791
557f3c0dfb
Add `content-visibility-auto` Tailwind utility
1 year ago
Nuša Pukšič
5283ebf1a7
Added hashtags and interaction counters, changed layouts
1 year ago
buttercat1791
e35bfd75a7
Gracefully handle missing events when loading a publication
1 year ago
Nuša Pukšič
1a537239ed
More dynamic and reactive columns
1 year ago
Nuša Pukšič
5f7236fb08
Better interactivity
1 year ago
Nuša Pukšič
e104a48c7e
Declutter publication navi
1 year ago
Nuša Pukšič
0595916644
Blog contents with placeholder interactions
1 year ago
Nuša Pukšič
86976c5bf8
Update ArticleNav
1 year 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.
1 year ago
Nuša Pukšič
05755293e8
Check if tags exist
1 year ago
Nuša Pukšič
e922f112cf
Merge ate some code... now it's back
1 year ago
Nuša Pukšič
6d7f4217ee
Intermediate state where publications have 'covers' and columns are still all messed up
1 year ago
Silberengel
dddc154b09
interim state
1 year ago
buttercat1791
823d522395
Comment out ToC placeholder
1 year ago
buttercat1791
3f479169a7
Remove leftover console debug statements
1 year ago
buttercat1791
1ecc6bccbd
Get rendering to work properly with new loader
...
Load-on-scroll can stand to be improved, but it works at a basic level. Event content is rendered correctly, with headings, and many content block types have proper styling.
1 year ago
Silberengel
77f9069038
fix img tag linting errors
1 year ago
Silberengel
110d14a5af
Removed outdated file and updated the packages
1 year ago
Silberengel
01dad59732
removed redundant inline code implementation
1 year ago
Silberengel
abb3f2a75b
Fixed the bugs. Added the m/M tags. Fixed the formatting. Split the parser into smaller functions and separated by basic/advanced. Added more test cases to the markdown test file.
1 year ago
Nuša Pukšič
1df1da95ce
Changed the styles of the visualization page, moved the settings
1 year ago
Silberengel
0f80ac585a
Revert all the special json formatting. Use only the standard functions.
...
Fixed the formatting.
Added Cancel button, Preview tab, and Submission confirmation modal.
Added copy buttons to each code block.
Made sure the focus and the workflow are correct.
Changed the text within the input box to Markdown instructions.
Issue #215
1 year ago
Nuša Pukšič
94842e2326
Moved buttons and consolidated stylesheet
1 year ago
Silberengel
1c3b96882e
Implemented code formatting and more markdown. Code formatting to be further improved.
1 year ago
Silberengel
430a86b643
Implemented blockquotes, improved styling. Handling npub, nprofile, nevent, note, and naddr embedding, with or without the "nostr:" prefix. Fixed ordered and unordered lists. Fixed footnotes.
...
Code-blocks still messy. Working on it.
1 year ago
Silberengel
fdc45858d0
Get the login working.
1 year ago
Silberengel
13a2932cde
Fixed most of the regex on the page.
1 year ago
Silberengel
1a17892942
Fixes #217
...
Adds zoom and centering buttons. Implements D3 properly and updates everything to Svelte 5 and CSS styles.
1 year ago
Nuša Pukšič
82f26bbae9
Fix merge blunder, minor changes to the layout
1 year ago