angryzero and Copilot
0a178d17b9
feat: full de-Angularization with Bootstrap 5 migration
...
- Removed AngularJS 1.4.8 completely — no more framework dependency
- Extracted core RCON logic into pure vanilla JS (js/rcon.js)
- Added lightweight hash-based SPA router (js/router.js)
- Rewrote all 6 pages as vanilla JS modules in js/pages/
- Migrated Bootstrap 3 → Bootstrap 5 (cards instead of panels, bootstrap-icons instead of glyphicons)
- Removed jQuery dependency (Bootstrap 5 is vanilla JS)
- Purged all Angular templates from html/
- Removed npm artifacts (package.json, node_modules)
- Added nginx.example.conf for static hosting
- Updated rcon.css dark theme for BS5 variables
- Static file only — no Node.js backend required
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-06-13 17:51:50 +02:00
alexfriesen
cab65aeab7
change charts
...
change data collection
charts are collapsible
show fps and entity count in one chart
improve network chart
add player chart (queued, joining, playing, free)
2017-04-25 19:03:03 +02:00
alexfriesen
12a5ec279b
add performance graphs to serverinfo
...
move serverinfo-bar to seperate file
add serverinfo fps chart
add network i/o chart
2017-04-23 21:28:37 +02:00
alexfriesen
39960aa897
move disconnect button to nav-header
...
moved disconnect button to nav-header
fix navbar (responsive again)
replace custon classes with bootstap classes
2017-04-21 15:45:55 +02:00
alexfriesen
a02a57bf99
add Disconnect
...
added disconnect feature
auto formatted js/html code
2017-04-21 15:06:52 +02:00
Scratch
84fb8e61a4
fetch angular over https
2016-12-29 11:27:04 +11:00
Pauli Jokela
3fcc651262
Error fixing and code cleanup
2016-12-16 21:44:07 +02:00
Garry Newman
2da3351935
Nice header with server status, better chat layout
2016-07-11 09:57:17 +01:00
alexfriesen
4087a9f591
Added ServerInfo Page
...
ConnectionController.Connect redirects automatically to ServerInfo
2016-04-30 19:07:44 +02:00
Garry Newman
8db1528ae5
Chat section
2016-04-29 15:24:12 +01:00
Garry Newman
6de72eec86
Switch to bootstrap
2016-04-12 15:13:48 +01:00
Garry Newman
e4452d48ab
URLs include address, automatically connected to if password is present
2016-03-03 12:53:56 +00:00
Garry Newman
5fa14a3247
Xp history
2016-02-29 17:12:24 +00:00
Garry Newman
1387e4cb3f
Added a couple of useful services to rconservice
2016-02-29 13:03:23 +00:00
Garry Newman
a5a5e107fe
More URL fixes
2016-02-28 16:53:35 +00:00
Garry Newman
a4bf7f0bd4
URL fiexs
2016-02-28 16:49:00 +00:00
Garry Newman
5780f1e3f6
First commit
2016-02-28 16:43:34 +00:00