diff --git a/docs/coding-standards.md b/docs/coding-standards.md index 86c4227..464469d 100644 --- a/docs/coding-standards.md +++ b/docs/coding-standards.md @@ -12,7 +12,8 @@ These rules apply to Walkup-specific work in this repository. ## Frontend - Match the existing Bootstrap-based UI patterns. -- Use Bootstrap Icons for iconography rather than custom SVG drawing. +- All icons should come from the `bootstrap-icons` library already used by the frontend. +- Do not introduce custom SVG icon drawing or alternate icon packs unless the repo guidance is updated first. - Keep interactive controls readable and compact, especially in menus and toolbars. - Prefer UI changes that fit the current layout and spacing conventions.