Magnun - Šablona pro správu React
og体育首页ONE - Neomezené stahování pro $12.40/měsíc

Changelog
Version History
February 17, 2025
- 🛠️ Restructuring of Folder and File Structure
- File Structure Refactoring:
- Moved
App.js
to thecore/
folder. - Split
_nav.js
and moved it to theconfig/
folder, renaming it tonavigation.js
(config.js
remains unchanged). - Added
routes.js
to centralize the routes. - Reorganized utility files in the
utils/
folder:- Integrated
currencyToLocale.js
into theformatters/
module. - Renamed
_utils.js
toutils.js
. - Retained
extensions.js
but relocated it within the new structure.
- Integrated
- Moved
- Internationalization Refactoring:
- Renamed the
translate/
folder toi18n/
, aligning with the international standard for language management.
- Renamed the
- Code Standardization:
- Added Prettier and ESLint linters to standardize and improve code quality.
- Package Updates:
- apexcharts: ^3.36.3 → ^4.0.0
- react-apexcharts: ^1.4.0 → ^1.7.0
- Removal of Obsolete Code:
- Removed components
Switch
,AppChart
, andAppChat
due to their discontinuation and lack of necessity in the current routes.
- Removed components
- New Feature:
- Created the
FloatWindow
component, which renders elements outside of the#root
to avoid issues with overflow in internal divs.
- Created the
- File Structure Refactoring:
- New Folder Structure (Simplified):
/src
├── core
│ └── App.js
├── config
│ ├── config.js
│ ├── navigation.js
│ └── routes.js
├── utils
│ ├── formatters
│ ├── extensions.js
│ └── utils.js
├── i18n
│ ├── languages
│ └── index.js
└── ...
November 02, 2024
- Completed a complete redesign of the product to enhance the user interface and overall experience.
- Added a new invoicing app to allow users to generate, view, and manage invoices efficiently.
- Fixed usability issues and minor bugs for a more stable experience.
- Updated UI components for better customization and usability.
- Improved performance with significant optimizations for faster and smoother navigation.
- Enhanced user engagement with streamlined visuals and new design elements.
June 20, 2024
- Initial Release: Launched the Magnun product, providing foundational features and a stable framework for future updates.
0 Reviews for this product
0 Comments for this product