Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Switch from Open Iconic to Font AwesomeArthur de Jong2019-12-312-7/+5
| | | | | The latter has more icons and the former no longer seems to be supported.
* Simplify left bar of graphArthur de Jong2019-12-313-100/+81
| | | | | | | The title of the graph is now shown on above the graph for extra clarity allowing the other actions to be shown in the bar directly. This also adds bootstrap tooltips in various places.
* Add navigation bar with date range selectorArthur de Jong2019-12-303-471/+555
| | | | | This also adds a few small style tweaks and ensures that webpack does not minimise development builds.
* Add faviconArthur de Jong2019-12-306-0/+4
|
* Use ESLint to check code styleArthur de Jong2019-12-301-287/+302
|
* Use webpack to build Javascript partArthur de Jong2019-12-304-0/+826
This uses npm to install the required packages and builds the files with webpack.