Skip to content

Commit

Permalink
Add docs and PR open status.
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Jelski committed Oct 15, 2021
1 parent f3f8bdc commit eae901f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deliveries/polkadot-desktop-app-milestone-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
| Number | Deliverable | Link | Notes |
| --- | -------------------------------- | ------------- |------ |
| 1. | Accounts list redesign | [Figma designs][figma-designs] | Also includes proposed design for network multi-selection per account in extension and apps (see [#5439][apps-5439]) |
| 2. | Accounts list implementation | New designs are applied to [Accounts][app-accounts] and [Address book][app-address-book]. <br/> Source code changes mainly in [App Accounts][code-accounts] - consult PRs for details.<br/>Automated tests - primarily in [App Accounts][code-accounts-tests], applied also to Address Book - consult PRs for details. | <ol><li>[Summary bar][pr-summary-bar] + [styles][pr-summary-bar-styles]</li><li>[Tag styles][pr-tag-styles]</li><li>[Account collapsible details row][pr-row-details]</li><li>[Style address balances][pr-style-address-balances]</li><li>[Add accounts sorting][pr-accounts-sorting]</li><li>[Replace SUI popup with custom one][pr-replace-sui-popup]</li><li>[Display parent above account name][pr-display-parent]</li><li>[Account actions popup redesign][pr-accounts-popup]</li><li>[Explorer links placement][pr-accounts-buttons]</li><li>[Add hover to expand button][pr-expand-hover]</li><li>[Account filter placement][pr-move-filter-input]</li><li>[Style sort input][pr-sort-style]</li><li>[Apply table style to Address Book][pr-row-details-addresses]</li><li>[Apply button and filter styles to Address Book][pr-filter-addresses]</li><li>[Correct row coloring when filtering][pr-filtering-bugfix]</li><li>[Style account badges][pr-badges]</li><li>[Style table headers][pr-table-headers]</li><li>[Style redeemable balances in expanded view][pr-redeemable]</li><ol> |
| 2. | Accounts list implementation | New designs are applied to [Accounts][app-accounts] and [Address book][app-address-book]. <br/> Source code changes mainly in [App Accounts][code-accounts] - consult PRs for details.<br/>Automated tests - primarily in [App Accounts][code-accounts-tests], applied also to Address Book - consult PRs for details. | <ol><li>[Summary bar][pr-summary-bar] + [styles][pr-summary-bar-styles] (still open)</li><li>[Tag styles][pr-tag-styles]</li><li>[Account collapsible details row][pr-row-details]</li><li>[Style address balances][pr-style-address-balances]</li><li>[Add accounts sorting][pr-accounts-sorting]</li><li>[Replace SUI popup with custom one][pr-replace-sui-popup]</li><li>[Display parent above account name][pr-display-parent]</li><li>[Account actions popup redesign][pr-accounts-popup]</li><li>[Explorer links placement][pr-accounts-buttons]</li><li>[Add hover to expand button][pr-expand-hover]</li><li>[Account filter placement][pr-move-filter-input]</li><li>[Style sort input][pr-sort-style]</li><li>[Apply table style to Address Book][pr-row-details-addresses]</li><li>[Apply button and filter styles to Address Book][pr-filter-addresses]</li><li>[Correct row coloring when filtering][pr-filtering-bugfix]</li><li>[Style account badges][pr-badges]</li><li>[Style table headers][pr-table-headers] (still open)</li><li>[Style redeemable balances in expanded view][pr-redeemable]</li><ol> |
| 3. | Accounts sidebar implementation | Click on any account in [apps][app].<br/>Source code changes mainly in [Sidebar][code-sidebar] - consult PRs for details.<br />Automated tests in [Sidebar.spec][code-sidebar-tests] | <ol><li>[Split judgements per registrar][pr-registrars] (closes long outstanding [issue][apps-2297-registrars])</li><li>[Accounts flags placement][pr-flags-width]</li><li>[Icons for explorer links][pr-sidebar-links]</li><li>[Style flags][pr-sidebar-flags]</li><li>[Edit name and tags][pr-sidebar-edit]</li><li>[Style identity and balances sections][pr-sidebar-identity]</li><li>[Increase width][pr-sidebar-width]</li><li>[Style upper part][pr-sidebar-style-upper]</li></ol> |
| 4. | Accounts App modals improvements | Try interacting with "Create account" modal on [Accounts page][app-accounts] with `Esc` and `Enter`. Other changes are mostly low-level in code, consult PRs for details.| <ol><li>[Create/derive - remove code duplication][pr-modals-duplication]</li><li>[Replace SUI modals with custom ones][pr-replace-sui-modal]</li><li>[Support keyboard in modals][pr-keyboard-in-modal]</li></ol> |
| 5. | Documentation updates | TODO | |
| 5. | Documentation updates | Updates in [Multisig section][doc-multisig] of the wiki | [PR #2724][pr-doc-multisig] in wiki repo. |

Most of the PRs listed include automated tests.

Expand Down Expand Up @@ -56,3 +56,5 @@ Most of the PRs listed include automated tests.
[pr-badges]: https://github.com/polkadot-js/apps/pull/6208
[pr-table-headers]: https://github.com/polkadot-js/apps/pull/6180
[pr-redeemable]: https://github.com/polkadot-js/apps/pull/6220
[doc-multisig]: https://wiki.polkadot.network/docs/learn-accounts#example-with-polkadotjs
[pr-doc-multisig]: https://github.com/w3f/polkadot-wiki/pull/2724

0 comments on commit eae901f

Please sign in to comment.