silberengel
d8b0622772
Merge branch 'master' of ssh://onedev.gitcitadel.eu:6611/Alexandria/gc-alexandria into feature/text-entry
11 months ago
silberengel
c424ee7beb
fixed wiki links
11 months ago
silberengel
c00d9b8fec
fixed events page width on narrow screens
11 months ago
silberengel
8b6db819dc
Fixed relay display on About page
11 months ago
silberengel
2c0c98190f
fixed the prox issue
11 months ago
silberengel
08d146b8f7
fix problem with trying to call websockets from the browser
11 months ago
silberengel
a3143bcb85
fixed bugs and accesibility warnings
11 months ago
silberengel
efd9003b1c
fixed build
11 months ago
silberengel
b34cca3a33
Merge branch 'master' of ssh://onedev.gitcitadel.eu:6611/Alexandria/gc-alexandria into #242-routing-and-ssr
11 months ago
silberengel
7f5c12f574
Merge branch "master" into branch "feature/cleaned-my-notes"
11 months ago
silberengel
5a52e21d2a
Merges pull request #39
...
Visualization improvements
11 months ago
silberengel
940b067971
Merge branch "master" into branch "visualization-improvements"
11 months ago
buttercat1791
1475004a29
Add details to relay selector design doc
11 months ago
buttercat1791
2458d5b232
Add design documentation on relay selector
11 months ago
buttercat1791
bc0010a756
Enable SSR for publications
11 months ago
buttercat1791
aa76910bc4
Use utils based on raw WebSockets for SSR
11 months ago
buttercat1791
bc22b21c33
Turn SSR back on
11 months ago
buttercat1791
cccbb01e3a
Add TODOs for next steps
11 months ago
buttercat1791
2bb42d3ec4
Clean up and refactor based on AI code review
11 months ago
buttercat1791
4a4b29f46c
Clean up old pages and add TODOs to new ones
11 months ago
buttercat1791
e093ee599d
Give explicit instructions on reading and updating anchor comemnts
11 months ago
buttercat1791
1bd2950679
Clean up redirects on query param based routes
11 months ago
buttercat1791
2150a311ec
Revise general project instructions
11 months ago
buttercat1791
114b3a035b
Simplify link generation in `PublicationHeader` component
...
The component only needs to work with kind 30040 index events.
11 months ago
buttercat1791
2ce83b75ca
Set return types for NIP-19 decoding utils
11 months ago
buttercat1791
b665e1b019
AI - refactor for route params
...
Needs developer review
11 months ago
buttercat1791
8a8bdd18ac
TEMP refactor plan for LLMs
11 months ago
buttercat1791
825dee1584
Specify Deno as the preferred runtime in Cursor rules
11 months ago
buttercat1791
a2d9b64114
Add anchor comments to project Cursor instructions
11 months ago
limina1
872592dd76
feat: add My Notes page with tag filtering and AsciiDoc rendering
...
- Add My Notes navigation link
- Create My Notes page with 30041 event fetching
- Implement tag filtering system with sidebar
- Add AsciiDoc rendering for note content
- Include Playwright tests for layout validation
- Fix NDKFilter import issues (type imports)
- Update layout to prevent horizontal scroll
- Add publisher service for note publishing
11 months ago
silberengel
b1d66ebd79
interim checkin
11 months ago
Michael J
d3885055fb
Merges pull request #51
...
Cursor Rules for Code Review
11 months ago
buttercat1791
d455f7e802
Add Cursor rules that assist in code review
11 months ago
silberengel
3a275c510c
fix author tags on ZettelEditor and write test
11 months ago
silberengel
9ecb31ad2d
bug-fixing
11 months ago
silberengel
4ac2ab8eb0
updated event form to handle complex, empty, and skeleton 30040 creation
...
added informative text to compose notes page
11 months ago
silberengel
96e2e161aa
fixed package errors and async debounce
11 months ago
limina1
d154d14e8f
feat: implement multi-note publishing with tag extraction and NIP-19 encoding
...
- Add publishMultipleZettels function that publishes all AsciiDoc sections as separate events
- Update compose page to use multi-note publishing instead of single note
- Add console logging for e/a tags, nevent, and naddr for debugging
- Fix NDKFilter import issues by creating custom Filter type
- Display count of published events instead of redirecting to events page
11 months ago
limina1
9507a5e25e
Merge remote-tracking branch 'origin/master' into feature/text-entry
11 months ago
limina1
1e907771d3
feat: publish array of notes
11 months ago
buttercat1791
b85ce74bdd
Merge remote-tracking branch 'onedev/master' into visualization-improvements
11 months ago
Michael J
88f4ae91c8
Merges pull request #48
...
Introduce WebSocketPool for Connection Management
11 months ago
buttercat1791
2a57122436
Introduce WebSocket handles and simplify
...
- The `acquire`, `release`, and `drain` method signatures remain unchanged.
- `WebSocketHandle` objects are introduced to tie each socket's state to the socket itself.
- Initial connection logic is simplified.
- Some minor improvements and validations are introduced based on AI-assisted code review.
11 months ago
buttercat1791
fee33e8f92
`#instance` -> `#shared`
11 months ago
buttercat1791
eb682846e0
Recommend `WebSocketPool` usage to Cursor
11 months ago
buttercat1791
96dde51c44
Change prescribed quote style for Cursor
11 months ago
buttercat1791
c79b844f65
Use `WebSocketPool` for raw WebSocket connections
11 months ago
buttercat1791
9a95ee4508
Remove unused imports
11 months ago
buttercat1791
0743cc3629
Update Deno lockfile
11 months ago
buttercat1791
2839e2547a
Improve `WebSocketPool` class
...
- Share a single connection per URL
- Set a limit to the number of connections to prevent resource exhaustion
- Prevent certain race conditions
11 months ago