-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: deepdevjose/java-tutor-dash
base: dev
head repository: deepdevjose/java-tutor-dash
compare: main
- 13 commits
- 19 files changed
- 1 contributor
Commits on Dec 5, 2025
-
Merge pull request #14 from deepdevjose/dev
hotfix: fixed 'save' button"
-
Merge pull request #15 from deepdevjose/dev
🚀 Major Optimization, Gradle Migration, Stats Security & Refactor
Commits on Dec 6, 2025
-
hotfix: Fix statistics not displaying in exercises page
- Added updateStatsBar() call in renderExercises() to update stats on render - Added updateStatsBar() call in loadUserProgress() after loading user progress - Added updateStatsBar() call in displayResults() when exercise is completed - Now stats (completed, pending, points, progress) display correctly
-
Merge pull request #16 from deepdevjose/hotfix/fix-exercises-stats
hotfix: Fix statistics not displaying in exercises page
-
feat: Replace static logo with animated Java GIF across all UIs
- Replaced main_icon.png with icon.gif in all pages - Removed box-shadow and rotate effects from logo styles - Updated CSS for cleaner animated GIF display - Simplified hover effects to only scale transformation Pages updated: - index.html - dashboard.html - exercises.html - settings.html CSS updated: - index.css - dashboard.css - exercises.css - signin.css - verify-email.css
-
Merge pull request #17 from deepdevjose/hotfix/fix-exercises-stats
feat: Replace static logo with animated Java GIF across all UIs
-
fix: Hide Java logo icon when sidebar is collapsed
- Added .sidebar.collapsed .logo-icon rule in dashboard.css - Added .sidebar.collapsed .logo-icon rule in exercises.css - Logo icon now properly disappears with smooth transition when sidebar collapses - Maintains consistent collapsed sidebar appearance across all pages
-
Merge pull request #18 from deepdevjose/hotfix/fix-exercises-stats
fix: Hide Java logo icon when sidebar is collapsed
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff dev...main