Skip to content

Commit 7236e15

Browse files
committed
feat: Add reports, security, settings, and user management components with enhanced functionality and UI updates
1 parent 72888e9 commit 7236e15

68 files changed

Lines changed: 10055 additions & 13671 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.babelrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,15 @@ Thumbs.db
3737
*.komodoproject
3838
.komodotools
3939

40-
# grunt-html-validation
41-
validation-status.json
42-
validation-report.json
43-
4440
# Vendor packages
4541
node_modules
46-
bower_components
47-
vendor
4842

4943
# General folders and files to ignore
50-
_gh_pages
5144
tmp
5245
temp
5346
TODO.md
54-
metis_backup
55-
google.json
56-
adsense.hbs
5747
.tmp
5848
CLAUDE.md
49+
50+
# Build output (keep for version control)
51+
# dist-modern/

.jshintrc

Lines changed: 0 additions & 14 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.verb.md

Lines changed: 0 additions & 127 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,55 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.1.0] - 2025-09-29
9+
10+
### 🎉 Enhanced Release - Dependency Updates & Optimization
11+
12+
This release brings the template to the latest standards with updated dependencies, bug fixes, and codebase cleanup.
13+
14+
### ✨ Added
15+
- **CLAUDE.md** - Comprehensive AI assistant configuration for better development experience
16+
- **Responsive Chart Handling** - Improved chart overflow protection with responsive breakpoints
17+
- **Window Resize Handlers** - Charts now properly resize with browser window changes
18+
19+
### 📦 Updated Dependencies
20+
- **Bootstrap** 5.3.7 → **5.3.8** - Latest Bootstrap framework version
21+
- **Alpine.js** 3.14.9 → **3.15.0** - Enhanced reactive framework
22+
- **ApexCharts** 4.7.0 → **5.3.5** - Major version upgrade with new features
23+
- **Font Awesome** 6.7.2 → **7.0.1** - Major version upgrade with new icons
24+
- **Vite** 7.0.4 → **7.1.7** - Improved build performance
25+
- **Sass** 1.89.2 → **1.93.2** - Latest SCSS compiler
26+
- **ESLint** 9.18.0 → **9.36.0** - Updated linting rules
27+
- **Prettier** 3.4.2 → **3.6.2** - Improved code formatting
28+
- **Day.js** 1.11.13 → **1.11.18** - Date utilities update
29+
- **SweetAlert2** 11.22.1 → **11.23.0** - Enhanced notifications
30+
- **Lucide** 0.469.0 → **0.544.0** - More icon options
31+
- **@vitejs/plugin-legacy** 7.0.0 → **7.2.1** - Better browser compatibility
32+
33+
### 🐛 Fixed
34+
- **Chart Overflow Issue** - Revenue Analytics chart now properly contains itself within card boundaries
35+
- **ApexCharts Responsive Rendering** - Charts properly resize and redraw on container changes
36+
- **CSS Overflow Protection** - Added proper overflow handling in chart containers
37+
38+
### 🧹 Removed (Cleanup)
39+
- **Legacy Configuration Files**
40+
- Removed `.babelrc` (obsolete with Vite)
41+
- Removed `.jshintrc` (replaced by ESLint)
42+
- Removed `.travis.yml` (outdated CI/CD)
43+
- Removed `.verb.md` (old documentation generator)
44+
- **Legacy Directories**
45+
- Removed `docs/` directory with outdated Bootstrap 3 documentation
46+
- Confirmed removal of old `src/` and `dist/` directories
47+
- **Gitignore Cleanup**
48+
- Removed references to bower_components
49+
- Removed grunt-html-validation entries
50+
- Cleaned up vendor directory references
51+
52+
### 🔧 Changed
53+
- **Chart Container Mixin** - Enhanced with better overflow protection and responsive handling
54+
- **Analytics Component** - Added proper chart cleanup and resize event handlers
55+
- **Project Structure** - Streamlined to only modern Bootstrap 5 codebase
56+
857
## [3.0.0] - 2025-07-08
958

1059
### 🚀 Major Release - Complete Modernization

README.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,33 @@
22

33
> A completely modernized, powerful, and free Bootstrap 5 admin dashboard template built with cutting-edge web technologies.
44
5-
**⚡ Major Version 3.0 Release** - Complete rewrite with Bootstrap 5, modern JavaScript (ES6+), Alpine.js, SCSS, and Vite build system.
5+
**🎉 Version 3.1.0 Release** - Updated to Bootstrap 5.3.8 with all dependencies upgraded to their latest versions, improved chart handling, and legacy code cleanup.
66

77
![Metis Bootstrap Admin Dashboard](./metis-bootstrap-admin-dashboard.png)
88

99
**[🚀 View Live Demo](https://colorlib.com/polygon/metis/)**
1010

1111
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
12-
[![Bootstrap](https://img.shields.io/badge/Bootstrap-5.3.7-563d7c.svg)](https://getbootstrap.com)
12+
[![Bootstrap](https://img.shields.io/badge/Bootstrap-5.3.8-563d7c.svg)](https://getbootstrap.com)
1313
[![Node.js](https://img.shields.io/badge/Node.js-18%2B-green.svg)](https://nodejs.org)
1414

1515
## ✨ Features
1616

1717
### 🎨 **Modern Design System**
18-
- **Bootstrap 5.3.7** - Latest version with all modern utilities
18+
- **Bootstrap 5.3.8** - Latest version with all modern utilities
1919
- **CSS Custom Properties** - Full theme customization support
2020
- **Dark/Light Mode** - Seamless theme switching with localStorage persistence
2121
- **Responsive First** - Mobile-optimized layouts across all devices
2222
- **Modern Typography** - Inter font family for enhanced readability
2323

2424
### 🚀 **Advanced Technology Stack**
25-
- **Alpine.js** - Lightweight reactive framework for modern interactions
25+
- **Alpine.js 3.15.0** - Lightweight reactive framework for modern interactions
2626
- **ES6+ JavaScript** - Modern JavaScript with modules and async/await
27-
- **Vite Build System** - Lightning-fast development and optimized production builds
28-
- **SCSS Architecture** - Organized, scalable stylesheet structure
29-
- **Bootstrap Icons** - 1,800+ high-quality SVG icons
27+
- **Vite 7.1.7** - Lightning-fast development and optimized production builds
28+
- **SCSS Architecture** - Organized, scalable stylesheet structure with Sass 1.93.2
29+
- **Bootstrap Icons 1.13.1** - 1,800+ high-quality SVG icons
30+
- **ApexCharts 5.3.5** - Advanced charting library
31+
- **Font Awesome 7.0.1** - Additional icon library
3032

3133
### 📊 **Comprehensive Dashboard Pages**
3234
- **📈 Analytics Dashboard** - Charts, KPIs, and data visualization
@@ -157,6 +159,17 @@ document.addEventListener('alpine:init', () => {
157159
});
158160
```
159161

162+
## 🆕 What's New in v3.1.0
163+
164+
### Latest Updates (September 2025)
165+
-**Bootstrap 5.3.8** - Latest framework version
166+
-**All Dependencies Updated** - Every package upgraded to latest stable version
167+
-**ApexCharts 5.3.5** - Major version upgrade with enhanced features
168+
-**Font Awesome 7.0.1** - Major version upgrade with new icons
169+
-**Chart Overflow Fix** - Improved responsive chart rendering
170+
-**Legacy Code Cleanup** - Removed all Bootstrap 3 remnants
171+
-**Enhanced Documentation** - Added CLAUDE.md for AI-assisted development
172+
160173
## 🌟 Key Improvements in v3.0
161174

162175
### From v2.x to v3.0

0 commit comments

Comments
 (0)