From c84dec2a0fe603322d6ac2b3ada827af1f255881 Mon Sep 17 00:00:00 2001 From: Codex Date: Thu, 23 Apr 2026 11:27:39 -0500 Subject: [PATCH] Document bootstrap icon standard --- docs/coding-standards.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.