Frontend Architecture Exceptionless.Web currently has two frontend codebases: - is the legacy Angular UI and still powers most of the site. The main folders there are , , , , , and . - is the Svelte 5 app that is still under development. Use this skill for work. Directory Structure Route Groups Feature Slices Organize by feature, aligned with API controllers: Formatter Components (MUST use) Always use formatter components instead of custom formatting functions. Creating a custom formatting function when a component exists is a code review BLOCKER . | Component | Use For | |-----------|-------…