261 Commits

Author SHA1 Message Date
Patrick
9b81dce394 feat: Add comprehensive @welshman/util v0.4.2 test coverage
Some checks failed
Deploy to GitHub Pages / deploy (push) Has been cancelled
Test / test (push) Has been cancelled
- Add complete test suites for all major Welshman APIs:
  - Address: Addressable event handling (20 tests)
  - Encryptable: Encryption/decryption functionality (11 tests)
  - Filters: Query optimization and matching (26 tests)
  - Handler: NIP-89 application handlers (15 tests)
  - List: Public/private list management (24 tests)
  - Profile: User profile management (22 tests)
  - Tags: Tag parsing and validation (16 tests)
  - Zaps: Lightning Network integration (20 tests)
- Achieve 100% test coverage with 203/203 tests passing
- Update README to reflect comprehensive API coverage
- Validate complete Nostr development framework functionality

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-22 07:10:40 -04:00
Patrick
596db0a26d feat: Migrate to @welshman/util v0.4.2 with modern Router implementation
Some checks failed
Deploy to GitHub Pages / deploy (push) Has been cancelled
Test / test (push) Has been cancelled
- Replace 200+ line compatibility layer with native v0.4.2 Router
- Implement complete modern Router from Welshman repository
- Add missing address utilities and Tags/Tag classes
- Achieve 100% test coverage (49/49 tests passing)
- Add comprehensive Router and Events API testing
- Remove network-dependent integration tests
- Update documentation to reflect modern architecture

BREAKING CHANGE: Eliminates compatibility layer, uses native v0.4.2 APIs

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-22 06:47:21 -04:00
Patrick
722738e095 feat: Implement complete Router compatibility layer for NWelshman
Some checks failed
Deploy to GitHub Pages / deploy (push) Has been cancelled
Test / test (push) Has been cancelled
- Added custom Router class implementing v0.0.2 interface that NWelshman expects
- Implemented all required Router methods (User, FromPubkeys, WithinMultipleContexts, etc.)
- Added RouterScenario implementation with proper relay selection and policy handling
- Fixed TypeScript type compatibility issues between NWelshman and NostrContext
- Added integration tests with real relay connections
- Fixed ESLint errors and added missing HTML metadata
- Created web manifest for PWA support
- Updated README with Router implementation details

The Router now properly bridges the version gap between @welshman/util v0.4.2
and the v0.0.2 interface that NWelshman requires, enabling full Welshman
functionality with intelligent relay routing.

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-21 19:35:31 -04:00
Patrick
6e53f9082e Initial commit: MKStack template with Welshman pool manager
Some checks failed
Deploy to GitHub Pages / deploy (push) Has been cancelled
Test / test (push) Has been cancelled
- Replaced NPool with NWelshman for intelligent relay management
- Added router configuration for specialized relay selection
- Implemented quality scoring for relay prioritization
- Added comprehensive unit and integration tests
- Updated README with detailed documentation
- Configured redundancy and connection limits for better reliability
2025-08-21 15:12:01 -04:00
Alex Gleason
df80653a83
Update mcp servers 2025-08-18 21:55:35 -05:00
Alex Gleason
a862d30e8e
Remove sonner 2025-08-09 19:45:54 -08:00
Alex Gleason
5eeb424d43
Revert "Add .ai-history/ to .gitignore"
This reverts commit b6d31cdd9d10161879215930eae8060af122531c.
2025-07-30 00:11:29 -05:00
Alex Gleason
b6d31cdd9d
Add .ai-history/ to .gitignore 2025-07-28 23:55:20 -05:00
Chad Curtis
7473c794cc Merge branch 'zapSupport' into 'main'
Implement Zap + NWC Wallet support

See merge request soapbox-pub/mkstack!11
2025-07-26 00:12:25 +00:00
Chad Curtis
0c039bfbcf revert gitlab-ci to upstream version for now 2025-07-26 00:09:58 +00:00
Chad Curtis
36237fd5b6 attempt to isolate gitlab logic to mainline mkstack 2025-07-25 23:51:13 +00:00
Chad Curtis
1de668785f CONTEXT update per review feedback 2025-07-25 23:47:46 +00:00
Chad Curtis
c231ee40ac Merge branch 'main' of gitlab.com:soapbox-pub/mkstack into zapSupport 2025-07-25 23:45:15 +00:00
Alex Gleason
fbbf7f8c39
npm audit fix 2025-07-23 16:30:18 -05:00
Chad Curtis
23508f361b clean up mobile drawer height fix 2025-07-17 23:37:19 +00:00
Chad Curtis
612aacb00b Merge branch 'main' of gitlab.com:soapbox-pub/mkstack into zapSupport 2025-07-17 22:38:39 +00:00
Chad Curtis
23f01f7dda Merge branch 'errorBoundary' into 'main'
Add an ErrorBoundary to the default template

See merge request soapbox-pub/mkstack!13
2025-07-17 22:37:17 +00:00
Chad Curtis
68959e0e77 remove iframe postmessage 2025-07-17 22:19:12 +00:00
Chad Curtis
d17fc5ddd7 Add default ErrorBoundary with iframe postMessage to template. 2025-07-17 17:18:58 +00:00
Alex Gleason
c5dabfdb3a Merge branch 'running-tests' into 'main'
CONTEXT.md: clarify writing tests vs running tests

See merge request soapbox-pub/mkstack!12
2025-07-17 03:47:51 +00:00
Alex Gleason
2cb807a4eb
CONTEXT.md: clarify writing tests vs running tests 2025-07-16 22:43:57 -05:00
Alex Gleason
58bd5b1a4e Merge branch 'signupTemplate' into 'main'
Create expanded signup template

See merge request soapbox-pub/mkstack!7
2025-07-16 18:55:04 +00:00
Chad Curtis
2543c9c806 CONTEXT.md update 2025-07-16 18:52:10 +00:00
Alex Gleason
94e29c2f45
Upgrade Nostrify 2025-07-15 15:56:06 -05:00
Alex Gleason
6491300bc6 Merge branch 'bare-nip19-paths' into 'main'
CONTEXT.md: Enhance NIP-19 section

Closes #9

See merge request soapbox-pub/mkstack!9
2025-07-15 17:06:35 +00:00
Chad Curtis
d393975ccb generic colors 2025-07-14 21:38:30 +00:00
Chad Curtis
3f25629923 review updates 2025-07-14 21:12:26 +00:00
Chad Curtis
c7cfc0fe99 Merge branch 'main' of gitlab.com:soapbox-pub/mkstack into signupTemplate 2025-07-14 21:05:29 +00:00
sepehr-safari
04912496be CONTEXT.md: Introduce NIP19Page.tsx boilerplate and proper routing 2025-07-14 18:25:27 +03:00
Chad Curtis
21540d251f reduce unused functions, consolidate uri check 2025-07-14 15:20:34 +00:00
Chad Curtis
97a493c218 fix redraw issue for wallet configuration 2025-07-14 14:21:57 +00:00
Chad Curtis
6845e6cf7c Fallback to manual payment if webln fails - might be due to user intentionally closing out of it v2 2025-07-14 13:50:22 +00:00
Chad Curtis
3101532a2b Fallback to manual payment if webln fails - might be due to user intentionally closing out of it 2025-07-14 13:50:02 +00:00
Chad Curtis
7c9f3cb797 functional fix for drawer height bug on mobile 2025-07-14 13:01:49 +00:00
Alex Gleason
a76c292fec
"Writing Tests" clarifications 2025-07-14 02:53:25 -05:00
Chad Curtis
4c129251c7 more potential mobile sizing fixes for vh 2025-07-14 07:44:12 +00:00
Chad Curtis
0484b10a96 fix state issue which resulted in text edits causing repeated focus loss 2025-07-14 07:23:33 +00:00
Chad Curtis
230183bd0c more mobile fixes 2025-07-14 07:09:15 +00:00
Chad Curtis
a92f80b6e3 small styling fixes + fix potential memory leaks 2025-07-14 06:27:29 +00:00
Chad Curtis
a51094e157 update gitlab ci to expect template failures in the default state 2025-07-14 04:04:50 +00:00
Chad Curtis
ab54efba47 merge in from upstream and resolve conflicts 2025-07-14 03:58:49 +00:00
Chad Curtis
0a2474d2f5 mobile enhancements 2025-07-14 03:06:17 +00:00
Alex Gleason
62add9ec26 Merge branch 'comments' into 'main'
Add CommentsSection for NIP-22 (kind 1111) comments

See merge request soapbox-pub/mkstack!10
2025-07-14 02:47:24 +00:00
Chad Curtis
661a5e1eac shorten empty state text to one line 2025-07-14 02:23:20 +00:00
Chad Curtis
9d8b5a3f43 another set of context + zap button fixes 2025-07-14 02:11:23 +00:00
Chad Curtis
8f51db5a49 nwc icon change + context fix 2025-07-14 02:01:30 +00:00
Chad Curtis
c98a6bbf64 scrollable manual zap, handle undef target 2025-07-14 01:51:48 +00:00
Chad Curtis
9ed8676d17 context updae + app nwccontext 2025-07-14 01:40:04 +00:00
Chad Curtis
8183e3cc5a cleanup + shakespeare-like manual zap modal 2025-07-14 01:16:31 +00:00
Chad Curtis
0bc03017bb further refinement 2025-07-14 01:03:04 +00:00