Conversation
Upgrade mewsfeed from Holochain 0.4.1 to 0.6, including HDK/HDI API changes, manifest updates, and dependency upgrades. Rust changes: - Update HDK to 0.6.0, HDI to 0.7.0 - Change agent_latest_pubkey to agent_initial_pubkey - Add GetOptions parameter to all delete_link calls - Change get_link_details to get_links_details - Update profiles/elements libraries to 0.600.0 branch - Add hc_zome_input crate for local/network optionality UI changes: - Update @holochain/client to 0.20.0 - Update @holochain-open-dev/profiles to 0.600.0 - Update @shoelace-style/shoelace to 2.20.0 - Add wrapInput() helper for zome calls with local/network option - Add networkMode store for global local/network preference - Update all zome calls to use wrapInput() Manifest changes: - Update manifest_version from "1" to "0" - Rename bundled to path in DNA/hApp manifests Nix changes: - Update holonix ref to main-0.6 - Update to nodejs_22 Known issues: - Profile dialog CSS styling not working correctly with profiles-context web component (buttons/inputs appear unstyled)
Shoelace 2.20.x causes DaisyUI component styles to not apply correctly inside profiles-context web component slots. Pinning to 2.11.0 resolves the issue with profile dialog form styling (inputs, buttons). Uses npm overrides to ensure all dependencies use the pinned version.
…send button feedback - Guard refetch calls in DiscoverCreators and RandomMewWithTagList to prevent calling get_batch_mews_with_context with null input - Wrap reactive proxy with toRaw() in RandomMewWithTagList to fix structuredClone error - Bump @holochain-open-dev/profiles to 0.601.3 (fixes AgentAvatar undefined .status) - Add loading spinner to Send Mew button during publish - Fix TypeScript error for profiles store subscription
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.
Updates to Holochain 0.6.0, includes pinning shoelace to make it work with old UI.