Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Added ability to manually adjust chat delay #30

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Oct 9, 2015

  1. Added ability to manually adjust chat delay.

    Modified header section to include the twitch chat room selection button which is repurposed to toggle the delay adjustment bar.
    Added chat delay adjustment bar below the header which is toggled by pressing the repurposed chat room selection button.
    The chat delay adjustment bar contains: 
    	-dropdown to select the number of seconds to adjust by
    	-button to decrease chat delay by the selected number of seconds
    	-display showing the current total delay offset which may be positive or negative
    	-button to increase chat delay by the selected number of seconds
    Increased 'z-index' property of statusMessage element to ensure it shows above both the header and chat delay sections in all cases.
    Added 'arrowleft.png' and 'arrowright.png' to 'common/res/' directory. 
    Updated 'Chrome/manifest.json' and 'Firefox/lib/main.js' to include the new resources.
    Uncommented resources section in 'setup.sh'.
    andairo committed Oct 9, 2015
    Configuration menu
    Copy the full SHA
    0c4d290 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2015

  1. Changed UI to slider interface

    Replaced chat room button with chat settings button.
    Replaced button and drop down controls with slider control that allows selection of a delay between 0 and 5 minutes.
    Removed 'arrowleft.png' and 'arrowright.png' from 'common/res/' directory.
    Reverted 'Chrome/manifest.json' and 'Firefox/lib/main.js' to original state.
    Reverted 'setup.sh' to original state.
    Merged changes from master branch.
    andairo committed Oct 19, 2015
    Configuration menu
    Copy the full SHA
    561bce7 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2015

  1. Revert "Changed UI to slider interface"

    This reverts commit 561bce7.
    andairo committed Oct 24, 2015
    Configuration menu
    Copy the full SHA
    df60d9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34a3b13 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2015

  1. Revert original changes

    manually squashing changes
    andairo committed Oct 25, 2015
    Configuration menu
    Copy the full SHA
    545acaf View commit details
    Browse the repository at this point in the history
  2. Added delay setting storage

    now uses local storage to remember the delay setting on a per channel basis
    andairo committed Oct 25, 2015
    Configuration menu
    Copy the full SHA
    4e4238f View commit details
    Browse the repository at this point in the history
  3. Fixed initial setting of delay

    Fixed an issue where the delay value loaded from storage was not being properly assigned
    andairo committed Oct 25, 2015
    Configuration menu
    Copy the full SHA
    18ce27b View commit details
    Browse the repository at this point in the history