Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Refactor use of alert dialogs and toasts #167

Merged
merged 4 commits into from
May 5, 2017
Merged

Conversation

slaweet
Copy link
Contributor

@slaweet slaweet commented May 2, 2017

Introduce a new service: dialog

With methods:

  • toast
  • errorToast
  • successToast
  • alert
  • errorAlert
  • successAlert
  • modal

And make sure they are used consistently across the codebase in order to ensure consistent UX.

Introduce a new service: dialog
with methods:
- toast
- errorToast
- successToast
- alert
- errorAlert
- successAlert
- modal

and make sure they are used consistently across the codebase
in order to ensure consistent UX
@slaweet slaweet added this to the Version 1.0.0 milestone May 2, 2017
@slaweet slaweet requested a review from karmacoma May 2, 2017 15:37
It was causing this issue:
Warning: /Users/slaweet/git/lisk-nano/src/.eslintrc.json:
	Configuration for rule "no-param-reassign" is invalid:
	Value "data["0"].ignorePropertyModificationsFor" has additional properties.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.6%) to 85.37% when pulling 5333e99 on refactor-dialogs into 99b6c1c on development.

@karmacoma karmacoma modified the milestone: Version 1.0.0 May 5, 2017
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.6%) to 85.325% when pulling a587f35 on refactor-dialogs into aeed7b2 on development.

@karmacoma karmacoma merged commit 597c535 into development May 5, 2017
@karmacoma karmacoma deleted the refactor-dialogs branch May 5, 2017 14:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants