Commit Graph
13 Commits
Author SHA1 Message Date
angryzeroandCopilot c5679feb82 fix: navbar single-line, chart sizing, text visibility
- Removed hamburger menu — all stats inline on one navbar row
- Disconnect button at top-right (ms-auto)
- Added data-bs-theme=dark for proper BS5 dark mode text inheritance
- Restored explicit width/height on chart SVGs (required by NVD3)
- Changed text-muted → text-white-50 for field labels on dark bg
- Added flex-nowrap to navbar container
- Overrode --bs-body-bg to maintain original dark shade

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-06-13 17:56:05 +02:00
angryzeroandCopilot 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 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
Garry Newman 24b0898d86 Merge pull request #17 from braktar/gh-pages
Fix playerlist dropdown
2017-04-22 10:20:55 +01: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
Braktar 77ff71d32e Fix playerlist dropdown 2017-03-04 15:22:23 +01:00
Garry Newman 2da3351935 Nice header with server status, better chat layout 2016-07-11 09:57:17 +01:00
alexfriesen e2f08d52ce responsive playerlist
use bootstrap table-class
2016-06-08 19:22:58 +02:00
Garry Newman 1ce541e2b0 Chat works 2016-04-29 19:44:37 +01:00
Garry Newman 6de72eec86 Switch to bootstrap 2016-04-12 15:13:48 +01:00
Garry Newman 2950bd483a Fetch the console history 2016-03-04 16:56:34 +00:00
Garry Newman 1387e4cb3f Added a couple of useful services to rconservice 2016-02-29 13:03:23 +00:00
Garry Newman 5780f1e3f6 First commit 2016-02-28 16:43:34 +00:00