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

i586 - on click download button it will be disabled for 5 seconds #107

Merged
merged 6 commits into from
Dec 4, 2017

Commits on Nov 30, 2017

  1. * on click download button it will be disabled for 5 seconds

    * to do this i needed to use local state on DownloadCoverageContentComponent
    * to use local state i needed to create proper state interface for this component
    * to do this i needed to change parent component RemoteContentComponent to be able to accept state interface
    * this change made me change all components using RemoteContentComponent as parent
    * now local state interface can be used if needed for all of them
    * had to fix some tests
    kalininj committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    f435f8e View commit details
    Browse the repository at this point in the history
  2. * Changed default interface for local state to undefined if not neede…

    …d on all components inheriting from RemoteContentComponents,
    
    * wrote test on setting state to disable button for 5 seconds  on responsibility download
    * wrote test on onetimebutton checking that outercallback is called if passed to this component
    kalininj committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    ca0b3d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. * move props on first level for DownloadCoverageContentComponent

    * added disabled timeout as parameter
    * changed test to use 100ms for test of disabling button instead of 5000
    * fixed refresh token test
    * changed makeParams for new structure of params
    kalininj committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    66647f6 View commit details
    Browse the repository at this point in the history
  2. renamed onClick to internalOnClickHandler and onClickOuterEvent to on…

    …Click in OneTimeButton Component
    kalininj committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    2b97eea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e4bd6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98fedba View commit details
    Browse the repository at this point in the history