UI/UX redesign: - Module cards with master toggle + badge state for all report sections - BreakdownModule with indeterminate checkbox and metric pill sub-toggles - PillGroup replaces all text toggles and <select> (Language, VAT, Confidentiality, Trend metric, Orientation) for full visual consistency - Visual orientation picker (portrait/landscape card buttons) - Comparison period in accent-tinted block, revealed contextually - Footer meta strip: section count, date range, orientation, comparison flag - Removed generic subtitle copy Accessibility (audit findings C1–C3, H2, H6, L1–L2): - aria-pressed on all PillGroup and orientation buttons - role="group" + aria-label on every pill group and orientation row - aria-hidden on decorative module badges and footer separator dots - :focus-visible on rf-metric-pill, rf-orient-btn, rf-upload-btn, rf-remove-btn - aria-label on upload/remove logo buttons - Semantic <h2> elements replace <div> group labels - alert() replaced with inline role="alert" error messages in footer + logo field - aria-live="polite" sr-only region for PDF generation status - aria-busy on generate button during PDF creation Dark mode & theming (H1): - All rgba(37,99,235,...) hard-codes replaced with color-mix(in srgb, var(--accent) N%, transparent) so tints follow the accent token in dark mode - rf-module-header:hover uses var(--hover) instead of rgba(0,0,0,0.02) Performance (H8): - getUniqueMuseums/getUniqueChannels wrapped in useMemo([data]) PDF fixes: - ▲/▼ Unicode glyphs (outside Helvetica Latin-1 range) replaced with +/- prefix - Chart width adapts to orientation via CHART_W constant - Y-axis labels added to trend chart (padL 38pt) Responsive (H4–H5): - rf-metric-pill touch target increased to 8px/14px on mobile - Mobile footer shows section count only; period/orientation details hide Cleanup (M3): - Removed dead CSS: rf-toggle, rf-toggle-opt, rf-section-title, rf-check-h-group, rf-inline-row (7 rules) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Getting Started with Create React App
This project was bootstrapped with Create React App.
Available Scripts
In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
npm test
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
npm run build
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
npm run eject
Note: this is a one-way operation. Once you eject, you can't go back!
If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
Learn More
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
Code Splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
Analyzing the Bundle Size
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
Making a Progressive Web App
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
Advanced Configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
Deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
npm run build fails to minify
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify