silberengel
b1d66ebd79
interim checkin
9 months ago
silberengel
3a275c510c
fix author tags on ZettelEditor and write test
9 months ago
silberengel
9ecb31ad2d
bug-fixing
9 months ago
silberengel
4ac2ab8eb0
updated event form to handle complex, empty, and skeleton 30040 creation
...
added informative text to compose notes page
9 months ago
silberengel
96e2e161aa
fixed package errors and async debounce
9 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
9 months ago
limina1
9507a5e25e
Merge remote-tracking branch 'origin/master' into feature/text-entry
9 months ago
limina1
1e907771d3
feat: publish array of notes
9 months ago
Michael J
88f4ae91c8
Merges pull request #48
...
Introduce WebSocketPool for Connection Management
9 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.
9 months ago
buttercat1791
fee33e8f92
`#instance` -> `#shared`
9 months ago
buttercat1791
eb682846e0
Recommend `WebSocketPool` usage to Cursor
9 months ago
buttercat1791
96dde51c44
Change prescribed quote style for Cursor
9 months ago
buttercat1791
c79b844f65
Use `WebSocketPool` for raw WebSocket connections
9 months ago
buttercat1791
9a95ee4508
Remove unused imports
9 months ago
buttercat1791
0743cc3629
Update Deno lockfile
9 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
9 months ago
buttercat1791
c466d73a57
Add resource pool class for WebSocket connections
9 months ago
Michael J
1116c6ddb0
Merges pull request #45
...
Build cleanup
10 months ago
vnugent
293f0cf651
build(container): add deno cache step to docker container
10 months ago
buttercat1791
3b7ffb913f
Fix warnings and errors thrown be Deno's linter
10 months ago
buttercat1791
163236db2a
Update deps and include @noble packages
10 months ago
buttercat1791
e26c6a9fdd
Set package version to agree with tag
10 months ago
buttercat1791
491b87401c
Update Deno lockfile
10 months ago
buttercat1791
e42c9c84f0
Merge remote-tracking branch 'onedev/master' into build-cleanup
10 months ago
silberengel
434fa12c65
Merges pull request #44
...
Feature/text entry
10 months ago
silberengel
0eb8509e2f
v0.0.2 packages
10 months ago
silberengel
591066aa9e
turned on local relays
10 months ago
silberengel
5822c087a6
blog updated
10 months ago
silberengel
c1d60069a8
commenting works
10 months ago
silberengel
fab4a00992
publishing from events works
10 months ago
silberengel
fd3b26741d
login working
10 months ago
silberengel
3f511dfcb1
fixed event search
10 months ago
silberengel
bd6d96ed62
Made ToC auto-expanding
10 months ago
silberengel
c7ce636210
ToC corrections
10 months ago
silberengel
97d54e64ac
highlight current section and pad header
10 months ago
silberengel
1a1612150e
added pastel placeholders
10 months ago
silberengel
ba1f0164ba
fixed feed display
10 months ago
vnugent
3036214ca7
chore(readme): correct the readme for container builds
...
- Removed the plain docker build since we didn't have a docker file, those instructions didnt work
- Corrected the deno container build instructions
10 months ago
vnugent
fd73b0afad
chore: removed old bun.lock file as we no longer use bun
10 months ago
vnugent
efcf3d7195
fix(compose): update the docker compose file to build correctly
...
- fixed the compose file so it builds the current deno application
- fixed the port numbers to match the deno server
10 months ago
vnugent
17c49a092b
refactor(container): updated dockerfiles for deployments
...
- Removed the next/prod docker files as they don't get used in our deployment scheme
- Renamed the local dockerfile to Dockerfile so it's easily buidable for all deployments
10 months ago
silberengel
5e72e31fca
interim bugfix state
10 months ago
silberengel
5ceaced771
ran prettier
10 months ago
silberengel
e7299c755e
fixed the build and all errors
10 months ago
silberengel
e3a76c4b64
Merge issue#137#118-table-of-contents into feature/text-entry - integrated ToC functionality
10 months ago
silberengel
2486fd54a7
Merge issue#90-Amber-login into feature/text-entry - resolved conflict in compose page
10 months ago
silberengel
1c0f1bbdce
Fixed everything broken after merge. Corrected some bugs. Added 30040 traceback links.
10 months ago
silberengel
28506f0135
Merge remote-tracking branch 'origin' into issue#90-Amber-login
10 months ago
silberengel
a0903a8ad9
Merges pull request #41
...
Fix Entry in Doom Loop and Tidy Up Old Merged-in Code
Part 1
10 months ago