- Added a new ComingSoonPage component for displaying a status page for features that are not yet available. - Integrated the ComingSoonPage into the sales and logistics modules for routes such as invoices, payments, packing slips, and reports. - Updated the MENU_ITEMS structure to include new nested items for sales and logistics, enhancing the organization of the menu. - Introduced placeholder functionality in the menu to manage visibility of items that are not yet available. - Updated navigation labels in both English and Indonesian to reflect new menu items and improve user experience. These changes enhance the application's navigation and user experience by clearly indicating upcoming features and improving menu organization.
Frontend Monorepo Template
A scalable, enterprise-ready Web & Desktop monorepo built with Turborepo, pnpm, Vite, and Electron. This repository is designed for long-term maintainability, featuring shared logic and UI libraries, centralized tooling configuration, turbo-powered task orchestration, and native desktop distribution with auto-updates.
🌍 Global Context
This repository utilizes a monorepo architecture to seamlessly share core systems, business logic, and UI components across multiple distribution targets (Web, Desktop, and Landing Page).
Topology Overview
apps/: Deployable applications (web,desktop,landing,docs-dev).packages/: Shared libraries and core engines (core-api,core-storage,ui,utils,configs, etc.).
📚 Single Source of Truth
Important
Internal Documentation Hub All documentation, installation guides, architectural deep-dives, and API references are hosted internally via our VitePress application.
-
View in Git Repository (Raw Markdown): Read Overview Documentation
-
Run Documentation Locally:
If this is your first time running the documentation, ensure you install the dependencies first:
pnpm installThen, start the documentation server:
pnpm dev:docs-dev
📝 License
This project is private and proprietary.