Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • hive/condenser
1 result
Show changes
Commits on Source (1)
  • Quoc Huy Nguyen Dinh's avatar
    Closes #112 · ef29686f
    Quoc Huy Nguyen Dinh authored
    - move foundation-sites back to devDepencies in package.json
    - replace @all with @null for reset list operations
    ef29686f
......@@ -75,7 +75,6 @@
"cpu-stat": "2.0.1",
"diff-match-patch": "1.0.4",
"disk-stat": "1.0.4",
"foundation-sites": "git+https://gitlab.syncad.com/hive/foundation-sites.git#544fb8a26efcf45e9ba9ccaa77b04d0ae35b9722",
"hivesigner": "3.2.1",
"humanize-number": "0.0.2",
"intl": "1.2.5",
......@@ -190,6 +189,7 @@
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.19.0",
"file-loader": "6.2.0",
"foundation-sites": "git+https://gitlab.syncad.com/hive/foundation-sites.git#544fb8a26efcf45e9ba9ccaa77b04d0ae35b9722",
"git-rev-sync": "1.9.1",
"husky": "0.14.3",
"imports-loader": "1.2.0",
......
......@@ -483,7 +483,7 @@ class ListManagement extends React.Component {
if (reset_all) what = 'reset_all_lists';
let follower = this.props.username;
let following = 'all'; //there is an 'all' account, but it appears unused so i'm stealing their identity for this
let following = 'null'; //there is an 'all' account, but it appears unused so i'm stealing their identity for this
this.setState({ is_busy: true });
this.props.updateList(follower, following, what, () => {
setTimeout(() => {
......