mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-12 16:37:06 +02:00
fc73bafc7b445bec4b883ba747f673c91f4aaca2
Add ability to view all cached encrypted DM conversations by running
'chat nip-17' without a specific recipient.
Changes:
- Add ConversationListIdentifier type to chat types
- Update chat parser to detect 'chat nip-17' as conversation list mode
- Create ConversationList component that queries decryptedRumors DB
- Show conversations sorted by most recent message with relative timestamps
- Click a conversation to open the actual chat window
- Handle self-chat ("Notes to Self") display
- Update tests with type guards for new identifier type
This leverages the previously implemented decrypted rumors cache to show
conversations without re-decrypting gift wraps.
Grimoire
A Nostr protocol explorer and developer tool with a tiling window manager interface.
Features
- Tiling Windows - Each window is a Nostr "app" (profile viewer, event feed, NIP docs, etc.)
- Command Palette - Unix-style commands via
Cmd+Kto open apps and navigate - Multi-workspace - Virtual desktops with independent layouts
- Real-time - Reactive event subscriptions with automatic updates
Stack
React 19, TypeScript, Vite, TailwindCSS, Jotai, Dexie, Applesauce
Getting Started
npm install
npm run dev
Scripts
| Command | Description |
|---|---|
npm run dev |
Start dev server |
npm run build |
Build for production |
npm test |
Run tests in watch mode |
npm run lint |
Lint code |
npm run format |
Format code |
License
MIT
Languages
TypeScript
98.9%
CSS
0.8%
JavaScript
0.3%