summaryrefslogtreecommitdiffstats
path: root/interface/js/main.js
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Convert callbacks to arrow functionsmoisseev2023-11-221-1/+1
|
* [Minor] Use consistent object key/value spacingmoisseev2023-11-201-10/+10
|
* [Test] Restore stylistic rules checkmoisseev2023-11-191-2/+2
| | | | https://eslint.org/blog/2023/10/deprecating-formatting-rules/
* [Minor] Update JS librariesmoisseev2023-11-171-1/+1
|
* [WebUI] Load modules dynamicallymoisseev2023-11-161-9/+7
|
* [Minor] Use modern ESLint globals definitionmoisseev2023-11-141-1/+1
|
* [WebUI] Update map editormoisseev2023-10-271-1/+1
| | | | CodeJar 3.7.0 -> 4.2.0
* [Minor] Update JS librariesmoisseev2023-08-081-1/+1
|
* [WebUI] Migrate to Bootstrap v5.2moisseev2023-03-231-2/+3
|
* [WebUI] Update JS librariesmoisseev2023-02-281-1/+1
|
* [WebUI] Update jQuerymoisseev2022-08-311-1/+1
|
* [WebUI] Replace pie chart librarymoisseev2022-02-201-1/+1
|
* [WebUI] Update librariesmoisseev2021-04-031-1/+1
| | | | | - jQuery v3.5.1 -> v3.6.0 - Bootstrap v4.5.0 -> v4.6.0
* [WebUI] Add `Enable JS` warningmoisseev2020-07-261-0/+1
|
* [WebUI] Add map editor (requires a modern browser)moisseev2020-07-141-1/+7
|
* [Minor] Update JS librariesmoisseev2020-07-121-1/+1
|
* [WebUI] Replace Glyphicons with Font Awesome SVG+JSmoisseev2020-07-061-1/+4
|
* [WebUI] Migrate to Bootstrap 4.5moisseev2020-07-011-2/+2
|
* [Minor] Format numbers with d3.format,moisseev2020-02-021-1/+0
| | | | remove Humanize JS library.
* [Minor] Update JavaScript librariesmoisseev2019-08-221-1/+1
|
* [Minor] Increase RequireJS script loading timeoutmoisseev2019-08-191-1/+2
|
* [WebUI] Add URL fragments (#) supportmoisseev2019-05-121-1/+3
| | | | | | | | for tab switching - Show the correct tab when the page is loaded if there is a hash in the URL. - Changing the hash in the URL when the tab is changed. - Change the tab when the hash changes in the URL (back / forward buttons).
* [Minor] Enforce consistent key-value spacingAlexander Moisseev2018-09-161-4/+4
|
* [WebUI] Notify user on module loading failureAlexander Moisseev2018-09-111-0/+15
|
* [Minor] main.js code cleanupAlexander Moisseev2018-09-081-15/+11
|
* [WebUI] Add progress bar for AJAX requestsAlexander Moisseev2018-09-021-0/+1
|
* [WebUI] Enable strict mode,Alexander Moisseev2018-07-121-1/+2
| | | | | rename `interface` oblect as it is a reserved keyword, declare $span and $tbody variables
* [Test] Specify JS GlobalsAlexander Moisseev2018-07-081-1/+3
|
* [Minor] JS: Add space before parenthesesAlexander Moisseev2018-07-051-2/+2
| | | | of anonymous functions
* [WebUI] Remove duplicated path from RequireJS configAlexander Moisseev2018-07-051-1/+0
|
* [Minor] JS: Use consistent indentationAlexander Moisseev2018-07-031-9/+9
|
* [Minor] JS: Use double quotes wherever possibleAlexander Moisseev2018-07-031-18/+18
|
* [WebUI] Update D3 to v5.0.0 and jQuery to v3.3.1Alexander Moisseev2018-03-251-1/+1
|
* [WebUI] Display hostname:port/path in the page titleAlexander Moisseev2018-03-201-0/+5
|
* [WebUI] Update D3 and jQueryAlexander Moisseev2017-11-281-1/+1
| | | | just while I'm here
* [WebUI] Migrate widgets to D3 v4Alexander Moisseev2017-09-231-3/+7
|
* [WebUI] Remove datatablesVsevolod Stakhov2017-03-221-7/+0
|
* [WebUI] Initial move towards footableVsevolod Stakhov2017-03-181-0/+2
|
* [WebUI] Fix retarded datatablesVsevolod Stakhov2017-01-311-2/+7
|
* [WebUI] Further fixesVsevolod Stakhov2017-01-311-1/+2
|
* [WebUI] Rework interface to use requirejsVsevolod Stakhov2017-01-311-0/+33