You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bundle STYLE_13 through STYLE_15 into one focused theming and UX consistency PR.
Implement semantic theming, micro polish/feedback, and cross-tool UX consistency on the migrated shell tools while preserving the shared shell/layout foundation.
PR: BUILD_PR_STYLE_13_15_THEMING_AND_UX_CONSISTENCY
Bundle STYLE_10 through STYLE_12 into one focused usability standardization PR.
1
+
Remove the remaining targeted inline <style> blocks and move the styles into shared CSS.
2
2
3
-
Implement interaction flow, visual hierarchy/readability, and component consistency on the migrated shell tools while preserving the shared shell/layout foundation.
3
+
Prefer reuse of higher-level existing CSS when the rules already match or are close enough.
Remove the remaining inline `<style>` blocks and move the styles into shared CSS, preferring reuse of higher-level existing CSS whenever the rules already match or are close enough.
5
+
6
+
## Single PR Purpose
7
+
Eliminate the remaining inline style blocks without creating unnecessary new CSS files.
8
+
9
+
## Required Rule
10
+
If an inline `<style>` block matches or is close to rules already appropriate in a higher-level shared CSS path, reuse that CSS destination instead of creating a new file.
0 commit comments