limina1
b70929c0c9
Add editor, preview and publishing capabilities
10 months ago
silberengel
c30bd1d519
Fix the page redirection to sustain the Amber sessions
10 months ago
silberengel
7cd1a522f2
Made Amber session persistent.
10 months ago
silberengel
5dfa4ef2c5
updated and expanded comment box. corrected eventinput displa and updated search. Fixed reactivity problem.
10 months ago
silberengel
f3fa56556c
make columns more responsive
10 months ago
silberengel
ac48cd6c15
second-order search results and appended t: search results added to d: search
10 months ago
silberengel
4fe24f60e1
Applied code review comments
10 months ago
silberengel
97036fe930
fixed all logins/logouts
...
universal user store
10 months ago
silberengel
c8891f3109
Amber and npub-only login implemented
10 months ago
Silberengel
1fff18b267
latex/Asciidoc rendering improvement for NostrMarkup
10 months ago
Silberengel
5d6d24dfbc
Made the buttons more prominent
10 months ago
Silberengel
3fca7c0699
Publication writer done.
10 months ago
Silberengel
766818b2c6
Rudimentary comment box and event input box implemented
10 months ago
Silberengel
5c4a866a9f
fix missing copy icon
10 months ago
Silberengel
c37a3f3a73
rudimentary LaTeX implementation for Markup
10 months ago
Silberengel
b5e854a573
Double-checked relay implementation and added status page and better logging
10 months ago
Silberengel
7a4891d79e
made cards and card/detail images uniform
10 months ago
Silberengel
4564762005
Accelerated 30040 loading for the search bar on the landing page
10 months ago
Silberengel
c9721c5eb5
cleaned up debugging
10 months ago
Silberengel
bb14cdff5a
Asciidoctor rendering of Asciimath, LaTeX, PlantUML, and SVG placeholders for BPMN and TikZ
10 months ago
Silberengel
34c4de3adb
first pass at rendering wikilinks and nostr links in Asciidoc
10 months ago
Silberengel
7267196350
normalized event searches
10 months ago
Silberengel
d396b6f292
implemented d-tag searches and corrected wikilinks to use them
10 months ago
Silberengel
d39daa855c
fixed a-tag links
10 months ago
Silberengel
3879902397
fix raw json display and add copy button
10 months ago
Silberengel
433d6990f6
fixed a-link contrast on events page
10 months ago
Silberengel
03753a577b
fixed internal links opening in a new browser tab
10 months ago
Silberengel
6152aec1b3
fix user badges
10 months ago
Silberengel
3af81d3423
Improved contrast on all text, to meet accessibility guidelines
10 months ago
buttercat1791
e714ac2631
Pass publication section DOM into ToC class
10 months ago
buttercat1791
43d77d0f04
Remove accordion display mode from ToC component
10 months ago
buttercat1791
70e7674a77
Parallelize ToC initialization step
10 months ago
buttercat1791
d62e2fef5f
Add contextual and todo comments
10 months ago
buttercat1791
ff8cfd39ad
Remove unused function
10 months ago
buttercat1791
f0d35e0f29
Add time complexity notes on child sort function
10 months ago
buttercat1791
eae495fa77
Ensure correct sorting of children of tree nodes
10 months ago
buttercat1791
6a0a35f091
Add border styling to ToC sidebar
10 months ago
buttercat1791
b492a33cc7
Fit ToC styling to theme
10 months ago
buttercat1791
0fc90e5ceb
Use ToC hrefs for proper navigation
10 months ago
buttercat1791
b8b9deb727
Don't invoke `goto` in `onSectionFocused`
10 months ago
buttercat1791
700dec8875
Proxy bookmark observers through `SveltePublicationTree`
10 months ago
buttercat1791
8b2ac0e48f
Simplify `getMatchingTags` invocation
10 months ago
buttercat1791
1af98ec9d6
Remove unused component
10 months ago
buttercat1791
640e9db733
Send bookmark moved observers on success
10 months ago
buttercat1791
5fb32e35b2
Formatting and SvelteKit 2/Svelte 5 upgrades
10 months ago
buttercat1791
d299017b9e
Jump to element via ToC
10 months ago
limina1
750b143dcd
Cleanup and redundancy removal
10 months ago
limina1
c3edd41420
Invert person and hashtag selections
10 months ago
limina1
5195eb18d6
Add tag display improvements and sorting controls
...
- Change minEventCount to 1 to display all tags regardless of occurrence count
- Add radio buttons to sort tags by count (default) or alphabetically
- Add "Invert Selection" checkbox to toggle all tags at once
- Fix tag sorting implementation with proper Svelte @const placement
These changes provide better control over tag visibility and organization,
making it easier to explore and filter the visualization by tags.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
10 months ago
limina1
d8acb4495a
Remove graph traversal and expansion depth from settings panels
...
- Remove entire Graph Traversal section from Settings panel including:
- "Search through already fetched" toggle
- "Append mode" toggle and clear graph button
- Remove expansion depth control from Tag Anchor Controls in Legend
- Make entire header sections clickable for better accessibility:
- Main panel headers (Legend/Settings) are fully clickable
- Section headers within panels are fully clickable
- Add hover effects for visual feedback
- Use pointer-events-none on arrow icons
This simplifies the UI by removing unused features and improves
accessibility by making larger click targets for toggling panels.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
10 months ago