5 Commits

Author SHA1 Message Date
Cauê Faleiros
791c192542 fix: resolve typescript error in AccountsReceivableView
All checks were successful
Build and Deploy / build-and-push (push) Successful in 1m24s
2026-02-19 15:50:41 -03:00
MMrp89
fd9b0674fb refactor: Streamline project configuration and styling
This commit simplifies the Vite configuration by removing unnecessary options like `base`, `sourcemap`, and custom `rollupOptions`. It also removes the explicit server port definition, allowing Vite to manage it.

Additionally, minor styling adjustments are made to the scrollbar in `index.html` and default values for select inputs in `AccountsPayableView` are updated for clarity. The `engines` property was removed from `package.json` as it's not strictly necessary for typical development workflows.
2026-02-10 02:16:33 -03:00
MMrp89
b91517dea2 feat: Optimize build and dependencies
Introduce manual chunking for vendor dependencies to improve load times.
Update Node.js engine requirement to >=18.0.0.
Refactor `AccountsReceivableView` by removing commented-out code and unnecessary variables.
Add a development server port configuration.
2026-02-10 01:34:52 -03:00
MMrp89
61d4062be1 feat: Use nullish coalescing for default select values
Replaces `||` with `??` for more precise default value assignment in select components.

Also updates Vite config to set `base` to `/` and disable sourcemaps during build.
2026-02-10 01:26:02 -03:00
MMrp89
1a57ac7754 feat: Initialize ComFi project with Vite
Setup project structure, dependencies, and basic configuration for the ComFi application. Includes initial setup for Vite, React, TypeScript, Tailwind CSS, and essential development tools. Defines core types and provides a basic README for local development.
2026-02-09 20:28:37 -03:00