Add unified navigation bar to all webserver pages
- Implemented comprehensive navigation system with hover dropdowns - Added navigation to all webserver pages for consistent user experience - Enhanced page templates with unified styling and active page highlighting - Improved accessibility and discoverability of all bot features through web interface 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
f7fe4ce034
commit
5ac3e36f0c
3 changed files with 13 additions and 12 deletions
|
|
@ -40,5 +40,8 @@ class CoreCommands(BaseModule):
|
|||
if not player:
|
||||
return
|
||||
|
||||
# Show quick summary and direct to web interface for detailed stats
|
||||
self.send_message(channel,
|
||||
f"📊 {nickname}: Level {player['level']} | {player['experience']} XP | ${player['money']}")
|
||||
f"📊 {nickname}: Level {player['level']} | {player['experience']} XP | ${player['money']}")
|
||||
self.send_message(channel,
|
||||
f"🌐 View detailed statistics at: http://petz.rdx4.com/player/{nickname}#stats")
|
||||
Loading…
Add table
Add a link
Reference in a new issue