Aigars Silkalns
6917074505
Updated Github Workflow
1 day ago
Aigars Silkalns
cae91bd9ef
Updated dependencies
1 week ago
Aigars Silkalns
af2a878385
Updated dependencies
1 week ago
Aigars Silkalns
006dc8f39f
Fixed potential security issue
1 week ago
Aigars Silkalns
37c6a80abc
Merge pull request #324 from codomposer/fix/doc_deployment
add deployment.md to docs
1 month ago
codomposer
c20fa05771
add deployment.md to docs
1 month ago
Aigars Silkalns
af6e6df126
Merge pull request #323 from codomposer/fix/doc_development
add development.md to docs
1 month ago
codomposer
06cace1221
add development.md to docs
1 month ago
Aigars Silkalns
62654560c2
Merge pull request #322 from codomposer/fix/doc_project_structure
add project structure to docs
1 month ago
codomposer
1eef231766
update next steps
1 month ago
codomposer
b379fd2b87
add project structure to docs
1 month ago
Aigars Silkalns
341311e3fc
Add ts-api-utils dependency to package.json and package-lock.json
3 months ago
Aigars Silkalns
0aee8f81c8
Refactor webpack configuration and enhance Adminator application
- Updated webpack configuration to improve optimization settings and ensure proper minification.
- Added missing commas in manifest.js and various webpack plugin files for consistency.
- Refactored copyPlugin.js and htmlPlugin.js for better readability.
- Improved CSS and SASS rules for better maintainability.
- Introduced a new Adminator application entry point with enhanced mobile support and modernized features.
- Implemented various components including Sidebar, Chart, and Date Pickers with improved UX.
- Enhanced mobile dropdowns and search functionality for better user experience.
- Added global event listeners for improved responsiveness and interaction.
3 months ago
Aigars Silkalns
280687987c
Updated dependencies
4 months ago
Aigars Silkalns
f20baf588e
Add TypeScript migration and jQuery-free implementation files
This commit includes all the core files from the jQuery-free migration:
### TypeScript Files Added:
- tsconfig.json - TypeScript configuration
- src/types/index.ts - Comprehensive type definitions
- src/assets/scripts/app.ts - Main application TypeScript version
- src/assets/scripts/components/Chart.ts - Chart component TypeScript
- src/assets/scripts/components/Sidebar.ts - Sidebar component TypeScript
- src/assets/scripts/datatable/index.ts - DataTable TypeScript implementation
- src/assets/scripts/datepicker/index.ts - DatePicker TypeScript implementation
- src/assets/scripts/ui/index.ts - UI components TypeScript
- src/assets/scripts/utils/date.ts - Date utilities TypeScript
- src/assets/scripts/utils/dom.ts - DOM utilities TypeScript
- src/assets/scripts/utils/theme.ts - Theme utilities TypeScript
- src/assets/scripts/vectorMaps/index.ts - Vector maps TypeScript
- webpack/rules/ts.js - TypeScript webpack rules
### Updated JavaScript Files:
- src/assets/scripts/app.js - Updated main application
- src/assets/scripts/datatable/index.js - Updated DataTable implementation
- src/assets/scripts/datepicker/index.js - Updated DatePicker implementation
- src/assets/scripts/ui/index.js - Updated UI components
- src/assets/scripts/utils/theme.js - Updated theme utilities
### Configuration Files:
- .npmignore - NPM package ignore rules
- package-lock.json - Updated dependencies lock file
- webpack/config.js - Updated webpack configuration
- webpack/rules/index.js - Updated webpack rules
- webpack/rules/js.js - Updated JavaScript rules
These files complete the jQuery-free migration with modern TypeScript
implementations and maintain full backward compatibility.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
5 months ago
Aigars Silkalns
a8cb61aff6
Release v2.7.1 - Minor version bump with maintenance updates
- Updated version to 2.7.1 in package.json and documentation
- Enhanced code quality and stability improvements
- Removed AI emoji icons from README and CHANGELOG for cleaner documentation
- Updated documentation and changelog formatting
- Fixed ESLint configuration compatibility issues
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
5 months ago
Aigars Silkalns
8ca8b2ae8d
jQuery Free Release
5 months ago
Aigars Silkalns
9b903f7dcd
Minor dependency update
6 months ago
Aigars Silkalns
c5dad4a92e
Major footer/navbar changes on mobile
6 months ago
Aigars Silkalns
209587a3ab
Fix documentation screenshots
- Download proper Adminator screenshots from Colorlib
- Replace broken GitHub user-attachments URLs with local assets
- Add light mode and dark mode screenshots in AVIF format
- Update docs/index.md to reference local screenshot files
- Ensure GitHub Pages documentation displays properly
6 months ago
Aigars Silkalns
c27534890f
🔗 Fix broken demo URLs and update remaining 2017 copyright
6 months ago
Aigars Silkalns
3f7ac53556
🗓️ Update copyright to 2025 and add comprehensive documentation links
6 months ago
Aigars Silkalns
0596d534f0
📚 Improve documentation with sidebar navigation and better code formatting
6 months ago
Aigars Silkalns
ca64c0983b
📚 Add comprehensive documentation system - Complete docs structure with GitHub Pages support, installation guides, dark mode documentation, Theme API reference, and integration examples
6 months ago
Aigars Silkalns
f18d4a8dbd
Merge branch 'master' of https://github.com/puikinsh/Adminator-admin-dashboard
6 months ago
Aigars Silkalns
c2f34033fb
Updated Readme to include Dark Mode screenshot
6 months ago
Aigars Silkalns
66108abc5b
Update README.md
6 months ago
Aigars Silkalns
624fe3080e
🌙 Release v2.6.0: Complete Dark Mode System - Smart theme toggle with OS detection, real-time switching, comprehensive component integration, CSS variables architecture, and theme-aware Chart.js/FullCalendar/Vector Maps
6 months ago
Aigars Silkalns
beb96bcb50
Added a new logo
6 months ago
Aigars Silkalns
15420f4823
Merge pull request #316 from puikinsh/feature/dependency-updates-phase-3
Updated to 2.5
6 months ago
Aigars Silkalns
9189ecc34c
Updated to 2.5
6 months ago
Aigars Silkalns
5108710465
v2.5.0: Complete modernization - updated all remaining dependencies, comprehensive README and CHANGELOG updates
6 months ago
Aigars Silkalns
b99dc719a5
Phase 3: Complete major dependency updates - copy-webpack-plugin->13.0.0, babel-loader->10.0.0, webpack-cli->6.0.1, eslint->9.29.0 with flat config migration
6 months ago
Aigars Silkalns
5b18728929
Phase 2: Update moderate dependencies - sass-loader 14.2.1->16.0.5, postcss-preset-env 9.6.0->10.2.3, stylelint-config-standard 36.0.1->38.0.0, fixed stylelint command syntax
6 months ago
Aigars Silkalns
25ac0d165a
Phase 1: Update safe dependencies - chart.js 4.4.2->4.5.0, shx 0.3.3->0.4.0, added eslint-formatter-table
6 months ago
Aigars Silkalns
adccb7f789
Fixed build errors
6 months ago
Aigars Silkalns
6389368ded
Updated copyright information
2 years ago
Aigars Silkalns
d138172e11
Merge pull request #303 from danny007in/update2
Upgraded Packages and reconfigured
2 years ago
Daniel
db3582f469
chore: Upgrade all dependencies in version 2.1.0 adminator
2 years ago
Daniel
3042948784
eslint bug fix
2 years ago
Daniel
26e04ef97f
css-loader upgrade and configure
2 years ago
Daniel
9e0456a1a9
major package upgrade 1
2 years ago
Daniel
66a57bf564
webpack packages upgrade and configure
2 years ago
Daniel
2dac577942
minor package update
2 years ago
Daniel
04e53e7961
update 1
2 years ago
Aigars Silkalns
6a34bfc2d8
Merge pull request #295 from mortezakarimi/master
docs: add adminator for other platform in readme file and add rtl ver…
2 years ago
Jeppe Rask
3e007fc55e
Updated workflows to use Node-14 due to requirement from css-minimizer-webpack-plugin
2 years ago
jepperaskdk
e9ae7c1d05
Merge pull request #294 from rensite/master
Migrates to dart sass
2 years ago
jepperaskdk
0b833fb35a
Update package.json
2 years ago
jepperaskdk
62d34fdd03
Update package.json
2 years ago