Conversation
2 tasks
Contributor
size-limit report 📦
|
0xFFrancesco
approved these changes
Jan 16, 2026
2 tasks
github-merge-queue bot
pushed a commit
to dfinity/nns-dapp
that referenced
this pull request
Jan 16, 2026
…pshot and LoadCanisterSnapshot (#7681) # Motivation Two new action proposals, `TakeCanisterSnapshot` and `LoadCanisterSnapshot`, have been added. This PR introduces support for the i18n aspect of the proposal, enabling it to be rendered in the nns-dapp. Required changes: * [Candid support](#7685) for new proposal action in the nns-dapp. * Bumps candid interface in [ic-js](dfinity/icp-js-canisters#1449). * Adds support to new version of ic-js in [nns-dapp](#7686) in the nns-dapp. # Changes - Add translations to for the new proposal action. # Tests - Not possible # Todos - [x] Accessibility (a11y) – any impact? - [x] Changelog – is it needed?
github-merge-queue bot
pushed a commit
to dfinity/nns-dapp
that referenced
this pull request
Jan 16, 2026
…#7686) # Motivation Bump the icp-js library to incorporate the changes for the new [Proposals Action types](dfinity/icp-js-canisters#1449). # Changes - Ran `npm run upgrade:next`. # Tests - CI should pass. # Todos - [x] Accessibility (a11y) – any impact? - [x] Changelog – is it needed?
1 task
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.
Motivation
There are two new proposal types
TakeCanisterSnapshotandLoadCanisterSnapshotintroduced here and here. This PR manually bumps the version of the monorepo for thennspackage.Changes
scripts/import-candid ../ic(works with siblings directories - locally).scripts/compile-idl-js.Actiontypes.Tests
Todos