Conversation
…ct signing for Walrus uploads
…ntry no longer pulls @mysten/sui
Update docs with Mintlify
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Feat/update new colors
…e pages - Move SDK API reference from reference/ into sdk/ tab - Merge overview + quick-start + usage into quick-start (install) and usage (entry point overview) - Split usage into sub-pages per entry point (MemWal, MemWalManual, withMemWal) - Rename package references from @cmdoss/memwal to @mysten/memwal across all docs - Remove redundant pages (basic-usage, advanced-usage, example-map, examples from nav) - Use collapsible nested nav for Usage sub-pages
…scope - Trim overview to What It Does + Trust Boundary, add Single-Instance Design section - Rewrite public-relayer as Mysten-hosted instance with endpoints table and gotchas - Merge installation-and-setup into self-hosting, add When to Self-Host section - Move relayer API reference from Reference tab into Relayer tab - Update all internal links and docs.json nav
…nt, enrich all sections - Fix missing accountId in all MemWal.create() examples and config tables - Fix typo "Acess" → "Access", broken link to ai-integration - Fix "Docusaurus" → "Mintlify" in contributing docs - Fix MemWalManual.create() vs new MemWalManual() in config reference - Fix GitHub URL to CommandOSSLabs/memwal in docs.json - Rewrite outdated examples/basic-usage.md (was using removed V1 API) - Expand contract docs with full schema, error codes, entry/view functions, events - Expand indexer docs with database schema (all 4 tables), auth resolution chain - Expand relayer API reference with full request/response JSON for all endpoints - Expand relayer overview with architecture diagram, sidecar lifecycle, key pool - Expand self-hosting with database setup section, component table - Expand how-storage-works with restore flow diagram, expired blob cleanup - Expand data-flow-security-model with auth flow, trust comparison table - Expand SDK API reference with full return types, account management, utilities - Expand MemWalManual usage with client-vs-relayer table, flow breakdowns - Restore App ID concept (tied to MEMWAL_PACKAGE_ID) in memory-space docs
feat: add SDK auto-publish pipeline with Changesets + GitHub Actions
- Replace doc links in nav with single Playground CTA button - Move Documentation and GitHub buttons to hero section - Add GitHub icon via lucide-react - Add neo-brutalist hover animation to ConnectButton override - Add .lp-nav-github style for GitHub nav link
- Replace hash-based routing with BrowserRouter pathname routing - Navigate to /playground after wallet connection - Unauthenticated users on non-root paths redirect to /
- Remove all dark mode CSS (light-only theme) - Apply violet-to-yellow gradient background across all pages - Update nav, cards, buttons, inputs, code blocks to use brand palette - Add lucide-react icons to all action buttons (copy, remove, reveal, etc.) - Use yellow CTA for primary actions (sign out, add key, generate key) - Use red btn-danger for destructive actions (remove key) - Replace hash-based navigation with react-router Link components - Update SetupWizard done text to reference playground
- /dashboard shows SetupWizard (no key) or Dashboard (has key) - /playground requires delegate key, redirects to /dashboard if missing - / redirects to /dashboard when authenticated - Update Playground back link to /dashboard
- Add react-syntax-highlighter for code blocks in Playground & Dashboard - Add package manager tabs (npm/pnpm/yarn/bun) to install section - Add Documentation CTA card to Dashboard - Add inline docs link to Playground header - Make MemWal logo link to homepage on all pages - Landing page always shows at / regardless of auth state - Show "Playground" button that navigates to /dashboard when connected
Rework app with new UI and navigation
daniellam258
approved these changes
Mar 24, 2026
Olympusxvn
added a commit
to Olympusxvn/MemWal
that referenced
this pull request
Apr 28, 2026
…ixes Added lesson MystenLabs#8 (turbo not in PATH — use pnpm exec) and CHANGELOG entries MystenLabs#14 (@types/react upgrade) and MystenLabs#15 (turbo --filter for SDK). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
There are some changes related to structure, interface, docs