Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added app name/version * added size options grouped in the size dropdown * fixed broken edit menu toggle * progress on site data autofill * updated test cases * added site autocomplete && proxy location dropdown in the server page * added core server impl. * added core server impl. * fixed css issues for windows * alignment changes * added more css adjustments * Fix Horizontal Scrolling for Create Task Size Select This commit changes the styling for multi value selects to allow for horizontal scrolling when selected items overflow the select containers area. This is done by setting `flex-wrap` to `nowrap` and `overflow-x` to `scroll` on the value container (when we are a multi value container), and setting the `flex-shrink` to 0 on multi value items. * captcha window changes * captcha window logic impl. * added edit sizes cases * progress on site autofill bugs * progress on site autofill bugs * buggy site autofill fixed * rm console log * small change in site matching logic * simplified site matching * hotfix for http site autofill matching * progress on updating taskReducers~ test * max 5 captcha windows + map to control them, still buggy * fixed buggy captcha windows * clearing session still buggy, and closing a yt win -> trying to close captcha window is wrong too * captcha window manager split out * progress on captcha window manager * closing all windows finished, closing consecutive captcha windows is still busted * progress on youtube + captcha closing * fixed captcha windows + youtube pairing * fixed else clause * added closing youtube pair when captcha closes * hotfix for closing all captchas -> youtubes * fixed taskReducer tests * more test fixes * pr changes * added recaptcha path to api * fixing broken tests progress * tests fixed * increase test coverage * added app name/version * added size options grouped in the size dropdown * fixed broken edit menu toggle * progress on site data autofill * updated test cases * added site autocomplete && proxy location dropdown in the server page * added core server impl. * added core server impl. * fixed css issues for windows * alignment changes * added more css adjustments * Fix Horizontal Scrolling for Create Task Size Select This commit changes the styling for multi value selects to allow for horizontal scrolling when selected items overflow the select containers area. This is done by setting `flex-wrap` to `nowrap` and `overflow-x` to `scroll` on the value container (when we are a multi value container), and setting the `flex-shrink` to 0 on multi value items. * captcha window changes * captcha window logic impl. * added edit sizes cases * progress on site autofill bugs * progress on site autofill bugs * buggy site autofill fixed * rm console log * small change in site matching logic * simplified site matching * hotfix for http site autofill matching * progress on updating taskReducers~ test * max 5 captcha windows + map to control them, still buggy * fixed buggy captcha windows * clearing session still buggy, and closing a yt win -> trying to close captcha window is wrong too * captcha window manager split out * progress on captcha window manager * closing all windows finished, closing consecutive captcha windows is still busted * progress on youtube + captcha closing * fixed captcha windows + youtube pairing * fixed else clause * added closing youtube pair when captcha closes * hotfix for closing all captchas -> youtubes * fixed taskReducer tests * more test fixes * pr changes * added recaptcha path to api * fixing broken tests progress * tests fixed * increase test coverage * added in token check into constructor * updated init state in initialProxyOptionsState to match reducer * fixed category foreach * small changes/fixes * fixed serverListReducer connect test * edits busted.. :( * fixed tokenContainer rename * added more serverListReducer tests && progress on the taskReducer edit bug * updated flow from requested changes * fixed renderer bug's test case
- Loading branch information