aboutsummaryrefslogtreecommitdiffstats
path: root/public/js/draw.js
Commit message (Collapse)AuthorAgeFilesLines
* Pack web_src/js/draw.js to public/js/index.js (#8975)Lunny Xiao2019-11-141-15/+0
| | | | | | * pack web_src/js/draw.js to public/js/index.js * fix eslint
* convert all js var to let/const (#7464)silverwind2019-07-161-1/+1
| | | | Most of the work was done by `eslint --fix`, I fixed around 10 cases where it could not auto-convert.
* add make targets for js and css, add js linter (#6952)silverwind2019-05-161-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add make targets for js,css, add javascript linter - add `make js`, deprecating `make javascripts` - add `make css`, deprecating `make generate-stylesheets` and `make stylesheets-check` - changed the unclean css check to only run on CI - add JS linting via eslint with basic configuration and fixed discovered issues - changed autoprefixer to use official `postcss-cli` avoiding the need to loop in the makefile - moved browserslist to package.json so other future tools can use it too. - update documentation for new make targets and added JS section * fix indentation * move functions used in html to 'exported' list * Run lessc binary without having to install anything to node_modules * use relative paths to node bin scripts, removing npx * Revert "use relative paths to node bin scripts, removing npx" This reverts commit 119b725525a8430b32ee7a6e6009b4ece544e39b. * fix lessc and postcss plugins * check for node_modules and use actual bin names
* add scroolbars to wide graphs. (#608)Kjell Kvinge2017-01-221-4/+0
| | | | | | * Add scrollbars to graph and revlist if needed. * Add border
* commithgraph / timeline (#428)Kjell Kvinge2016-12-291-0/+17
* Add model and tests for graph * Add route and router for graph * Add assets for graph * Add template for graph