Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Sep 10, 2024
1 parent 9072620 commit 6effb62
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 220 deletions.
Empty file removed docs/.nojekyll
Empty file.
Binary file removed docs/extension-overview.png
Binary file not shown.
Binary file removed docs/favicon.ico
Binary file not shown.
215 changes: 0 additions & 215 deletions docs/index.html

This file was deleted.

Binary file removed docs/logo.jpg
Binary file not shown.
11 changes: 6 additions & 5 deletions packages/extension-polkagate/src/popup/home/news.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ export interface News {

export const news: News[] = [
{
version: '0.7.72',
version: '0.10.0',
notes: [
'New Transferable Formula: The on-chain formula for calculating transferable balances has been updated, potentially increasing users’ transferable balances for those with staked solo and reserved balances.',
'Re-authorize New Accounts: Show a popup requesting authorization for previously authorized dapps when new accounts are added.',
'Social Icons Update: PolkaGate\'s GitHub, discord, and docs link have been added.',
'Known Issues Resolved: Fixes include chain switching on staking pages, track selection in delegate votes, unexpected closures on import account pages, missing connected dApp icons, and profile menu issues—all within extension mode.'
'Updated Transferable Balance Formula: The on-chain formula for calculating transferable balances has been updated, potentially increasing transferable balances for users with staked solo and reserved funds.',
'Re-authorize Accounts: A popup will now request authorization for dapps when new accounts are added.',
'Social Icons Update: Links to PolkaGate’s GitHub, Discord, and docs have been added.',
'Vote Type Display: The vote types of referenda commenters are now visible in the comments section.',
'Resolved Issues: Fixes include chain switching on staking pages, delegate vote tracking, unexpected account import closures, missing connected dApp icons, and profile menu bugs in extension mode.'
]
},
{
Expand Down

0 comments on commit 6effb62

Please sign in to comment.