-
Notifications
You must be signed in to change notification settings - Fork 0
Commands/Css #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Commands/Css #1
Conversation
CSS File updated and fixed Footer and Nav Bar Changed to Flex-Style Removed Main -1
CSS File updated and fixed Footer and Nav Bar Changed to Flex-Style Removed Main -1
Viewport Fixed CSS Version Changer Added Commands CSS Fixed
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||
…o Commands/Css # Conflicts: # src/main/resources/templates/commands.ftl # src/main/resources/webpage-internal/css/main.css
Viewport Fixed CSS Version Changer Added Commands CSS Fixed
PR Type
Enhancement
Description
Integrated Commands page into main website navigation and styling
Refactored commands template with modern layout, header, and footer
Added CSS version cache busting and improved responsive design
Removed footer navigation links from multiple templates for consistency
Enhanced command display with styled tooltips and better visual hierarchy
Diagram Walkthrough
File Walkthrough
WebsiteConstants.java
Add Commands navigation header entrysrc/main/java/org/mangorage/mangobotsite/website/WebsiteConstants.java
/commandsroute with active state supportCommandsServlet.java
Pass navigation headers to Commands templatesrc/main/java/org/mangorage/mangobotsite/website/servlet/CommandsServlet.java
commands.ftl
Refactor Commands page with modern layoutsrc/main/resources/templates/commands.ftl
guilds.ftl
Update CSS cache busting and remove footer linkssrc/main/resources/templates/guilds.ftl
?v=${.now?long}home.ftl
Update CSS cache busting and remove footer linkssrc/main/resources/templates/home.ftl
?v=${.now?long}tricks.ftl
Clean up head section and remove footer linkssrc/main/resources/templates/tricks.ftl
main.css
Add Commands styling and improve layout flexibilitysrc/main/resources/webpage-internal/css/main.css
tooltips, and responsive design