Add tags to publish page, infinite scroll, navigation improvements #2593

Merged
neb-b merged 21 commits from infinite into master 2019-07-02 04:54:36 +02:00
Showing only changes of commit cc4ba46403 - Show all commits

View file

@ -3,7 +3,7 @@ import * as React from 'react';
import classnames from 'classnames';
import Button from 'component/button';
const SLIM_TAGS = 2;
const SLIM_TAGS = 1;
const NORMAL_TAGS = 4;
const LARGE_TAGS = 10;