Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release/2.4.1-FC1 and release/2.4.1 into master #2236

Merged
merged 15 commits into from
Nov 5, 2020

Conversation

nikolaglumac
Copy link
Contributor

2.4.1

Fixes

  • Fixed leftovers not being displayed correctly (PR 2231)
  • Fixed prettier/flow linting issue (PR 2232)

2.4.1-FC1

Features

  • Updated stake pool ranking logic to display the same rank for all stake pools without potential rewards (PR 2227)
  • Replaced several tooltips with new react-polymorph PopOver component (PR 2210, PR 2223)

Fixes

  • Fixed Address validation on Shelley QA network (PR 2218)
  • Vertically centered empty news feed message (PR 2216)
  • Fixed the fix missing space in the App Update Overlay error message (PR 2219)

nikolaglumac and others added 15 commits October 27, 2020 17:26
* [DDW-291] syncing/connecting tooltip with popover

* [DDW-291] Fixes build issues

* [DDW-291] Fix flow errors

* [DDW-291] Fix lint issues

* [DDW-291] Replace wallet recovery verification tooltip

* [DDW-291] Replace stake pool slider tooltips

* [DDW-291] Add changelog entry

* [DDW-291] Fix merge conflict

* [DDW-291] Update to RP rc2 for better defaults

* [DDW-291] Fix broken yarn lock file

* [DDW-291] Add pop over config to themes

Co-authored-by: Nikola Glumac <niglumac@gmail.com>
* [DDW-429] Fix missing space in error message

* [DDW-429] CHANGELOG

* [DDW-429] Merges develop, runs translation manager

Co-authored-by: Nikola Glumac <niglumac@gmail.com>
* DDW-373 syncing animation on wallet dropdown

* DDW-373 syncing animation on wallet dropdown

* DDW-373 syncing animation on wallet dropdown - changelog

* DDW-373 syncing animation on wallet dropdown

* DDW-373 syncing animation on wallet dropdown

* DDW-373 syncing animation on wallet dropdown

* DDW-373 syncing animation on wallet dropdown

* DDW-373 syncing animation on wallet dropdown

* DDW-373 syncing animation on wallet dropdown - fixes

* DDW-373 Syncing animation on wallet dropdown

* DDW-373 Syncing animation on wallet dropdown - fixes for step 3 failure dialog

* DDW-373 Syncing animation on wallet dropdown - fixes for step 3 failure dialog

* DDW-373 Syncing animation on wallet dropdown - svg fix

* DDW-373 Syncing animation on wallet dropdown - wallet name + jp translations

* DDW-373 Syncing animation on wallet dropdown - wallet name + jp translations

* DDW-373 Syncing animation on wallet dropdown - fixes

* DDW-373 Syncing animation on wallet dropdown - fixes

* [DDW-373] Update CHANGELOG

* [DDW-373] Update CHANGELOG

* DDW-373 Syncing animation on wallet dropdown - fixes

* DDW-373 Syncing animation on wallet dropdown - fixes for spinner

* DDW-373 Syncing animation on wallet dropdown - fixes

* DDW-373 Syncing animation on wallet dropdown - fixes

* DDW-373 Syncing animation on wallet dropdown - fixes

* DDW-373 Syncing animation on wallet dropdown - fixes

* DDW-373 Syncing animation on wallet dropdown - fixes

* DDW-373 Syncing animation on wallet dropdown - fixes

* DDW-373 Syncing animation on wallet dropdown - fixes

* DDW-418 - Align vertically the "Newsfeed empty" message

* DDW-418 - Align vertically the "News feed empty" message

* DDW-418 - Align vertically the "News feed empty" message - container fixes

* DDW-418 - Align vertically the "News feed empty" message - container fixes

* DDW-418 - Align vertically the "News feed empty" message - container fixes

* DDW-418 - Align vertically the "News feed empty" message - container fixes

* [DDW-418] Updates CHANGELOG

* DDW-418 - Align vertically the "News feed empty" message - container fixes

* DDW-418 - Align vertically the "News feed empty" message - container update item fixes

Co-authored-by: Nikola Glumac <niglumac@gmail.com>
…ks (#2218)

* DDW-373 syncing animation on wallet dropdown

* DDW-373 syncing animation on wallet dropdown

* DDW-373 syncing animation on wallet dropdown - changelog

* DDW-373 syncing animation on wallet dropdown

* DDW-373 syncing animation on wallet dropdown

* DDW-373 syncing animation on wallet dropdown

* DDW-373 syncing animation on wallet dropdown

* DDW-373 syncing animation on wallet dropdown

* DDW-373 syncing animation on wallet dropdown - fixes

* DDW-373 Syncing animation on wallet dropdown

* DDW-373 Syncing animation on wallet dropdown - fixes for step 3 failure dialog

* DDW-373 Syncing animation on wallet dropdown - fixes for step 3 failure dialog

* DDW-373 Syncing animation on wallet dropdown - svg fix

* DDW-373 Syncing animation on wallet dropdown - wallet name + jp translations

* DDW-373 Syncing animation on wallet dropdown - wallet name + jp translations

* DDW-373 Syncing animation on wallet dropdown - fixes

* DDW-373 Syncing animation on wallet dropdown - fixes

* [DDW-373] Update CHANGELOG

* [DDW-373] Update CHANGELOG

* DDW-373 Syncing animation on wallet dropdown - fixes

* DDW-373 Syncing animation on wallet dropdown - fixes for spinner

* DDW-373 Syncing animation on wallet dropdown - fixes

* DDW-373 Syncing animation on wallet dropdown - fixes

* DDW-373 Syncing animation on wallet dropdown - fixes

* DDW-373 Syncing animation on wallet dropdown - fixes

* DDW-373 Syncing animation on wallet dropdown - fixes

* DDW-373 Syncing animation on wallet dropdown - fixes

* DDW-373 Syncing animation on wallet dropdown - fixes

* DDW-376 - Fix address validation on shelley qa network

* DDW-376 - Fix address validation on shelley qa network

* DDW-376 - Fixes for Shelley testnet QA validation for addresses

* DDW-376 - Fix address validation on shelley qa network

* DDW-376 - Fix address validation on shelley qa network

* DDW-376 - Fix address validation on shelley qa network - staging

* [DDW-376] Merges develop, Runs stylelint

* [DDW-376] Adds Shelley QA SMASH server URL

Co-authored-by: Nikola Glumac <niglumac@gmail.com>
* [DDW-291] Update to react-polymorph 0.9.6-rc.3

RC3 sets the default font family to regular for all PopOvers

* [DDW-291] Fix PopOver bg colors

This change also re-introduced the usage of the dedicated theming variable for the status icons bg colors (because in some themes this needs to be different from the default pop over bg color)

* [DDW-291] Fixes yarn.lock, Adds CHANGELOG entry

* [DDW-291] Updates CHANGELOG

Co-authored-by: Nikola Glumac <niglumac@gmail.com>
* [DDW-432] Updated stake pool ranking logic to display the same rank for all stake pools without potential rewards

* [DDW-432] Fixes CHANGELOG link

* [DDW-432] Adds equal-rank tooltip

* [DDW-432] Remove space in equal-rank tooltip
* [DDW-424] Use array notation for non-string object keys

Flow cannot handle non-string object keys, so the array notation is the only workaround to make prettier and Flow happy.

* [DDW-424] Turn off no-useless-computed-key eslint rule
Co-authored-by: Nikola Glumac <niglumac@gmail.com>
@nikolaglumac nikolaglumac added release-2.4.1-FC1 Daedalus Flight release-2.4.1 Daedalus Mainnet labels Nov 5, 2020
@nikolaglumac nikolaglumac self-assigned this Nov 5, 2020
@nikolaglumac nikolaglumac changed the base branch from develop to master November 5, 2020 09:01
@nikolaglumac nikolaglumac merged commit d7fdbcf into master Nov 5, 2020
@iohk-bors iohk-bors bot deleted the release-with-master branch November 5, 2020 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-2.4.1-FC1 Daedalus Flight release-2.4.1 Daedalus Mainnet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants