Gevorg Harutyunyan

Results 9 issues of Gevorg Harutyunyan

enhancement
v2

Open mobile/tablet menu on swiping from screen left edge.

enhancement

In some cases we may want to have pages without content offset. The current layout makes impossible have pages without inner content offset. ![image](https://cloud.githubusercontent.com/assets/3959008/15342672/71b665a2-1ca8-11e6-8ad3-2c8614fc558a.png)

bug

Add production environment support with minified scripts and styles. Should support the following commands. ``` npm start -p npm run gulp build -p ```

enhancement

Sometimes charts are not redrawn on theme change. Remove `Watch.JS` and use event, triggered on theme change. Redraw charts on event ``` $(document).trigger("themechange"); $(document).on("themechange", function(){ // redraw... }); ```

bug

## Pull request type Please check the type of change your PR introduces: - [ ] Bugfix - [x] Feature - [ ] Other (please describe): ## Pull request checklist...

Change placement DocsHelper ## Pull request type Please check the type of change your PR introduces: - [x] Bugfix - [ ] Feature - [ ] Other (please describe): ##...

## Pull request type Noticed that sometimes the Navbar Dropdowns are partially hidden behind the main page content. Apparently Navbar should have higher z-index than the page container Please check...