Silberengel
2475a9ce25
reveal comments on publications and correct threading
2 months ago
Silberengel
9fb78961fc
clear publication cache when search data updated
2 months ago
Silberengel
beea9d1b26
Increase the number of publications returned
2 months ago
Silberengel
5407bcd7fc
suppress no filters to merge error from NDK
2 months ago
Silberengel
cd2489b865
add orly and newsroom localhost port
...
remove nostr.band
get rid of individual relay settings
2 months ago
Silberengel
813a856e24
silence window-scope error
2 months ago
Silberengel
bb50c53a45
update package-lock
2 months ago
limina1
d3c4602af5
fix: resolve CodeMirror duplicate instance error
...
Remove deprecated @codemirror/basic-setup@0.20.0 which pulled in
conflicting 0.20.x versions alongside modern 6.x packages. Import
basicSetup from 'codemirror' package instead.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2 months ago
silberengel
5ad97c11f6
Merges pull request #81
...
Issue#312 major qc revamp -- Part 1
I'm merging this because it at least looks neater and the infinite scroll makes it more usable.
3 months ago
buttercat1791
e57285c6a4
Run `deno fmt` utility
3 months ago
silberengel
aa7251834b
make vertical scrollbar on ToC reactive to selections
3 months ago
silberengel
5fd2783d6b
reduce console logging noise
3 months ago
silberengel
c7e47698f3
suppress upward loading on initial mount
...
expand ToC width
3 months ago
silberengel
30257bf72c
turn comments off, by default
3 months ago
silberengel
056be3d6cf
fix toc button on blog view
3 months ago
silberengel
4db477f0b9
immediately display initial fetch
3 months ago
silberengel
9069784e78
close comment-loading message faster
3 months ago
silberengel
130b69df30
make top-sentinel less prominent, so that there is less empty space at the top
3 months ago
silberengel
691f24588a
fix highlightlayer and commentlayer releases
3 months ago
silberengel
ec52af2126
fix hashtag contrast
3 months ago
silberengel
bd07fe2fe8
refactor
3 months ago
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
39fe4ce3d9
fix toc indentation
3 months ago
silberengel
dd3699287f
add a beginning entry to the ToC, so that you can scroll all the way to the top of the page
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
800d23109d
fix index-card feed layout on mobile
3 months ago
silberengel
6e7b2fff7c
fix cut-off headers
3 months ago
silberengel
87cd27541c
change base-hover color for light-mode buttons to something more subtle
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
f6ad565af3
remove disconcerting back button
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
silberengel
d81989d5bd
Merge branch 'master' of ssh://onedev.gitcitadel.eu:6611/Alexandria/gc-alexandria into issue#312-major-qc-revamp
3 months ago
silberengel
4f4abdb318
Merges pull request #79
...
Hotfix publish progress bar
3 months ago
silberengel
3346537778
Merge remote-tracking branch 'origin/master' into hotfix/publish-progress-bar
...
# Conflicts:
# .env.example
# package-lock.json
3 months ago
Michael J
8a1f3b2035
Merges pull request #80
...
fix build errors
3 months ago
buttercat1791
e87aa77deb
Run `deno fmt`
3 months ago
buttercat1791
e935daf08a
Fix errors surfaced by Svelte check
3 months ago
silberengel
1dde26e05e
fix build errors
3 months ago
silberengel
3a238357ac
Merges pull request #73
...
Integration/all prs
3 months ago
limina1
f63fdcb27d
update package-lock
3 months ago
limina1
fd808f3d21
Add publishing progress bar with mock mode support
...
- Add progress tracking to show n/total events during publishing
- Display progress bar beneath editor controls in ZettelEditor
- Add VITE_MOCK_PUBLISH env variable for testing UI without publishing
- Mock mode simulates network delay (300-500ms) and generates fake event IDs
- Progress updates after each event publishes in both article and scattered notes modes
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
3 months ago
limina1
76ad9c2a04
Fix View details to open modal with JSON and event page button
...
Update comment action menu to match expected behavior:
- "View details" now opens modal showing full event JSON
- Modal includes "View on Event Page" button at top for navigation
- Simplified modal to only show JSON (removed individual field displays)
- Removed separate "View JSON" menu item (consolidated into View details)
Technical changes:
- Consolidated jsonModalOpen and detailsModalOpen into single state
- All action menus (root, replies, nested) now use consistent modal
- Button navigates to /events?id={nevent} for full event view
- Increased JSON preview max-height to 500px for better visibility
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
4 months ago