The panel required at least one override for both recode and clone. For recode that is right -- rewriting rows as themselves does nothing. For clone it is not: copying prior year forward changes the dates and, through dim_period, the season and month dimensions, which is the entire point of cloning from a reference segment. The server-side requirement was dropped when from_logid went in; this one was missed, so the operation was blocked in the UI with "Enter at least one override value". Clone now only has to be doing something -- an override, a shift, or a factor other than 1 -- and says so when it is doing none of the three. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| vendor | ||
| .gitignore | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| vite.config.js | ||
React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Oxc
- @vitejs/plugin-react-swc uses SWC
React Compiler
The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.
Expanding the ESLint configuration
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.