The GIX team will be submitting an upgrade proposal for the NNS frontend dapp later today.
Update: The proposal is number 124280
Context: What is the NNS frontend dapp?
The NNS Dapp offers a user-friendly platform for interacting with the Network Nervous System (NNS) and any SNS of the Internet Computer.
Change Log
The most noticeable change for users is that the login page has been removed. Unauthenticated users are now taken directly to the content pages. Here is a full list of details:
Added
- New tag for NNS neurons: âHardware Walletâ.
- New derived state store for SNS projects.
- Identify swap participation ICP transactions.
- Improve error messaging on payload size limit in proposals list page.
- New lifecycle store for SNS projects.
- New feature flag ENABLE_SNS_AGGREGATOR_STORE.
- Introduce an option to collapse or expand the applicationâs menu on large screen.
- Remove some unused fields from the aggregator converted type.
Changed
- Defined an account data store interface, to allow account storage migrations.
- Update SNS Swap types to match the latest canister interface.
- Hide by default the proposal summary in ballots.
- Review checkboxes vertical alignment, border contrast on dark mode and remove hover background colors
- Launchpad proposal requests only Open proposals of the SNS topic.
- When reusing cached agents, use the current identity instead of the one in the cached agent.
- New landing pages for Accounts, Neurons, Canister and Settings when not logged in.
- Remove login page and redirect to accounts instead.
Removed
- Remove ENABLE_SIMULATE_MERGE_NEURONS flag.
Fixed
- Fix wrong âICP Stakedâ message in SNS neurons.