Skip to content

Commit

Permalink
Link more PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Jelski committed Oct 15, 2021
1 parent 92b904b commit 4d41db8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deliveries/polkadot-desktop-app-milestone-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
| 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] - 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><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] - 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> |
| 3. | Accounts sidebar implementation | Click on any account in [apps][app].<br/>Source code changes mainly in [Sidebar][code-sidebar] - consult PRs for details. | <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 | |
Expand Down Expand Up @@ -52,3 +52,6 @@ Most of the PRs listed include automated tests.
[pr-filtering-bugfix]: https://github.com/polkadot-js/apps/pull/6166
[pr-registrars]: https://github.com/polkadot-js/apps/pull/6157
[apps-2297-registrars]: https://github.com/polkadot-js/apps/issues/2297
[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

0 comments on commit 4d41db8

Please sign in to comment.